From 172569b0a13cb0b6936aff26679ebb9e6f241bcb Mon Sep 17 00:00:00 2001 From: deadprogram Date: Fri, 5 Mar 2021 00:22:43 +0100 Subject: [PATCH] docs: few details on newly supported boards Signed-off-by: deadprogram --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a05de16..862a3d1 100644 --- a/README.md +++ b/README.md @@ -210,8 +210,15 @@ For example, this command can be used to compile and flash an Adafruit Circuit P tinygo flash -target circuitplay-bluefruit ./examples/circuitplay +There are other boards with TinyGo support that also use the same UF2 bootloader with pre-loaded SoftDevice. They include: + +* [Nice Keyboards nice!nano](https://nicekeyboards.com/products/nice-nano-v1-0) +* [Makerdiary nRF52840 MDK USB Dongle](https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle/) + ### BBC micro:bit +#### Version 1 + The [BBC micro:bit](https://microbit.org/) uses an nRF51 chip with a CMSIS-DAP interface. 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 tinygo flash -target=microbit-s110v8 ./examples/heartrate +#### Version 2 + +The [BBC micro:bit v2](https://microbit.org/new-microbit/) uses an nRF52833 chip with a CMSIS-DAP interface. + +Support for the v2 will be available soon. + ### Supported Chips The following Nordic Semiconductor chips are currently supported: