issues
search
xmos
/
lib_awe
AWE Core for xcore
Other
0
stars
0
forks
source link
Fix/tidy example CMakeLists
#48
Closed
xross
closed
4 months ago
xross
commented
4 months ago
Couple things fixed in the cmake:
Cannot use glob in when setting APP_XC_SRCS etc as the path will automatically be prepended again by xcommon.cmake
An APP_ROOT var was used but not set to the result of the glob was always nothing anyway (meaning two xc files weren't compiled in)
Additionally:
Removed some HID related files that were not actually used
The I2S build config also now uses UAC 2 (was 1) this should mean DFU can work (note, this needs
https://github.com/xmos/lib_xua/pull/405
)
Couple things fixed in the cmake:
Additionally: