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,13 @@
{
"deploy": [
"../deploy.md"
],
"docs": "",
"features": [],
"images": [],
"mcu": "mimxrt",
"product": "MIMXRT1010_EVK",
"thumbnail": "",
"url": "",
"vendor": "NXP"
}

View File

@@ -0,0 +1,13 @@
{
"deploy": [
"../deploy.md"
],
"docs": "",
"features": [],
"images": [],
"mcu": "mimxrt",
"product": "MIMXRT1020_EVK",
"thumbnail": "",
"url": "",
"vendor": "NXP"
}

View File

@@ -0,0 +1,13 @@
{
"deploy": [
"../deploy.md"
],
"docs": "",
"features": [],
"images": [],
"mcu": "mimxrt",
"product": "MIMXRT1050_EVK",
"thumbnail": "",
"url": "",
"vendor": "NXP"
}

View File

@@ -0,0 +1,13 @@
{
"deploy": [
"../deploy.md"
],
"docs": "",
"features": [],
"images": [],
"mcu": "mimxrt",
"product": "MIMXRT1060_EVK",
"thumbnail": "",
"url": "",
"vendor": "NXP"
}

View File

@@ -0,0 +1,13 @@
{
"deploy": [
"../deploy.md"
],
"docs": "",
"features": [],
"images": [],
"mcu": "mimxrt",
"product": "MIMXRT1064_EVK",
"thumbnail": "",
"url": "",
"vendor": "NXP"
}

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

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

View File