diff options
author | Daniel Esteban <[email protected]> | 2022-07-02 11:24:33 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-07-06 22:23:47 +0200 |
commit | b112477e9523603c7534626b0e00a2f59974ac52 (patch) | |
tree | 123ea79077f6de26121abe8a7e02ce8fe4eb3137 /README.md | |
parent | 2fa24ef752c6a5aacc96dd7f8e317e49cf0302f1 (diff) | |
download | tinygo-b112477e9523603c7534626b0e00a2f59974ac52.tar.gz tinygo-b112477e9523603c7534626b0e00a2f59974ac52.zip |
Initial support for XIAO RP2040
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 85 microcontroller boards are currently supported: +The following 86 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) @@ -114,6 +114,7 @@ The following 85 microcontroller boards are currently supported: * [Raytac MDBT50Q-RX Dongle (with TinyUF2 bootloader)](https://www.adafruit.com/product/5199) * [Seeed Seeeduino XIAO](https://www.seeedstudio.com/Seeeduino-XIAO-Arduino-Microcontroller-SAMD21-Cortex-M0+-p-4426.html) * [Seeed XIAO BLE](https://www.seeedstudio.com/Seeed-XIAO-BLE-nRF52840-p-5201.html) +* [Seeed XIAO RP2040](https://www.seeedstudio.com/XIAO-RP2040-v1-0-p-5026.html) * [Seeed LoRa-E5 Development Kit](https://www.seeedstudio.com/LoRa-E5-Dev-Kit-p-4868.html) * [Seeed Sipeed MAix BiT](https://www.seeedstudio.com/Sipeed-MAix-BiT-for-RISC-V-AI-IoT-p-2872.html) * [Seeed Wio Terminal](https://www.seeedstudio.com/Wio-Terminal-p-4509.html) |