forked from PAWPAW-Mirror/lib_xua
Compare commits
5 Commits
v0.1.2alph
...
v0.1.2alph
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
711efc8be9 | ||
|
|
566cf12c3f | ||
|
|
b6460a266e | ||
|
|
69319f706d | ||
|
|
3098e8bce5 |
@@ -1 +1 @@
|
|||||||
SOURCE_INCLUDE_DIRS=../host/xmosdfu
|
SOURCE_INCLUDE_DIRS=../lib_xua/host/xmosdfu
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ Building the XMOS DFU loader - macOS
|
|||||||
====================================
|
====================================
|
||||||
|
|
||||||
The XMOS DFU loader is provided as source as part of the USB Audio
|
The XMOS DFU loader is provided as source as part of the USB Audio
|
||||||
framework, located in sc_usb_audio/module_dfu/host/xmos_dfu_osx.
|
framework, located in lib_xua/host/xmosdfu.
|
||||||
|
|
||||||
The loader is compiled using libusb, the code for the loader is contained in the
|
The loader is compiled using libusb, the code for the loader is contained in the
|
||||||
file ``xmosdfu.cpp``
|
file ``xmosdfu.cpp``
|
||||||
|
|||||||
@@ -17,6 +17,9 @@ VERSION = 0.1.2
|
|||||||
|
|
||||||
DEPENDENT_MODULES = lib_logging(>=2.1.0) lib_xud(>=0.1.0)
|
DEPENDENT_MODULES = lib_logging(>=2.1.0) lib_xud(>=0.1.0)
|
||||||
|
|
||||||
|
#ignore host dir
|
||||||
|
SOURCE_DIRS = src/*
|
||||||
|
|
||||||
#core
|
#core
|
||||||
EXCLUDE_FILES += descriptors_2.rst
|
EXCLUDE_FILES += descriptors_2.rst
|
||||||
XCC_FLAGS_xua_endpoint0.c = -Os -mno-dual-issue $(XCC_FLAGS)
|
XCC_FLAGS_xua_endpoint0.c = -Os -mno-dual-issue $(XCC_FLAGS)
|
||||||
|
|||||||
Reference in New Issue
Block a user