Skip to content

Releases: platformio/platform-nordicnrf51

9.0.0

30 May 16:06
Compare
Choose a tag to compare
  • Added compatibility with PIO Core 6.0
  • Improved support for bare assembly programming
  • Deprecated support for the Mbed framework

Notes on deprecating the Mbed framework:

This release deprecates support for the Mbed framework as it is no longer maintained for this platform. To keep projects based on this framework compilable please lock the platform version to v8.1.0 in your platformio.ini file, for example:

[env:mbed-legacy]
platform = nordicnrf51 @ ~8.1.0
framework = mbed
board = ...

8.1.0

28 Jan 12:44
Compare
Choose a tag to compare

8.0.0

31 Oct 21:02
Compare
Choose a tag to compare
  • Updated Zephyr framework to v2.7.0 (release notes)
  • Updated the OpenOCD package to the latest v0.11

7.1.0

30 Jul 18:25
Compare
Choose a tag to compare
  • Updated Zephyr framework to v2.6.0 (release notes)
  • Minor improvements

7.0.0

26 Feb 22:04
Compare
Choose a tag to compare

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.

6.1.0

30 Dec 19:40
Compare
Choose a tag to compare

6.0.1

08 Dec 11:44
Compare
Choose a tag to compare
  • Disabled J-Link GUI when uploading firmware

6.0.0

11 Nov 14:00
Compare
Choose a tag to compare
  • Updated Zephyr framework to v2.4.0 (release notes)
  • Minor bugfixes and improvements

Breaking Zephyr API changes

Zephyr v2.4 deprecates Zephyr integer types in favor of C99 integer types. More information about other API changes can be found here.

5.2.0

06 Jul 13:14
Compare
Choose a tag to compare
  • Updated Zephyr framework to v2.3.0 (release notes)
    • Added support for MenuConfig target
    • Minor bugfixes and improvements

5.1.1

11 Jun 10:18
Compare
Choose a tag to compare
  • Preparation for upcoming PIO Core 4.4