aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRon Evans <[email protected]>2020-08-25 19:16:42 +0200
committerGitHub <[email protected]>2020-08-25 19:16:42 +0200
commit29d65cb63763ad5a7c644837ab3124f73ab212ec (patch)
tree25e071cd3320c879d88d6ea1dccc5665eb00e580 /README.md
parent63005622aea400d7ec503e2cf446f221df3b7e15 (diff)
downloadtinygo-29d65cb63763ad5a7c644837ab3124f73ab212ec.tar.gz
tinygo-29d65cb63763ad5a7c644837ab3124f73ab212ec.zip
machine/itsybitsy-nrf52840: add support for Adafruit Itsybitsy nrf52840 (#1243)
* machine/itsybitsy-nrf52840: add support for Adafruit Itsybitsy nrf52840 Express board
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a09201efd..1ff94089f 100644
--- a/README.md
+++ b/README.md
@@ -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 39 microcontroller boards/devices are currently supported:
+The following 40 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)
@@ -53,6 +53,7 @@ The following 39 microcontroller boards/devices are currently supported:
* [Adafruit Feather nRF52840 Express](https://www.adafruit.com/product/4062)
* [Adafruit ItsyBitsy M0](https://www.adafruit.com/product/3727)
* [Adafruit ItsyBitsy M4](https://www.adafruit.com/product/3800)
+* [Adafruit ItsyBitsy nRF52840](https://www.adafruit.com/product/4481)
* [Adafruit Metro M4 Express Airlift](https://www.adafruit.com/product/4000)
* [Adafruit PyBadge](https://www.adafruit.com/product/4200)
* [Adafruit PyGamer](https://www.adafruit.com/product/4242)