Files
lib_xua/module_dfu/doc/building_xmos_dfu.rst
2014-06-06 10:47:30 +01:00

10 lines
273 B
ReStructuredText

Building the XMOS DFU loader - OS X
===================================
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``