Releases: platformio/platform-nxplpc
10.0.0
- Updated Mbed OS package to the latest v6.17.0 (release notes)
- Updated OpenOCD package to the latest v0.12
- Dropped support for legacy Mbed v5
Mbed v5 Deprecation Warning
As of the current release, support for Mbed v5 is officially deprecated and won't receive any further updates. Please lock the platform version to ~9.2.0
in case your project hasn't been migrated to Mbed v6:
[env:lpc1768]
platform = nxplpc @ ~9.2.0
framework = mbed
board = lpc1768
9.2.0
9.1.0
- Updated Zephyr framework to
v2.7.1
(release notes)
9.0.0
- Updated Zephyr framework to
v2.7.0
(release notes) - Updated the OpenOCD package to the latest
v0.11
8.2.0
8.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.
8.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.
7.0.0
We're happy to announce updated support for the latest Mbed OS 6 versions with improvements to 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) - Updated Mbed OS5 to
v5.15.6
(release notes)
More information on project configuration for Mbed framework can be found here.