Add xmosdfu Raspberry Pi makefile and rename directory from "xmos_dfu_osx" to "xmosdfu"

This commit is contained in:
Larry Snizek
2017-10-05 17:56:26 +01:00
parent 7410ff5485
commit a25d8a64b4
12 changed files with 1244 additions and 58 deletions

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 xmosdfu.cpp