diff options
author | deadprogram <[email protected]> | 2020-07-31 09:12:44 +0200 |
---|---|---|
committer | deadprogram <[email protected]> | 2020-07-31 09:12:44 +0200 |
commit | 903bebd07109182ccb0da69ba93e8531479d7dc2 (patch) | |
tree | 788a24deb627a2b97598b459eb5818fbf90cab8e | |
parent | 848c3e55a981e1f64e302180729172e27b16dc16 (diff) | |
download | tinygo-903bebd07109182ccb0da69ba93e8531479d7dc2.tar.gz tinygo-903bebd07109182ccb0da69ba93e8531479d7dc2.zip |
docs: add Nintendo Switch to list of supported boards/devices
Signed-off-by: deadprogram <[email protected]>
-rw-r--r-- | README.md | 3 |
1 files changed, 2 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 38 microcontroller boards are currently supported: +The following 39 microcontroller boards/devices are currently supported: * [Adafruit Circuit Playground Bluefruit](https://www.adafruit.com/product/4333) * [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333) @@ -66,6 +66,7 @@ The following 38 microcontroller boards are currently supported: * [Digispark](http://digistump.com/products/1) * [Game Boy Advance](https://en.wikipedia.org/wiki/Game_Boy_Advance) * [Makerdiary nRF52840-MDK](https://wiki.makerdiary.com/nrf52840-mdk/) +* [Nintendo Switch](https://www.nintendo.com/switch/) * [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) * [Nordic Semiconductor PCA10056](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK) |