Releases: platformio/platform-nxplpc
5.3.1
5.3.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. For boards which don't support the latest Mbed release, Mbed OS 5 remains as the default choice. The list of deprecated boards in Mbed OS 6 can be found here.
- Added new board NXP LPCXpresso55S69
- Updated Mbed OS6 to
v6.2.0(release notes) - Updated Mbed OS5 to
v5.15.4(release notes)
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, a list of deprecated boards is used to dynamically select the proper version of Mbed OS (OS5 or OS6). To force the platform to use Mbed OS 5, specify the Mbed package version using platform_packages option in platformio.ini file:
[env:lpc1768]
platform = nxplpc
framework = mbed
board = lpc1768
platform_packages =
framework-mbed @ ~6.51504.0More information on project configuration for Mbed framework can be found here.
5.2.1
5.2.0
- Added new board NXP LPCXpresso55S16
- Updated Zephyr framework to
v2.3.0(release notes)- Added support for
MenuConfigtarget - Minor bugfixes and improvements
- Added support for
5.1.0
- Updated Zephyr framework to
v2.2.0(release notes)
5.0.1
- Fixed overriding of LD Script via
board_build.ldscriptoption in "platformio.ini"
5.0.0
4.5.0
- Updated mbed framework to 5.14.1
4.4.0
- Update mbed framework to 5.13.4
4.3.0
- Updated mbed framework to 5.12.3