MCUXpresso SDK 2.13.0 Release Update
mcuxcc
released this
09 Feb 08:01
·
409 commits
to main
since this release
Updates in This Release
- This release is also created on MCUXpresso 2.13.0 code base, comparing to previous MCUX_2.13.0 release, this release includes several issues fixed
-
Corrected the svd package base path issue
Detail: Corrected the svd package path from "devices/<device_name>" to "../../svd/<device_name> in manifest file of mcux-sdk/manifest -
[MSCAN] Potential memory overflow due to wrong data length
Detail: MSCAN driver doesn't validate the data length code (DLC), but uses it directly as the received data length, then copies the data with length DLC to payload array in frame structure. If the DLC is wrong, this results to the array overflow.
-
Below existing middleware repositories are also added MCUX_2.13.0 tag
- https://github.com/nxp-mcuxpresso/EAP/releases/MCUX_2.13.0
- https://github.com/nxp-mcuxpresso/VIT/releases/MCUX_2.13.0
- https://github.com/nxp-mcuxpresso/VoiceSeeker/releases/MCUX_2.13.0
- https://github.com/nxp-mcuxpresso/maestro/releases/MCUX_2.13.0
- https://github.com/nxp-mcuxpresso/mcux-sdk-middleware-multicore/releases/MCUX_2.13.0
Toolchain version and development system verified are same as previous MCUX_2.13.0 release.