diff options
author | Ron Evans <[email protected]> | 2019-05-27 09:43:24 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2019-05-27 09:43:24 +0200 |
commit | 191a0769565e52b8d2f0eee6c18fca7f415e1046 (patch) | |
tree | 7c80a911ee158915089aca1addc8b2042d601d6e /README.md | |
parent | 0f2dcba7b3151e2d88f9c998b5b0a0d9e5d2dd48 (diff) | |
download | tinygo-191a0769565e52b8d2f0eee6c18fca7f415e1046.tar.gz tinygo-191a0769565e52b8d2f0eee6c18fca7f415e1046.zip |
docs: update list of supported MCU boards
Signed-off-by: Ron Evans <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -43,13 +43,14 @@ See the [getting started instructions](https://tinygo.org/getting-started/) for You can compile TinyGo programs for microcontrollers, WebAssembly and Linux. -The following microcontroller boards are currently supported: +The following 14 microcontroller boards are currently supported: * [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333) +* [Adafruit Feather M0](https://www.adafruit.com/product/2772) * [Adafruit ItsyBitsy M0](https://www.adafruit.com/product/3727) * [Adafruit Trinket M0](https://www.adafruit.com/product/3500) * [Arduino Uno](https://store.arduino.cc/arduino-uno-rev3) -* [BBC:Microbit](https://microbit.org/) +* [BBC micro:bit](https://microbit.org/) * [ST Micro STM32F103XX "Bluepill"](http://wiki.stm32duino.com/index.php?title=Blue_Pill) * [ST Micro STM32F407 "Discovery"](https://www.st.com/en/evaluation-tools/stm32f4discovery.html) * [Digispark](http://digistump.com/products/1) |