Releases: platformio/platform-nordicnrf52
4.4.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.
Update support for mbed framework:
- Update Mbed OS6 to
v6.2.0(release notes) - Update 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:nrf52840_dk]
platform = nordicnrf52
framework = mbed
board = nrf52840_dk
platform_packages =
framework-mbed @ ~6.51504.0More information on project configuration for Mbed framework can be found here.
4.3.0
- Added new board Adafruit CLUE nRF52840
- Updated Zephyr framework to
v2.3.0(release notes)- Added support for
MenuConfigtarget - Minor bugfixes and improvements
- Added support for
- Added
CMSIS-DAPdebug interface toAdafruit Feather nrf52840
4.2.1
4.2.0
- Updated Zephyr framework to
v2.2.0(release notes) - Updated Arduino Adafruit core to
v0.19.0(release notes)
4.1.0
- Updated Adafruit core to
v0.18.5(release notes) - Added new board Adafruit Feather nrf52840 Sense (issue #72)
- Added SVD file for the
nrf52840chip (issue #69) - Allowed using
nrfutilas upload method despite missing bootloader binary - Fixed an issue when an onboard debug probe is not selected by default
- Fixed overriding of linker scripts via
board_build.ldscriptoption inplatformio.ini - Fixed an issue with
setheader file that prevented successful compilation (issue #71)
4.0.0
- Initial support for Zephyr framework
- Added support for Arduino Nano 33 BLE (issue #53)
3.8.0
3.7.0
- New boards:
- Updated Adafruit Core with Arduino API to 0.13.0 (release notes)