diff options
author | Kenneth Bell <[email protected]> | 2022-07-01 17:06:08 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-07-08 13:01:14 +0200 |
commit | 1d99b1ed8493554835670eb6df7bf5340d9c4423 (patch) | |
tree | cc50b5cc68214521c1743a680bb840a1a9e40e03 /README.md | |
parent | e1405640dacb4d152028366ce8b0dd3fc3d222db (diff) | |
download | tinygo-1d99b1ed8493554835670eb6df7bf5340d9c4423.tar.gz tinygo-1d99b1ed8493554835670eb6df7bf5340d9c4423.zip |
boards: add Challenger RP2040 LoRa
Diffstat (limited to 'README.md')
-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 87 microcontroller boards are currently supported: +The following 88 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) @@ -89,6 +89,7 @@ The following 87 microcontroller boards are currently supported: * [ESP8266 - d1mini](https://www.espressif.com/en/products/socs/esp8266) * [ESP8266 - NodeMCU](https://www.espressif.com/en/products/socs/esp8266) * [Game Boy Advance](https://en.wikipedia.org/wiki/Game_Boy_Advance) +* [iLabs Challenger RP2040 LoRa](https://ilabs.se/product/challenger-rp2040-lora/) * [M5Stack](https://docs.m5stack.com/en/core/basic) * [M5Stack Core2](https://shop.m5stack.com/products/m5stack-core2-esp32-iot-development-kit) * [M5Stamp C3](https://docs.m5stack.com/en/core/stamp_c3) |