Skip to content

Releases: platformio/platform-nordicnrf52

4.4.0

23 Jul 14:22

Choose a tag to compare

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:

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.0

More information on project configuration for Mbed framework can be found here.

4.3.0

06 Jul 13:16

Choose a tag to compare

  • Added new board Adafruit CLUE nRF52840
  • Updated Zephyr framework to v2.3.0 (release notes)
    • Added support for MenuConfig target
    • Minor bugfixes and improvements
  • Added CMSIS-DAP debug interface to Adafruit Feather nrf52840

4.2.1

11 Jun 10:35

Choose a tag to compare

  • Preparations for upcoming PIO Core 4.4

4.2.0

01 Apr 19:19

Choose a tag to compare

4.1.0

12 Mar 11:21

Choose a tag to compare

  • Updated Adafruit core to v0.18.5 (release notes)
  • Added new board Adafruit Feather nrf52840 Sense (issue #72)
  • Added SVD file for the nrf52840 chip (issue #69)
  • Allowed using nrfutil as 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.ldscript option in platformio.ini
  • Fixed an issue with set header file that prevented successful compilation (issue #71)

4.0.0

30 Dec 11:05

Choose a tag to compare

3.8.0

31 Oct 16:43

Choose a tag to compare

  • New board ItsyBitsy nRF52840 Express
  • Updated mbed framework to 5.14.1
  • Updated Arduino framework (Adafruit core to 0.14.5)

3.7.0

02 Sep 09:56

Choose a tag to compare

3.6.0

27 Aug 10:16

Choose a tag to compare

  • Update mbed framework to 5.13.4
  • Escape nRFutil path (issue #54)

3.5.0

24 May 21:14

Choose a tag to compare

  • Added new board SDT52832B
  • Updated nRF5 Arduino core to 0.6.0
  • Do not require tool-nrfjprog if it will not be used (issue #45)