mcux-sdk
mcux-sdk copied to clipboard
Include up-to-data CMSIS-DSP in SDK
SDK 2.14.0 uses the https://github.com/ARM-software/CMSIS_5/releases/tag/5.9.0 but a couple of yesr ago CMSIS-DSP has been moved off the CMSIS base pack as below information https://github.com/ARM-software/CMSIS_5/tree/develop/CMSIS/DSP
This change has not been considered yet in the SDK and so even the newest SDK 2.14.0 included old CMSI-DSP 1.9.0 (the last release before CMSIS-DSP moving). At the moment CMSIS-DSP is at release 1.15.0
SDK should point to CMSIS-DSP repo and so it should include the latest release. Based on a private support ticket, this is planned for next major update, scheduled for 2024 H2. I opened this ticket to monitor this task in a public way.
Hello Robin, thanks for reporting this. It will be solved in next release by removing the logger handling from SPSDK init module. Colored logger handler will be added only to CLI applications or if requested explicitly.