Skip to content

Commit 3eec878

Browse files
committed
docs: correct the count of supported boards, and put into strict alpha order
Signed-off-by: Ron Evans <[email protected]>
1 parent e6cab6c commit 3eec878

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ See the [getting started instructions](https://tinygo.org/getting-started/) for
4343

4444
You can compile TinyGo programs for microcontrollers, WebAssembly and Linux.
4545

46-
The following 18 microcontroller boards are currently supported:
46+
The following 19 microcontroller boards are currently supported:
4747

4848
* [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333)
4949
* [Adafruit Feather M0](https://www.adafruit.com/product/2772)
@@ -53,17 +53,17 @@ The following 18 microcontroller boards are currently supported:
5353
* [Arduino Nano33 IoT](https://store.arduino.cc/nano-33-iot)
5454
* [Arduino Uno](https://store.arduino.cc/arduino-uno-rev3)
5555
* [BBC micro:bit](https://microbit.org/)
56-
* [Game Boy Advance](https://en.wikipedia.org/wiki/Game_Boy_Advance)
57-
* [SiFIve HiFive1](https://www.sifive.com/boards/hifive1)
58-
* [ST Micro STM32F103XX "Bluepill"](http://wiki.stm32duino.com/index.php?title=Blue_Pill)
59-
* [ST Micro "Nucleo F103RB"](https://www.st.com/en/evaluation-tools/nucleo-f103rb.html)
60-
* [ST Micro STM32F407 "Discovery"](https://www.st.com/en/evaluation-tools/stm32f4discovery.html)
6156
* [Digispark](http://digistump.com/products/1)
57+
* [Game Boy Advance](https://en.wikipedia.org/wiki/Game_Boy_Advance)
58+
* [Makerdiary nRF52840-MDK](https://wiki.makerdiary.com/nrf52840-mdk/)
6259
* [Nordic Semiconductor PCA10031](https://www.nordicsemi.com/eng/Products/nRF51-Dongle)
6360
* [Nordic Semiconductor PCA10040](https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF52-DK)
6461
* [Nordic Semiconductor PCA10056](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK)
65-
* [Makerdiary nRF52840-MDK](https://wiki.makerdiary.com/nrf52840-mdk/)
6662
* [Phytec reel board](https://www.phytec.eu/product-eu/internet-of-things/reelboard/)
63+
* [SiFIve HiFive1](https://www.sifive.com/boards/hifive1)
64+
* [ST Micro "Nucleo F103RB"](https://www.st.com/en/evaluation-tools/nucleo-f103rb.html)
65+
* [ST Micro STM32F103XX "Bluepill"](http://wiki.stm32duino.com/index.php?title=Blue_Pill)
66+
* [ST Micro STM32F407 "Discovery"](https://www.st.com/en/evaluation-tools/stm32f4discovery.html)
6767

6868
For more information, see [this list of boards](https://tinygo.org/microcontrollers/). Pull requests for additional support are welcome!
6969

0 commit comments

Comments
 (0)