analogdevicesinc / msdk

Software Development Kit for Analog Device's MAX-series microcontrollers
Apache License 2.0
66 stars 82 forks source link

CMSIS DSP Version doesn't match CMSIS & Documentation #1099

Closed Brandon-Hurst closed 1 month ago

Brandon-Hurst commented 3 months ago

Issue

The CMSIS DSP library has been moved to its own repository Arm-Software/CMSIS-DSP outside of the core CMSIS packs since v5.9.0. Currently the MSDK integrates CMSIS 5.9.0, but there is no version given for CMSIS-DSP, which has moved to an independent versioning scheme (starting with v1.10.1).

Proposed Fix

The ask here would be to provide some version info for the CMSIS-DSP component that we integrate so that developers can consult the correct documentation.

Jake-Carter commented 2 months ago

@Brandon-Hurst just opened a PR to update to 1.16.2 and make the versioning/future updates more transparent