Initial move to lib structure

This commit is contained in:
xross
2017-10-10 09:48:54 +01:00
parent 7776f74cba
commit 4d4765dc77
132 changed files with 44 additions and 2800 deletions

8
host/xmosdfu/Makefile.Pi Normal file
View File

@@ -0,0 +1,8 @@
# Requires libusb, you can install with:
# apt-get install libusb-1.0-0-dev
#
# Either run as administrator (sudo) or add a udev rule for the correct
# vendor and product IDs
xmosdfu: xmosdfu.cpp
g++ -D_GNU_SOURCE -Wall -g -o xmosdfu -Ilibusb/Rasp -lusb-1.0 -x c xmosdfu.cpp -std=c99