diff options
author | Ron Evans <[email protected]> | 2019-05-14 19:38:39 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2019-05-14 19:38:39 +0200 |
commit | d3f2237d4441187dff0ae098b9de21402b0806b3 (patch) | |
tree | cffaae83b018ba3bee02fd08331edfbcb2719b01 /README.md | |
parent | fc2ed2bdd0bdbcc7b8b8e80e3e41bfe476d90745 (diff) | |
download | tinygo-d3f2237d4441187dff0ae098b9de21402b0806b3.tar.gz tinygo-d3f2237d4441187dff0ae098b9de21402b0806b3.zip |
docs: update README with new boards Adafruit Trinket M0, and STM32F407 Discovery
Signed-off-by: Ron Evans <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,9 +47,11 @@ The following microcontroller boards are currently supported: * [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333) * [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/) * [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) * [Nordic Semiconductor PCA10031](https://www.nordicsemi.com/eng/Products/nRF51-Dongle) * [Nordic Semiconductor PCA10040](https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF52-DK) |