xmos / xcore_iot

Other
30 stars 40 forks source link

No support for USE_DEVICE_MEMORY_SUPPORT in bare-metal applications #250

Closed keithm-xmos closed 2 years ago

keithm-xmos commented 2 years ago

See: https://github.com/xmos/xcore_sdk/blob/c12cf387b2a838fd01097fd78ba95768157115dd/modules/modules.cmake#L216

Currently need to specify the sources manually: See:

https://github.com/xmos/xcore_sdk/search?l=CMake&q=xcore_device_memory

for the list of examples that will need to be updated.