nxp-mcuxpresso / mcux-sdk

MCUXpresso SDK
BSD 3-Clause "New" or "Revised" License
301 stars 136 forks source link

Include up-to-data CMSIS-DSP in SDK #158

Open escherstair opened 5 months ago

escherstair commented 5 months ago

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.

mcuxsusan commented 5 months ago

Thank you for reporting the issue. Will check the issue with develop team, feedback could be delayed.