diff options
author | deadprogram <[email protected]> | 2022-04-26 07:47:34 +0200 |
---|---|---|
committer | deadprogram <[email protected]> | 2022-04-26 07:47:34 +0200 |
commit | 11a402de95f0eb179ec9f6b854a8b2e5bd54763b (patch) | |
tree | 130ee44b16d24cbffe7b02a9b75d6bac3b75b433 /README.md | |
parent | cdd91988884ba65f201f72f6117ce15dc4373d25 (diff) | |
download | tinygo-11a402de95f0eb179ec9f6b854a8b2e5bd54763b.tar.gz tinygo-11a402de95f0eb179ec9f6b854a8b2e5bd54763b.zip |
docs: update list of currently supported boards
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 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 82 microcontroller boards are currently supported: +The following 85 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) @@ -85,6 +85,7 @@ The following 82 microcontroller boards are currently supported: * [Dragino LoRaWAN GPS Tracker LGT-92](http://www.dragino.com/products/lora-lorawan-end-node/item/142-lgt-92.html) * [ESP32 - Core board](https://www.espressif.com/en/products/socs/esp32) * [ESP32 - mini32](https://www.espressif.com/en/products/socs/esp32) +* [ESP32-C3-12f](https://www.espressif.com/en/products/socs/esp32-c3) * [ESP8266 - d1mini](https://www.espressif.com/en/products/socs/esp8266) * [ESP8266 - NodeMCU](https://www.espressif.com/en/products/socs/esp8266) * [Game Boy Advance](https://en.wikipedia.org/wiki/Game_Boy_Advance) @@ -112,10 +113,12 @@ The following 82 microcontroller boards are currently supported: * [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 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 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) * [SiFIve HiFive1 Rev B](https://www.sifive.com/boards/hifive1) +* [Sparkfun Thing Plus RP2040](https://www.sparkfun.com/products/17745) * [ST Micro "Nucleo" F103RB](https://www.st.com/en/evaluation-tools/nucleo-f103rb.html) * [ST Micro "Nucleo" F722ZE](https://www.st.com/en/evaluation-tools/nucleo-f722ze.html) * [ST Micro "Nucleo" L031K6](https://www.st.com/ja/evaluation-tools/nucleo-l031k6.html) |