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
13
ports/mimxrt/boards/MIMXRT1010_EVK/board.json
Normal file
13
ports/mimxrt/boards/MIMXRT1010_EVK/board.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "mimxrt",
|
||||
"product": "MIMXRT1010_EVK",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "NXP"
|
||||
}
|
||||
13
ports/mimxrt/boards/MIMXRT1020_EVK/board.json
Normal file
13
ports/mimxrt/boards/MIMXRT1020_EVK/board.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "mimxrt",
|
||||
"product": "MIMXRT1020_EVK",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "NXP"
|
||||
}
|
||||
13
ports/mimxrt/boards/MIMXRT1050_EVK/board.json
Normal file
13
ports/mimxrt/boards/MIMXRT1050_EVK/board.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "mimxrt",
|
||||
"product": "MIMXRT1050_EVK",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "NXP"
|
||||
}
|
||||
13
ports/mimxrt/boards/MIMXRT1060_EVK/board.json
Normal file
13
ports/mimxrt/boards/MIMXRT1060_EVK/board.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "mimxrt",
|
||||
"product": "MIMXRT1060_EVK",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "NXP"
|
||||
}
|
||||
13
ports/mimxrt/boards/MIMXRT1064_EVK/board.json
Normal file
13
ports/mimxrt/boards/MIMXRT1064_EVK/board.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "mimxrt",
|
||||
"product": "MIMXRT1064_EVK",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "NXP"
|
||||
}
|
||||
13
ports/mimxrt/boards/TEENSY40/board.json
Normal file
13
ports/mimxrt/boards/TEENSY40/board.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "mimxrt",
|
||||
"product": "Teensy 4.0",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.pjrc.com/store/teensy40.html",
|
||||
"vendor": "PJRC"
|
||||
}
|
||||
13
ports/mimxrt/boards/TEENSY41/board.json
Normal file
13
ports/mimxrt/boards/TEENSY41/board.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "mimxrt",
|
||||
"product": "Teensy 4.1",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.pjrc.com/store/teensy41.html",
|
||||
"vendor": "PJRC"
|
||||
}
|
||||
0
ports/mimxrt/boards/deploy.md
Normal file
0
ports/mimxrt/boards/deploy.md
Normal file
Reference in New Issue
Block a user