diff options
author | BCG <[email protected]> | 2021-09-07 23:37:19 -0400 |
---|---|---|
committer | Ron Evans <[email protected]> | 2021-09-08 12:40:49 +0200 |
commit | 602d3d7c788392147225c749d5099d7600b14d42 (patch) | |
tree | aa9762f1a6780e38a934c7b3be95cf51e63bf322 /README.md | |
parent | 409688e67ab121efe0bf898dd45e3e4bf52b1b80 (diff) | |
download | tinygo-602d3d7c788392147225c749d5099d7600b14d42.tar.gz tinygo-602d3d7c788392147225c749d5099d7600b14d42.zip |
board: add Raytac MDBT50Q-RX Dongle with TinyUF2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -43,7 +43,7 @@ See the [getting started instructions](https://tinygo.org/getting-started/) for You can compile TinyGo programs for microcontrollers, WebAssembly and Linux. -The following 69 microcontroller boards are currently supported: +The following 70 microcontroller boards are currently supported: * [Adafruit Circuit Playground Bluefruit](https://www.adafruit.com/product/4333) * [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333) @@ -102,6 +102,7 @@ The following 69 microcontroller boards are currently supported: * [PJRC Teensy 4.0](https://www.pjrc.com/store/teensy40.html) * [ProductivityOpen P1AM-100](https://facts-engineering.github.io/modules/P1AM-100/P1AM-100.html) * [Raspberry Pi Pico](https://www.raspberrypi.org/products/raspberry-pi-pico/) +* [Raytac MDBT50Q-RX Dongle (with TinyUF2 bootloader)](https://www.adafruit.com/product/5199) * [Seeed Wio Terminal](https://www.seeedstudio.com/Wio-Terminal-p-4509.html) * [Seeed Seeeduino XIAO](https://www.seeedstudio.com/Seeeduino-XIAO-Arduino-Microcontroller-SAMD21-Cortex-M0+-p-4426.html) * [Seeed Sipeed MAix BiT](https://www.seeedstudio.com/Sipeed-MAix-BiT-for-RISC-V-AI-IoT-p-2872.html) |