forked from viernullvier/neogrid
feat(mcu): Add micropython firmware and build instructions
This commit is contained in:
parent
a70f1eb855
commit
b15eeca2b2
9 changed files with 107 additions and 0 deletions
22
firmware/OLIMEX_PICO2_XL/board.json
Normal file
22
firmware/OLIMEX_PICO2_XL/board.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue