File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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+
215222The [ BBC micro: bit ] ( https://microbit.org/ ) uses an nRF51 chip with a CMSIS-DAP interface.
216223
217224You 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
230243The following Nordic Semiconductor chips are currently supported:
You can’t perform that action at this time.
0 commit comments