Releases: platformio/platform-nxpimxrt
4.1.0
- Updated Mbed OS6 to the latest
v6.9.0
(release notes) - Fixed dynamic configuration of serverless debug probes
- Minor fixes and improvements
Mbed OS
We're happy to announce updated support for the latest Mbed OS 6 versions with extended BLE functionality, support for the current 1.2 version of the TF-M reference software and many bugfixes.
4.0.0
- Updated Zephyr framework to
v2.5.0
(release notes) - Updated pyOCD tool to
v0.29
(release notes) - Added support for
debug_speed
option - Minor improvements
Breaking Zephyr API changes
Please note, Zephyr v2.5.0 contains API changes that might break legacy projects. More information about deprecated functionality and removed APIs can be found here.
3.0.0
We're happy to announce updated support for the latest Mbed OS 6 versions with improvements to the BLE and COAP implementations, additional cloud connectivity integrations and better support for the bare metal profile.
- Updated Mbed OS6 to
v6.6.0
(release notes)
More information on project configuration for Mbed framework can be found here.
2.0.1
2.0.0
1.2.1
1.2.0
We're happy to announce updated support for the new Mbed OS 6 with Stable and Mature APIs, Cloud Services Support, Enhancements to the Bare Metal Profile
Please note
Due to breaking changes in Mbed OS 6
existing Mbed projects might not be compatible with the latest API changes. In order to keep legacy projects built on top of Mbed OS 5 compilable, specify the Mbed package version using platform_packages
option in platformio.ini
file:
[env:mimxrt1050_evk]
platform = nxpimxrt
framework = mbed
board = mimxrt1050_evk
platform_packages =
framework-mbed @ ~6.51504.0
More information on project configuration for Mbed framework can be found here.
1.1.1
1.1.0
- Updated Zephyr framework to
v2.3.0
(release notes)- Added support for
MenuConfig
target - Minor bugfixes and improvements
- Added support for
1.0.0
- New boards:
- Support for Zephyr framework
- Support for mbed framework
- Documentation for platform configuration