1a99f74063
This was used to override the firmware filename generated by the build server (to match the historical name before board definitions existed). Now we're making everything use the board definition name (i.e. the directory name). This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
24 lines
568 B
JSON
24 lines
568 B
JSON
{
|
|
"deploy": [
|
|
"../PYBV10/deploy.md"
|
|
],
|
|
"docs": "",
|
|
"features": [],
|
|
"images": [
|
|
"PYBLITEv1_0.jpg",
|
|
"PYBLITEv1_0-B.jpg",
|
|
"PYBLITEv1_0-C.jpg"
|
|
],
|
|
"mcu": "stm32f4",
|
|
"product": "Pyboard Lite v1.0",
|
|
"thumbnail": "",
|
|
"url": "https://store.micropython.org/product/PYBLITEv1.0",
|
|
"variants": {
|
|
"DP": "Double-precision float",
|
|
"DP_THREAD": "Double precision float + Threads",
|
|
"NETWORK": "Wiznet 5200 Driver",
|
|
"THREAD": "Threading"
|
|
},
|
|
"vendor": "George Robotics"
|
|
}
|