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:
Jim Mussared
2021-09-02 00:08:30 +10:00
committed by Damien George
parent 9519484c56
commit e359b077dd
135 changed files with 1721 additions and 0 deletions

View 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"
}

View 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.