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:
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.
|
13
ports/esp32/boards/ESP32_S2_WROVER/board.json
Normal file
13
ports/esp32/boards/ESP32_S2_WROVER/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "esp32s2",
|
||||
"product": "ESP32-S2 WROVER",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "Espressif"
|
||||
}
|
20
ports/esp32/boards/GENERIC/board.json
Normal file
20
ports/esp32/boards/GENERIC/board.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [
|
||||
"WiFi",
|
||||
"BLE"
|
||||
],
|
||||
"id": "esp32",
|
||||
"images": [],
|
||||
"mcu": "esp32",
|
||||
"product": "ESP32",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"variants": {
|
||||
"idf3": "Compiled with IDF 3.x"
|
||||
},
|
||||
"vendor": "Espressif"
|
||||
}
|
3
ports/esp32/boards/GENERIC/board.md
Normal file
3
ports/esp32/boards/GENERIC/board.md
Normal file
@ -0,0 +1,3 @@
|
||||
The following files are daily firmware for ESP32-based boards without external SPIRAM.
|
||||
|
||||
This firmware is compiled using ESP-IDF v4.x. Some older releases are also provided that are compiled with ESP-IDF v3.x.
|
14
ports/esp32/boards/GENERIC_C3/board.json
Normal file
14
ports/esp32/boards/GENERIC_C3/board.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"id": "esp32c3",
|
||||
"images": [],
|
||||
"mcu": "esp32c3",
|
||||
"product": "ESP32-C3",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "Espressif"
|
||||
}
|
14
ports/esp32/boards/GENERIC_C3_USB/board.json
Normal file
14
ports/esp32/boards/GENERIC_C3_USB/board.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"id": "esp32c3-usb",
|
||||
"images": [],
|
||||
"mcu": "esp32c3",
|
||||
"product": "ESP32-C3 with USB",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "Espressif"
|
||||
}
|
14
ports/esp32/boards/GENERIC_D2WD/board.json
Normal file
14
ports/esp32/boards/GENERIC_D2WD/board.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"id": "esp32-d2wd",
|
||||
"images": [],
|
||||
"mcu": "esp32",
|
||||
"product": "ESP32 D2WD",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "Espressif"
|
||||
}
|
14
ports/esp32/boards/GENERIC_OTA/board.json
Normal file
14
ports/esp32/boards/GENERIC_OTA/board.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"id": "esp32-ota",
|
||||
"images": [],
|
||||
"mcu": "esp32",
|
||||
"product": "ESP32 with OTA support",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "Espressif"
|
||||
}
|
13
ports/esp32/boards/GENERIC_S2/board.json
Normal file
13
ports/esp32/boards/GENERIC_S2/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "esp32s2",
|
||||
"product": "ESP32-S2",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "Espressif"
|
||||
}
|
13
ports/esp32/boards/GENERIC_S3/board.json
Normal file
13
ports/esp32/boards/GENERIC_S3/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "esp32s3",
|
||||
"product": "ESP32-S3",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "Espressif"
|
||||
}
|
21
ports/esp32/boards/GENERIC_SPIRAM/board.json
Normal file
21
ports/esp32/boards/GENERIC_SPIRAM/board.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [
|
||||
"WiFi",
|
||||
"BLE",
|
||||
"SPIRAM"
|
||||
],
|
||||
"id": "esp32spiram",
|
||||
"images": [],
|
||||
"mcu": "esp32",
|
||||
"product": "ESP32 with SPIRAM",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"variants": {
|
||||
"idf3": "Compiled with IDF 3.x"
|
||||
},
|
||||
"vendor": "Espressif"
|
||||
}
|
3
ports/esp32/boards/GENERIC_SPIRAM/board.md
Normal file
3
ports/esp32/boards/GENERIC_SPIRAM/board.md
Normal file
@ -0,0 +1,3 @@
|
||||
The following files are daily firmware for ESP32-based boards with external SPIRAM (also known as PSRAM).
|
||||
|
||||
This firmware is compiled using ESP-IDF v4.x. Some older releases are also provided that are compiled with ESP-IDF v3.x.
|
13
ports/esp32/boards/LOLIN_S2_MINI/board.json
Normal file
13
ports/esp32/boards/LOLIN_S2_MINI/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "esp32s2",
|
||||
"product": "S2 mini",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.wemos.cc/en/latest/s2/s2_mini.html",
|
||||
"vendor": "Wemos"
|
||||
}
|
13
ports/esp32/boards/M5STACK_ATOM/board.json
Normal file
13
ports/esp32/boards/M5STACK_ATOM/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "esp32",
|
||||
"product": "M5 Stack Atom",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": ""
|
||||
}
|
14
ports/esp32/boards/SIL_WESP32/board.json
Normal file
14
ports/esp32/boards/SIL_WESP32/board.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"id": "wesp32",
|
||||
"images": [],
|
||||
"mcu": "esp32",
|
||||
"product": "SIL WESP32",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "Espressif"
|
||||
}
|
23
ports/esp32/boards/UM_FEATHERS2/board.json
Normal file
23
ports/esp32/boards/UM_FEATHERS2/board.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [
|
||||
"BLE",
|
||||
"WiFi",
|
||||
"Feather",
|
||||
"Battery Charging",
|
||||
"STEMMA QT/QWIIC",
|
||||
"USB-C"
|
||||
],
|
||||
"id": "featherS2",
|
||||
"images": [
|
||||
"unexpectedmaker_feathers2.jpg"
|
||||
],
|
||||
"mcu": "esp32s2",
|
||||
"product": "Feather S2",
|
||||
"thumbnail": "",
|
||||
"url": "https://feathers2.io/",
|
||||
"vendor": "Unexpected Maker"
|
||||
}
|
22
ports/esp32/boards/UM_FEATHERS2NEO/board.json
Normal file
22
ports/esp32/boards/UM_FEATHERS2NEO/board.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [
|
||||
"BLE",
|
||||
"WiFi",
|
||||
"Feather",
|
||||
"Battery Charging",
|
||||
"STEMMA QT/QWIIC",
|
||||
"USB-C",
|
||||
"Neopixels"
|
||||
],
|
||||
"id": "featherS2neo",
|
||||
"images": [],
|
||||
"mcu": "esp32s2",
|
||||
"product": "Feather S2 Neo",
|
||||
"thumbnail": "",
|
||||
"url": "https://unexpectedmaker.com/feathers2-neo",
|
||||
"vendor": "Unexpected Maker"
|
||||
}
|
19
ports/esp32/boards/UM_TINYPICO/board.json
Normal file
19
ports/esp32/boards/UM_TINYPICO/board.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"id": "tinypico",
|
||||
"images": [
|
||||
"tinypico-v2-both.jpg"
|
||||
],
|
||||
"mcu": "esp32",
|
||||
"product": "TinyPICO",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.tinypico.com/",
|
||||
"variants": {
|
||||
"idf3": "Compiled with IDF 3.x"
|
||||
},
|
||||
"vendor": "Unexpected Maker"
|
||||
}
|
16
ports/esp32/boards/UM_TINYS2/board.json
Normal file
16
ports/esp32/boards/UM_TINYS2/board.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"id": "tinys2",
|
||||
"images": [
|
||||
"TinyS2+Product+Shot.jpg"
|
||||
],
|
||||
"mcu": "esp32s2",
|
||||
"product": "Tiny S2",
|
||||
"thumbnail": "",
|
||||
"url": "https://unexpectedmaker.com/tinys2",
|
||||
"vendor": "Unexpected Maker"
|
||||
}
|
13
ports/esp32/boards/deploy.md
Normal file
13
ports/esp32/boards/deploy.md
Normal file
@ -0,0 +1,13 @@
|
||||
Program your board using the esptool.py program, found [here](https://github.com/espressif/esptool).
|
||||
If you are putting MicroPython on your board for the first time then you should
|
||||
first erase the entire flash using:
|
||||
|
||||
```bash
|
||||
esptool.py --chip esp32 --port /dev/ttyUSB0 erase_flash
|
||||
```
|
||||
|
||||
From then on program the firmware starting at address 0x1000:
|
||||
|
||||
```bash
|
||||
esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 460800 write_flash -z 0x1000 esp32-20190125-v1.10.bin
|
||||
```
|
17
ports/esp8266/boards/GENERIC/board.json
Normal file
17
ports/esp8266/boards/GENERIC/board.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"id": "esp8266",
|
||||
"images": [],
|
||||
"mcu": "esp8266",
|
||||
"product": "ESP8266 with 2MiB+ flash",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"variants": {
|
||||
"ota": "OTA compatible"
|
||||
},
|
||||
"vendor": "Espressif"
|
||||
}
|
19
ports/esp8266/boards/GENERIC/board.md
Normal file
19
ports/esp8266/boards/GENERIC/board.md
Normal file
@ -0,0 +1,19 @@
|
||||
The following are daily builds of the ESP8266 firmware for boards with at
|
||||
least 2MiB of flash. They have the latest features and bug fixes, WebREPL is
|
||||
not automatically started, and debugging is enabled by default.
|
||||
|
||||
Note: v1.12-334 and newer (including v1.13) require an ESP8266 module with
|
||||
2MiB of flash or more, and use littlefs as the filesystem by default. When
|
||||
upgrading from older firmware please backup your files first, and either
|
||||
erase all flash before upgrading, or after upgrading execute
|
||||
`uos.VfsLfs2.mkfs(bdev)`.
|
||||
|
||||
### OTA builds
|
||||
Over-The-Air (OTA) builds of the ESP8266 firmware are also provided.
|
||||
|
||||
The first time you use this build you need to flash one of the "initial image"
|
||||
images using esptool.py as described above. After that, you can update the
|
||||
firmware over the air using the "OTA update" file in conjunction with the
|
||||
ota-client script from yaota8266. The "OTA update" files are digitally signed
|
||||
and will only work with the provided "initial image" files, and vice versa.
|
||||
(Note: this feature is work-in-progress.)
|
14
ports/esp8266/boards/GENERIC_1M/board.json
Normal file
14
ports/esp8266/boards/GENERIC_1M/board.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"id": "esp8266-1m",
|
||||
"images": [],
|
||||
"mcu": "esp8266",
|
||||
"product": "ESP8266 with 1MiB flash",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "Espressif"
|
||||
}
|
5
ports/esp8266/boards/GENERIC_1M/board.md
Normal file
5
ports/esp8266/boards/GENERIC_1M/board.md
Normal file
@ -0,0 +1,5 @@
|
||||
The following are daily builds of the ESP8266 firmware tailored for modules with
|
||||
only 1MiB of flash. This firmware uses littlefs as the filesystem.
|
||||
When upgrading from older firmware that uses a FAT filesystem please backup your files
|
||||
first, and either erase all flash before upgrading, or after upgrading execute
|
||||
`uos.VfsLfs2.mkfs(bdev)`.
|
14
ports/esp8266/boards/GENERIC_512K/board.json
Normal file
14
ports/esp8266/boards/GENERIC_512K/board.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"id": "esp8266-512k",
|
||||
"images": [],
|
||||
"mcu": "esp8266",
|
||||
"product": "ESP8266 with 512kiB flash",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "Espressif"
|
||||
}
|
3
ports/esp8266/boards/GENERIC_512K/board.md
Normal file
3
ports/esp8266/boards/GENERIC_512K/board.md
Normal file
@ -0,0 +1,3 @@
|
||||
The following are daily builds of the ESP8266 firmware tailored for modules with
|
||||
only 512kiB of flash. Certain features are disabled to get the firmware down
|
||||
to this size.
|
1
ports/esp8266/boards/deploy.md
Normal file
1
ports/esp8266/boards/deploy.md
Normal file
@ -0,0 +1 @@
|
||||
Program your board using the esptool.py program as described [the tutorial](http://docs.micropython.org/en/latest/esp8266/esp8266/tutorial/intro.html#deploying-the-firmware).
|
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
13
ports/nrf/boards/actinius_icarus/board.json
Normal file
13
ports/nrf/boards/actinius_icarus/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "nrf91",
|
||||
"product": "actinius_icarus",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": ""
|
||||
}
|
13
ports/nrf/boards/arduino_primo/board.json
Normal file
13
ports/nrf/boards/arduino_primo/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "nrf52",
|
||||
"product": "arduino_primo",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": ""
|
||||
}
|
13
ports/nrf/boards/blueio_tag_evim/board.json
Normal file
13
ports/nrf/boards/blueio_tag_evim/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "nrf52",
|
||||
"product": "blueio_tag_evim",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": ""
|
||||
}
|
0
ports/nrf/boards/deploy.md
Normal file
0
ports/nrf/boards/deploy.md
Normal file
13
ports/nrf/boards/dvk_bl652/board.json
Normal file
13
ports/nrf/boards/dvk_bl652/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "nrf52",
|
||||
"product": "dvk_bl652",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": ""
|
||||
}
|
13
ports/nrf/boards/evk_nina_b1/board.json
Normal file
13
ports/nrf/boards/evk_nina_b1/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "nrf52",
|
||||
"product": "evk_nina_b1",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": ""
|
||||
}
|
13
ports/nrf/boards/evk_nina_b3/board.json
Normal file
13
ports/nrf/boards/evk_nina_b3/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "nrf52",
|
||||
"product": "evk_nina_b3",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": ""
|
||||
}
|
15
ports/nrf/boards/feather52/board.json
Normal file
15
ports/nrf/boards/feather52/board.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [
|
||||
"4062-02.jpg"
|
||||
],
|
||||
"mcu": "nrf52",
|
||||
"product": "Feather nRF52840 Express",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.adafruit.com/product/4062",
|
||||
"vendor": "Adafruit"
|
||||
}
|
13
ports/nrf/boards/ibk_blyst_nano/board.json
Normal file
13
ports/nrf/boards/ibk_blyst_nano/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "nrf52",
|
||||
"product": "ibk_blyst_nano",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": ""
|
||||
}
|
13
ports/nrf/boards/idk_blyst_nano/board.json
Normal file
13
ports/nrf/boards/idk_blyst_nano/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "nrf52",
|
||||
"product": "idk_blyst_nano",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": ""
|
||||
}
|
13
ports/nrf/boards/microbit/board.json
Normal file
13
ports/nrf/boards/microbit/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "nrf51",
|
||||
"product": "micro:bit v1",
|
||||
"thumbnail": "",
|
||||
"url": "https://microbit.org/",
|
||||
"vendor": "BBC"
|
||||
}
|
13
ports/nrf/boards/nrf52840-mdk-usb-dongle/board.json
Normal file
13
ports/nrf/boards/nrf52840-mdk-usb-dongle/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "nrf52",
|
||||
"product": "nrf52840-mdk-usb-dongle",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": ""
|
||||
}
|
13
ports/nrf/boards/particle_xenon/board.json
Normal file
13
ports/nrf/boards/particle_xenon/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "nrf52",
|
||||
"product": "Xenon",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "Particle"
|
||||
}
|
13
ports/nrf/boards/pca10000/board.json
Normal file
13
ports/nrf/boards/pca10000/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "nrf51",
|
||||
"product": "pca10000",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "Nordic Semiconductor"
|
||||
}
|
13
ports/nrf/boards/pca10001/board.json
Normal file
13
ports/nrf/boards/pca10001/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "nrf51",
|
||||
"product": "pca10001",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "Nordic Semiconductor"
|
||||
}
|
13
ports/nrf/boards/pca10028/board.json
Normal file
13
ports/nrf/boards/pca10028/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "nrf51",
|
||||
"product": "pca10028",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "Nordic Semiconductor"
|
||||
}
|
13
ports/nrf/boards/pca10031/board.json
Normal file
13
ports/nrf/boards/pca10031/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "nrf51",
|
||||
"product": "pca10031",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "Nordic Semiconductor"
|
||||
}
|
13
ports/nrf/boards/pca10040/board.json
Normal file
13
ports/nrf/boards/pca10040/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "nrf52",
|
||||
"product": "pca10040",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "Nordic Semiconductor"
|
||||
}
|
13
ports/nrf/boards/pca10056/board.json
Normal file
13
ports/nrf/boards/pca10056/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "nrf52",
|
||||
"product": "pca10056",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "Nordic Semiconductor"
|
||||
}
|
15
ports/nrf/boards/pca10059/board.json
Normal file
15
ports/nrf/boards/pca10059/board.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [
|
||||
"pca10059.jpg"
|
||||
],
|
||||
"mcu": "nrf52",
|
||||
"product": "pca10059",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "Nordic Semiconductor"
|
||||
}
|
13
ports/nrf/boards/pca10090/board.json
Normal file
13
ports/nrf/boards/pca10090/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "nrf91",
|
||||
"product": "pca10090",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "Nordic Semiconductor"
|
||||
}
|
13
ports/nrf/boards/wt51822_s4at/board.json
Normal file
13
ports/nrf/boards/wt51822_s4at/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "nrf51",
|
||||
"product": "wt51822_s4at",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": ""
|
||||
}
|
15
ports/rp2/boards/ADAFRUIT_FEATHER_RP2040/board.json
Normal file
15
ports/rp2/boards/ADAFRUIT_FEATHER_RP2040/board.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [
|
||||
"4884-06.jpg"
|
||||
],
|
||||
"mcu": "rp2040",
|
||||
"product": "Feather RP2040",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.adafruit.com/product/4884",
|
||||
"vendor": "Adafruit"
|
||||
}
|
15
ports/rp2/boards/ADAFRUIT_ITSYBITSY_RP2040/board.json
Normal file
15
ports/rp2/boards/ADAFRUIT_ITSYBITSY_RP2040/board.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [
|
||||
"4888-05.jpg"
|
||||
],
|
||||
"mcu": "rp2040",
|
||||
"product": "ItsyBitsy RP2040",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.adafruit.com/product/4888",
|
||||
"vendor": "Adafruit"
|
||||
}
|
15
ports/rp2/boards/ADAFRUIT_QTPY_RP2040/board.json
Normal file
15
ports/rp2/boards/ADAFRUIT_QTPY_RP2040/board.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [
|
||||
"4900-12.jpg"
|
||||
],
|
||||
"mcu": "rp2040",
|
||||
"product": "QT Py RP2040",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.adafruit.com/product/4900",
|
||||
"vendor": "Adafruit"
|
||||
}
|
16
ports/rp2/boards/PICO/board.json
Normal file
16
ports/rp2/boards/PICO/board.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"id": "rp2-pico",
|
||||
"images": [
|
||||
"rp2-pico.jpg"
|
||||
],
|
||||
"mcu": "rp2040",
|
||||
"product": "Pico",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
|
||||
"vendor": "Raspberry Pi"
|
||||
}
|
15
ports/rp2/boards/PIMORONI_PICOLIPO_16MB/board.json
Normal file
15
ports/rp2/boards/PIMORONI_PICOLIPO_16MB/board.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [
|
||||
"PimoroniPicoLipo_1of3_1024x1024.jpg"
|
||||
],
|
||||
"mcu": "rp2040",
|
||||
"product": "Pico LiPo (16MiB)",
|
||||
"thumbnail": "",
|
||||
"url": "https://shop.pimoroni.com/products/pimoroni-pico-lipo",
|
||||
"vendor": "Pimoroni"
|
||||
}
|
15
ports/rp2/boards/PIMORONI_PICOLIPO_4MB/board.json
Normal file
15
ports/rp2/boards/PIMORONI_PICOLIPO_4MB/board.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [
|
||||
"PimoroniPicoLipo_1of3_1024x1024.jpg"
|
||||
],
|
||||
"mcu": "rp2040",
|
||||
"product": "Pico LiPo (4MiB)",
|
||||
"thumbnail": "",
|
||||
"url": "https://shop.pimoroni.com/products/pimoroni-pico-lipo",
|
||||
"vendor": "Pimoroni"
|
||||
}
|
15
ports/rp2/boards/PIMORONI_TINY2040/board.json
Normal file
15
ports/rp2/boards/PIMORONI_TINY2040/board.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [
|
||||
"tiny-2040-on-white-1_1024x1024.jpg"
|
||||
],
|
||||
"mcu": "rp2040",
|
||||
"product": "Tiny2040",
|
||||
"thumbnail": "",
|
||||
"url": "https://shop.pimoroni.com/products/tiny-2040",
|
||||
"vendor": "Pimoroni"
|
||||
}
|
15
ports/rp2/boards/SPARKFUN_PROMICRO/board.json
Normal file
15
ports/rp2/boards/SPARKFUN_PROMICRO/board.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [
|
||||
"17745-SparkFun_Thing_Plus_-_RP2040-01a.jpg"
|
||||
],
|
||||
"mcu": "rp2040",
|
||||
"product": "Pro Micro RP2040",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.sparkfun.com/products/17717",
|
||||
"vendor": "Sparkfun"
|
||||
}
|
15
ports/rp2/boards/SPARKFUN_THINGPLUS/board.json
Normal file
15
ports/rp2/boards/SPARKFUN_THINGPLUS/board.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [
|
||||
"17745-SparkFun_Thing_Plus_-_RP2040-01a.jpg"
|
||||
],
|
||||
"mcu": "rp2040",
|
||||
"product": "Thing Plus RP2040",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.sparkfun.com/products/17745",
|
||||
"vendor": "Sparkfun"
|
||||
}
|
8
ports/rp2/boards/deploy.md
Normal file
8
ports/rp2/boards/deploy.md
Normal file
@ -0,0 +1,8 @@
|
||||
### Flashing via UF2 bootloader
|
||||
|
||||
To get the board in bootloader mode ready for the firmware update, execute
|
||||
`machine.bootloader()` at the MicroPython REPL. Alternatively, hold
|
||||
down the BOOTSEL button while plugging the board into USB. The uf2 file below
|
||||
should then be copied to the USB mass storage device that appears. Once
|
||||
programming of the new firmware is complete the device will automatically reset
|
||||
and be ready for use.
|
15
ports/samd/boards/ADAFRUIT_FEATHER_M0_EXPRESS/board.json
Normal file
15
ports/samd/boards/ADAFRUIT_FEATHER_M0_EXPRESS/board.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [
|
||||
"feather_m0_express.jpg"
|
||||
],
|
||||
"mcu": "samd21",
|
||||
"product": "Feather M0 Express",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.adafruit.com/product/3403",
|
||||
"vendor": "Adafruit"
|
||||
}
|
15
ports/samd/boards/ADAFRUIT_ITSYBITSY_M4_EXPRESS/board.json
Normal file
15
ports/samd/boards/ADAFRUIT_ITSYBITSY_M4_EXPRESS/board.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [
|
||||
"itsybitsy_m4_express.jpg"
|
||||
],
|
||||
"mcu": "samd51",
|
||||
"product": "ItsyBitsy M4 Express",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.adafruit.com/product/3800",
|
||||
"vendor": "Adafruit"
|
||||
}
|
15
ports/samd/boards/ADAFRUIT_TRINKET_M0/board.json
Normal file
15
ports/samd/boards/ADAFRUIT_TRINKET_M0/board.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [
|
||||
"trinket_m0.jpg"
|
||||
],
|
||||
"mcu": "samd21",
|
||||
"product": "Trinket M0",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.adafruit.com/product/3500",
|
||||
"vendor": "Adafruit"
|
||||
}
|
15
ports/samd/boards/MINISAM_M4/board.json
Normal file
15
ports/samd/boards/MINISAM_M4/board.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [
|
||||
"mini_sam_m4.jpg"
|
||||
],
|
||||
"mcu": "samd51",
|
||||
"product": "Mini SAM M4",
|
||||
"thumbnail": "",
|
||||
"url": "https://minifigboards.com/products/mini-sam-m4",
|
||||
"vendor": "MiniFig Boards"
|
||||
}
|
13
ports/samd/boards/SAMD21_XPLAINED_PRO/board.json
Normal file
13
ports/samd/boards/SAMD21_XPLAINED_PRO/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": ["2033-atsamd21-xpro.jpg"],
|
||||
"mcu": "samd21",
|
||||
"product": "SAMD21 Xplained Pro",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.microchip.com/en-us/development-tool/atsamd21-xpro",
|
||||
"vendor": "Microchip"
|
||||
}
|
0
ports/samd/boards/deploy.md
Normal file
0
ports/samd/boards/deploy.md
Normal file
13
ports/stm32/boards/ADAFRUIT_F405_EXPRESS/board.json
Normal file
13
ports/stm32/boards/ADAFRUIT_F405_EXPRESS/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32f4",
|
||||
"product": "F405 Express",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.adafruit.com/product/4382",
|
||||
"vendor": "Adafruit"
|
||||
}
|
13
ports/stm32/boards/B_L072Z_LRWAN1/board.json
Normal file
13
ports/stm32/boards/B_L072Z_LRWAN1/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32l0",
|
||||
"product": "B_L072Z_LRWAN1",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "ST Microelectronics"
|
||||
}
|
13
ports/stm32/boards/B_L475E_IOT01A/board.json
Normal file
13
ports/stm32/boards/B_L475E_IOT01A/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32l4",
|
||||
"product": "B_L475E_IOT01A",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "ST Microelectronics"
|
||||
}
|
13
ports/stm32/boards/CERB40/board.json
Normal file
13
ports/stm32/boards/CERB40/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32f4",
|
||||
"product": "CERB40",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": ""
|
||||
}
|
15
ports/stm32/boards/ESPRUINO_PICO/board.json
Normal file
15
ports/stm32/boards/ESPRUINO_PICO/board.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"deploy": [
|
||||
"deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [
|
||||
"Pico_angled.jpg"
|
||||
],
|
||||
"mcu": "stm32f4",
|
||||
"product": "Pico",
|
||||
"thumbnail": "",
|
||||
"url": "https://www.espruino.com/Pico",
|
||||
"vendor": "Espruino"
|
||||
}
|
1
ports/stm32/boards/ESPRUINO_PICO/deploy.md
Normal file
1
ports/stm32/boards/ESPRUINO_PICO/deploy.md
Normal file
@ -0,0 +1 @@
|
||||
For programming an Espruino Pico see the "Advanced Reflashing" section of [this page](http://www.espruino.com/Pico).
|
13
ports/stm32/boards/HYDRABUS/board.json
Normal file
13
ports/stm32/boards/HYDRABUS/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32f4",
|
||||
"product": "HYDRABUS",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": ""
|
||||
}
|
13
ports/stm32/boards/LEGO_HUB_NO6/board.json
Normal file
13
ports/stm32/boards/LEGO_HUB_NO6/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32f4",
|
||||
"product": "Hub No.6",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "Lego"
|
||||
}
|
13
ports/stm32/boards/LIMIFROG/board.json
Normal file
13
ports/stm32/boards/LIMIFROG/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32l4",
|
||||
"product": "LIMIFROG",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": ""
|
||||
}
|
13
ports/stm32/boards/MIKROE_CLICKER2_STM32/board.json
Normal file
13
ports/stm32/boards/MIKROE_CLICKER2_STM32/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32f4",
|
||||
"product": "MIKROE_CLICKER2_STM32",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": ""
|
||||
}
|
13
ports/stm32/boards/NADHAT_PYBF405/board.json
Normal file
13
ports/stm32/boards/NADHAT_PYBF405/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32f4",
|
||||
"product": "PYBF405",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "Nadhat"
|
||||
}
|
13
ports/stm32/boards/NETDUINO_PLUS_2/board.json
Normal file
13
ports/stm32/boards/NETDUINO_PLUS_2/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32f4",
|
||||
"product": "NETDUINO_PLUS_2",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": ""
|
||||
}
|
13
ports/stm32/boards/NUCLEO_F091RC/board.json
Normal file
13
ports/stm32/boards/NUCLEO_F091RC/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32f0",
|
||||
"product": "Nucleo F091RC",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "ST Microelectronics"
|
||||
}
|
13
ports/stm32/boards/NUCLEO_F401RE/board.json
Normal file
13
ports/stm32/boards/NUCLEO_F401RE/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32f4",
|
||||
"product": "Nucleo F401RE",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "ST Microelectronics"
|
||||
}
|
13
ports/stm32/boards/NUCLEO_F411RE/board.json
Normal file
13
ports/stm32/boards/NUCLEO_F411RE/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32f4",
|
||||
"product": "Nucleo F411RE",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "ST Microelectronics"
|
||||
}
|
13
ports/stm32/boards/NUCLEO_F412ZG/board.json
Normal file
13
ports/stm32/boards/NUCLEO_F412ZG/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32f4",
|
||||
"product": "Nucleo F412ZG",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "ST Microelectronics"
|
||||
}
|
13
ports/stm32/boards/NUCLEO_F413ZH/board.json
Normal file
13
ports/stm32/boards/NUCLEO_F413ZH/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32f4",
|
||||
"product": "Nucleo F413ZH",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "ST Microelectronics"
|
||||
}
|
13
ports/stm32/boards/NUCLEO_F429ZI/board.json
Normal file
13
ports/stm32/boards/NUCLEO_F429ZI/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32f4",
|
||||
"product": "Nucleo F429ZI",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "ST Microelectronics"
|
||||
}
|
13
ports/stm32/boards/NUCLEO_F439ZI/board.json
Normal file
13
ports/stm32/boards/NUCLEO_F439ZI/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32f4",
|
||||
"product": "Nucleo F439ZI",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "ST Microelectronics"
|
||||
}
|
13
ports/stm32/boards/NUCLEO_F446RE/board.json
Normal file
13
ports/stm32/boards/NUCLEO_F446RE/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32f4",
|
||||
"product": "Nucleo F446RE",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "ST Microelectronics"
|
||||
}
|
13
ports/stm32/boards/NUCLEO_F722ZE/board.json
Normal file
13
ports/stm32/boards/NUCLEO_F722ZE/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32f7",
|
||||
"product": "Nucleo F722ZE",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "ST Microelectronics"
|
||||
}
|
13
ports/stm32/boards/NUCLEO_F746ZG/board.json
Normal file
13
ports/stm32/boards/NUCLEO_F746ZG/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32f7",
|
||||
"product": "Nucleo F746ZG",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "ST Microelectronics"
|
||||
}
|
13
ports/stm32/boards/NUCLEO_F767ZI/board.json
Normal file
13
ports/stm32/boards/NUCLEO_F767ZI/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32f7",
|
||||
"product": "Nucleo F767ZI",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "ST Microelectronics"
|
||||
}
|
13
ports/stm32/boards/NUCLEO_H743ZI/board.json
Normal file
13
ports/stm32/boards/NUCLEO_H743ZI/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32h7",
|
||||
"product": "Nucleo H743ZI",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "ST Microelectronics"
|
||||
}
|
13
ports/stm32/boards/NUCLEO_H743ZI2/board.json
Normal file
13
ports/stm32/boards/NUCLEO_H743ZI2/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32",
|
||||
"product": "Nucleo H743ZI2",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "ST Microelectronics"
|
||||
}
|
13
ports/stm32/boards/NUCLEO_L073RZ/board.json
Normal file
13
ports/stm32/boards/NUCLEO_L073RZ/board.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"deploy": [
|
||||
"../deploy.md"
|
||||
],
|
||||
"docs": "",
|
||||
"features": [],
|
||||
"images": [],
|
||||
"mcu": "stm32l0",
|
||||
"product": "Nucleo L073RZ",
|
||||
"thumbnail": "",
|
||||
"url": "",
|
||||
"vendor": "ST Microelectronics"
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user