From 5996e113ad30de2ee218d20a8b9f348a00ddb0d7 Mon Sep 17 00:00:00 2001 From: Daniel Esteban Date: Thu, 7 Jul 2022 10:30:30 +0200 Subject: [PATCH] update list of boards supported to add Badger2040 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88eb81ad..834567f3 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 86 microcontroller boards are currently supported: +The following 87 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) @@ -105,6 +105,7 @@ The following 86 microcontroller boards are currently supported: * [Particle Boron](https://docs.particle.io/datasheets/cellular/boron-datasheet/) * [Particle Xenon](https://docs.particle.io/datasheets/discontinued/xenon-datasheet/) * [Phytec reel board](https://www.phytec.eu/product-eu/internet-of-things/reelboard/) +* [Pimoroni Badger2040](https://shop.pimoroni.com/products/badger-2040) * [PineTime DevKit](https://www.pine64.org/pinetime/) * [PJRC Teensy 3.6](https://www.pjrc.com/store/teensy36.html) * [PJRC Teensy 4.0](https://www.pjrc.com/store/teensy40.html)