xmos / lib_xud

XMOS USB code and associated examples
Other
8 stars 25 forks source link

module_build_info overwrite BUILD_FLAGS for some files out of lib_xud #373

Closed fabriceo closed 2 months ago

fabriceo commented 1 year ago

hi, module_build_info contains declaration for files included in lib_xua, out of the scope of lib_xud, and this creates an issue as the BUILD_FLAGS from the main Makefile is overwritten: XCC_FLAGS_endpoint0.xc = $(MODULE_XCC_FLAGS) -Os XCC_FLAGS_dfu.xc = $(MODULE_XCC_FLAGS) -Os XCC_FLAGS_dfu_flash.xc = $(MODULE_XCC_FLAGS) -Os

xross commented 2 months ago

Fixed in #396 and #397