Recreated "DFU loader for XMOS USB AUDIO devices" document from PDF (original source could not be found)

This commit is contained in:
Sam Chesney
2014-06-05 14:42:11 +01:00
parent 674669a0de
commit abddcd4cc1
6 changed files with 170 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Building the loaderOSX
=======================
The loader is compiled using libusb, the code for the loader is contained in the
file xmosdfu.cpp
To build the loader
-------------------
``g++ -m32 -o xmosdfu -I. xmosdfu.cpp libusb-1.0.0.dylib``