platformio / platform-nordicnrf51

Nordic nRF51: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/nordicnrf51
Apache License 2.0
20 stars 25 forks source link

Adding JLink Support for BBC micro:bit #25

Closed aldrinleal closed 5 years ago

aldrinleal commented 5 years ago

BBC micro:bit supports Segger JLink OB via a Firmware Update on the on-board KL26Z MCU. More details here:

https://www.segger.com/products/debug-probes/j-link/models/other-j-links/bbc-microbit-j-link-upgrade/

This patch changes the boards metadata so it works with boards with the jlink-ob, provided one declares upload_protocol as jlink

ivankravets commented 5 years ago

Thanks!