feat(mcu): Add micropython firmware and build instructions

This commit is contained in:
viernullvier 2026-04-07 23:35:49 +02:00
commit b15eeca2b2
9 changed files with 107 additions and 0 deletions

View file

@ -0,0 +1,22 @@
{
"deploy": [
"../deploy.md"
],
"docs": "",
"features": [
"Dual-core",
"External Flash",
"USB-C"
],
"images": [
"rp2-pico2.jpg"
],
"mcu": "rp2350",
"product": "PICO2-XL",
"thumbnail": "",
"url": "https://www.olimex.com/Products/RaspberryPi/PICO/PICO2-XXL/open-source-hardware",
"variants": {
"RISCV": "RISC-V CPU mode"
},
"vendor": "Olimex"
}