mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
ports: Add board.json for all boards.
This will be used by https://micropython.org/download/ to generate the full listing of boards and firmware files. Optionally supports a board.md for additional customisation of the download page, as well as deploy.md for flashing instructions. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
committed by
Damien George
parent
9519484c56
commit
e359b077dd
24
ports/stm32/boards/PYBV11/board.json
Normal file
24
ports/stm32/boards/PYBV11/board.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../PYBV10/deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"id": "pybv11",
|
||||
"images": [
|
||||
"PYBv1_1.jpg",
|
||||
"PYBv1_1-C.jpg",
|
||||
"PYBv1_1-E.jpg"
|
||||
],
|
||||
"mcu": "stm32f4",
|
||||
"product": "Pyboard v1.1",
|
||||
"thumbnail": "",
|
||||
"url": "https://store.micropython.org/product/PYBv1.1",
|
||||
"variants": {
|
||||
"dp": "Double-precision float",
|
||||
"dp-thread": "Double precision float + Threads",
|
||||
"network": "Wiznet 5200 Driver",
|
||||
"thread": "Threading"
|
||||
},
|
||||
"vendor": "George Robotics"
|
||||
}
|
||||
Reference in New Issue
Block a user