Files
micropython/ports/rp2/boards/PIMORONI_TINY2040/board.json
Phil Howard 1557014ea4 rp2/boards/PIMORONI_TINY2040: Add an 8MB variant to Tiny 2040.
Add an 8MB "PIMORONI_TINY2040" variant.

Signed-off-by: Phil Howard <phil@gadgetoid.com>
2024-08-02 16:17:48 +10:00

24 lines
453 B
JSON

{
"deploy": [
"../deploy.md"
],
"docs": "",
"features": [
"Dual-core",
"External Flash",
"RGB LED",
"USB-C"
],
"images": [
"tiny-2040-on-white-1_1024x1024.jpg"
],
"mcu": "rp2040",
"product": "Tiny2040",
"thumbnail": "",
"url": "https://shop.pimoroni.com/products/tiny-2040",
"variants": {
"FLASH_8M": "8 MiB Flash"
},
"vendor": "Pimoroni"
}