Skip to content

Commit 172569b

Browse files
committed
docs: few details on newly supported boards
Signed-off-by: deadprogram <[email protected]>
1 parent fa5736e commit 172569b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,15 @@ For example, this command can be used to compile and flash an Adafruit Circuit P
210210

211211
tinygo flash -target circuitplay-bluefruit ./examples/circuitplay
212212

213+
There are other boards with TinyGo support that also use the same UF2 bootloader with pre-loaded SoftDevice. They include:
214+
215+
* [Nice Keyboards nice!nano](https://nicekeyboards.com/products/nice-nano-v1-0)
216+
* [Makerdiary nRF52840 MDK USB Dongle](https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle/)
217+
213218
### BBC micro:bit
214219

220+
#### Version 1
221+
215222
The [BBC micro:bit](https://microbit.org/) uses an nRF51 chip with a CMSIS-DAP interface.
216223

217224
You will need to install OpenOCD (http://openocd.org/) to flash the board.
@@ -225,6 +232,12 @@ Once you have copied the SoftDevice firmware to the BBC micro:bit, you can then
225232

226233
tinygo flash -target=microbit-s110v8 ./examples/heartrate
227234

235+
#### Version 2
236+
237+
The [BBC micro:bit v2](https://microbit.org/new-microbit/) uses an nRF52833 chip with a CMSIS-DAP interface.
238+
239+
Support for the v2 will be available soon.
240+
228241
### Supported Chips
229242

230243
The following Nordic Semiconductor chips are currently supported:

0 commit comments

Comments
 (0)