diff options
author | sago35 <[email protected]> | 2020-07-11 16:21:16 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-11 09:21:16 +0200 |
commit | 60fdf812093eb70ffe2f55d3ed52f14a81ec69fe (patch) | |
tree | 66b4ec8b16387591f8a260f87b088cf723d96ef5 | |
parent | 39433a3553cb08c754bd7e5e7f20f3e402892194 (diff) | |
download | tinygo-60fdf812093eb70ffe2f55d3ed52f14a81ec69fe.tar.gz tinygo-60fdf812093eb70ffe2f55d3ed52f14a81ec69fe.zip |
docs: add MAix BiT and Teensy 3.6 to list of supported boards (#1230)
* docs: add MAix BiT and Teensy 3.6 to list of supported boards
-rw-r--r-- | README.md | 4 |
1 files changed, 3 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 35 microcontroller boards are currently supported: +The following 37 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) @@ -73,8 +73,10 @@ The following 35 microcontroller boards are currently supported: * [Particle Xenon](https://docs.particle.io/datasheets/discontinued/xenon-datasheet/) * [Phytec reel board](https://www.phytec.eu/product-eu/internet-of-things/reelboard/) * [PineTime DevKit](https://www.pine64.org/pinetime/) +* [PJRC Teensy 3.6](https://www.pjrc.com/store/teensy36.html) * [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) * [SiFIve HiFive1](https://www.sifive.com/boards/hifive1) * [ST Micro "Nucleo F103RB"](https://www.st.com/en/evaluation-tools/nucleo-f103rb.html) * [ST Micro STM32F103XX "Bluepill"](http://wiki.stm32duino.com/index.php?title=Blue_Pill) |