platform-nordicnrf51

Nordic nRF51: development platform for PlatformIO

APACHE-2.0 License

Stars
20
Committers
4

Bot releases are hidden (Show)

platform-nordicnrf51 - 9.0.0 Latest Release

Published by valeros over 2 years ago

  • 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 = ...
platform-nordicnrf51 - 8.1.0

Published by valeros over 2 years ago

platform-nordicnrf51 - 8.0.0

Published by valeros almost 3 years ago

  • Updated Zephyr framework to v2.7.0 (release notes)
  • Updated the OpenOCD package to the latest v0.11
platform-nordicnrf51 - 7.1.0

Published by valeros about 3 years ago

  • Updated Zephyr framework to v2.6.0 (release notes)
  • Minor improvements
platform-nordicnrf51 - 7.0.0

Published by valeros over 3 years ago

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.

platform-nordicnrf51 - 6.1.0

Published by valeros almost 4 years ago

platform-nordicnrf51 - 6.0.1

Published by valeros almost 4 years ago

  • Disabled J-Link GUI when uploading firmware
platform-nordicnrf51 - 6.0.0

Published by valeros almost 4 years ago

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

platform-nordicnrf51 - 5.2.0

Published by valeros over 4 years ago

  • Updated Zephyr framework to v2.3.0 (release notes)
    • Added support for MenuConfig target
    • Minor bugfixes and improvements
platform-nordicnrf51 - 5.1.1

Published by valeros over 4 years ago

  • Preparation for upcoming PIO Core 4.4
platform-nordicnrf51 - 5.1.0

Published by valeros over 4 years ago

platform-nordicnrf51 - 5.0.3

Published by valeros over 4 years ago

  • Fixed an issue with uploading when paths has a whitespace symbol is user name (issue #28)
  • Fixed an issue with missing Arduino linker script if SoftDevice is not selected
  • Fixed an issue when an onboard debug probe is not selected by default
platform-nordicnrf51 - 5.0.2

Published by ivankravets over 4 years ago

  • Fixed overriding of LD Script via board_build.ldscript option in "platformio.ini"
platform-nordicnrf51 - 5.0.1

Published by ivankravets almost 5 years ago

  • Fixed an issue with broken firmware uploading via openOCD
platform-nordicnrf51 - 5.0.0

Published by ivankravets almost 5 years ago

  • Initial support for Zephyr framework
platform-nordicnrf51 - 4.3.0

Published by ivankravets over 5 years ago

  • New boards
  • Added JLink Support for BBC micro:bit
  • Implemented "erase" target
  • Updated nRF5 Arduino core to 0.6.0
  • Removed boards/bbcmicrobit_b profile, please use bbcmicrobit instead
platform-nordicnrf51 - 4.2.0

Published by ivankravets over 5 years ago

  • Updated mbed framework to 5.11.5
  • Updated openOCD to 0.10.0+dev-00462-gdd1d90111
  • Dropped support for RFduino board
  • Downgraded GCC toolchain to 7.x
  • Fixed an issue with "Error: couldn't open .pioenvs/***/firmware.hex"
platform-nordicnrf51 - 4.1.0

Published by ivankravets over 5 years ago

  • Updated ARM Mbed OS to v5.11.4
platform-nordicnrf51 - 4.0.0

Published by ivankravets over 5 years ago

platform-nordicnrf51 - 3.5.0

Published by ivankravets about 6 years ago

  • Move mbed build script to framework-mbed package
  • Update mbed to 5.10.1