I wonder if I can confirm that libraries such as lib_spi are still pending update for the new build system? I'm starting a new application and when I addRoss wrote: ↑Mon Aug 19, 2024 12:19 pm xcommon-cmake is now bundled with the new tools release XTC 15.3 available here: https://www.xmos.com/software-tools/
Expect to see apps and software migrate as they are released.
Code: Select all
set(APP_DEPENDENT_MODULES "lib_spi")
Code: Select all
set(LIB_NAME lib_spi)
set(LIB_VERSION 3.3.0)
set(LIB_INCLUDES api)
XMOS_REGISTER_MODULE()