forked from PAWPAW-Mirror/lib_xua
Recreated "DFU loader for XMOS USB AUDIO devices" document from PDF (original source could not be found)
This commit is contained in:
10
module_dfu/doc/building_xmos_dfu.rst
Normal file
10
module_dfu/doc/building_xmos_dfu.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
Building the loader–OSX
|
||||
=======================
|
||||
|
||||
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``
|
||||
Reference in New Issue
Block a user