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