Skip to content

9.0.0

Latest
Compare
Choose a tag to compare
@valeros valeros released this 30 May 16:06
· 4 commits to develop since this release
  • 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 = ...