mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40: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
16
ports/cc3200/boards/WIPY/board.json
Normal file
16
ports/cc3200/boards/WIPY/board.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"deploy": [
|
||||
"deploy.md"
|
||||
],
|
||||
"docs": "https://docs.pycom.io/datasheets/development/wipy3/",
|
||||
"features": [],
|
||||
"id": "wipy",
|
||||
"images": [
|
||||
"wipy.jpg"
|
||||
],
|
||||
"mcu": "cc3200",
|
||||
"product": "WiPy Module",
|
||||
"thumbnail": "",
|
||||
"url": "https://pycom.io/product/wipy-3-0/",
|
||||
"vendor": "Pycom"
|
||||
}
|
||||
2
ports/cc3200/boards/WIPY/deploy.md
Normal file
2
ports/cc3200/boards/WIPY/deploy.md
Normal file
@@ -0,0 +1,2 @@
|
||||
The following files are firmware for the WiPy. The zip file contains mcuimg.bin
|
||||
which should be copied via ftp to the /flash/sys directory on the WiPy.
|
||||
Reference in New Issue
Block a user