Files
micropython/ports/rp2/boards/PIMORONI_PICOLIPO/board.json
Phil Howard cd1ab7645e rp2/boards/PIMORONI_PICOLIPO: Refactor Pico LiPo to use board variants.
Combine the 4MB and 16MB "PIMORONI_PICOLIPO" variants into a single board.

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

25 lines
493 B
JSON

{
"deploy": [
"../deploy.md"
],
"docs": "",
"features": [
"Battery Charging",
"Dual-core",
"External Flash",
"JST-SH",
"USB-C"
],
"images": [
"PimoroniPicoLipo_1of3_1024x1024.jpg"
],
"mcu": "rp2040",
"product": "Pico LiPo",
"thumbnail": "",
"url": "https://shop.pimoroni.com/products/pimoroni-pico-lipo",
"variants": {
"FLASH_16M": "16 MiB Flash"
},
"vendor": "Pimoroni"
}