Skip to content

MCUXpresso SDK 2.13.0 Release Update

Compare
Choose a tag to compare
@mcuxcc 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
  1. 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

  2. [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.

Toolchain version and development system verified are same as previous MCUX_2.13.0 release.