Releases: platformio/platform-siliconlabsefm32
10.0.0
- Updated Mbed OS package to the latest v6.17.0 (release notes)
- 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:efm32gg_stk3700]
platform = siliconlabsefm32 @ ~9.2.0
framework = mbed
board = efm32gg_stk3700
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)
8.2.0
- Updated Zephyr framework to
v2.6.0
(release notes)
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) - 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 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) - Updated Mbed OS5 to
v5.15.6
(release notes)
More information on project configuration for Mbed framework can be found here.