tinygo/targets/nrf51-s110v8.json
Ayke van Laethem 67ac4fdd8e nrf: add microbit-s110v8 target
This makes it possible to use Bluetooth on the BBC micro:bit.

Note that you need to use -programmer=cmsis-dap otherwise the SoftDevice
will be erased while flashing something that uses Bluetooth.
2020-05-26 18:50:33 +02:00

4 строки
88 Б
JSON

{
"build-tags": ["softdevice", "s110v8"],
"linkerscript": "targets/nrf51-s110v8.ld"
}