ports: Add images, features and urls to board.json.

This commit is contained in:
Mike Causer 2021-10-28 13:53:10 +11:00
parent 83827e8e63
commit 7f14344428
61 changed files with 313 additions and 126 deletions

View file

@ -3,7 +3,14 @@
"deploy.md"
],
"docs": "https://docs.pycom.io/datasheets/development/wipy3/",
"features": [],
"features": [
"BLE",
"Breadboard Friendly",
"MicroSD",
"RGB LED",
"SPI Flash",
"WiFi"
],
"id": "wipy",
"images": [
"wipy.jpg"

View file

@ -3,11 +3,17 @@
"../deploy_s2.md"
],
"docs": "",
"features": [],
"images": [],
"features": [
"BLE",
"SPIRAM",
"WiFi"
],
"images": [
"ESP32-S2-WROVER_L_0.jpg"
],
"mcu": "esp32s2",
"product": "ESP32-S2 WROVER",
"thumbnail": "",
"url": "",
"url": "https://www.espressif.com/en/products/modules",
"vendor": "Espressif"
}

View file

@ -4,15 +4,15 @@
],
"docs": "",
"features": [
"WiFi",
"BLE"
"BLE",
"WiFi"
],
"id": "esp32",
"images": [],
"mcu": "esp32",
"product": "ESP32",
"thumbnail": "",
"url": "",
"url": "https://www.espressif.com/en/products/modules",
"variants": {
"idf3": "Compiled with IDF 3.x"
},

View file

@ -3,12 +3,15 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"BLE",
"WiFi"
],
"id": "esp32c3",
"images": [],
"mcu": "esp32c3",
"product": "ESP32-C3",
"thumbnail": "",
"url": "",
"url": "https://www.espressif.com/en/products/modules",
"vendor": "Espressif"
}

View file

@ -3,12 +3,15 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"BLE",
"WiFi"
],
"id": "esp32c3-usb",
"images": [],
"mcu": "esp32c3",
"product": "ESP32-C3 with USB",
"thumbnail": "",
"url": "",
"url": "https://www.espressif.com/en/products/modules",
"vendor": "Espressif"
}

View file

@ -3,12 +3,15 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"BLE",
"WiFi"
],
"id": "esp32-d2wd",
"images": [],
"mcu": "esp32",
"product": "ESP32 D2WD",
"thumbnail": "",
"url": "",
"url": "https://www.espressif.com/en/products/modules",
"vendor": "Espressif"
}

View file

@ -3,12 +3,15 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"BLE",
"WiFi"
],
"id": "esp32-ota",
"images": [],
"mcu": "esp32",
"product": "ESP32 with OTA support",
"thumbnail": "",
"url": "",
"url": "https://www.espressif.com/en/products/modules",
"vendor": "Espressif"
}

View file

@ -3,11 +3,14 @@
"../deploy_s2.md"
],
"docs": "",
"features": [],
"features": [
"BLE",
"WiFi"
],
"images": [],
"mcu": "esp32s2",
"product": "ESP32-S2",
"thumbnail": "",
"url": "",
"url": "https://www.espressif.com/en/products/modules",
"vendor": "Espressif"
}

View file

@ -3,11 +3,14 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"BLE",
"WiFi"
],
"images": [],
"mcu": "esp32s3",
"product": "ESP32-S3",
"thumbnail": "",
"url": "",
"url": "https://www.espressif.com/en/products/modules",
"vendor": "Espressif"
}

View file

@ -4,16 +4,16 @@
],
"docs": "",
"features": [
"WiFi",
"BLE",
"SPIRAM"
"SPIRAM",
"WiFi"
],
"id": "esp32spiram",
"images": [],
"mcu": "esp32",
"product": "ESP32 with SPIRAM",
"thumbnail": "",
"url": "",
"url": "https://www.espressif.com/en/products/modules",
"variants": {
"idf3": "Compiled with IDF 3.x"
},

View file

@ -3,7 +3,11 @@
"../deploy_s2.md"
],
"docs": "",
"features": [],
"features": [
"SPIRAM",
"USB-C",
"WiFi"
],
"images": [
"lolin_s2_mini.jpg"
],

View file

@ -4,8 +4,12 @@
],
"docs": "",
"features": [
"WiFi",
"USB-C"
"Breadboard Friendly",
"OLED",
"SPIRAM",
"STEMMA QT/QWIIC",
"USB-C",
"WiFi"
],
"images": [
"lolin_s2_pico.jpg"

View file

@ -3,11 +3,18 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"Grove",
"IMU",
"Infrared",
"RGB LED",
"USB-C",
"WiFi"
],
"images": [],
"mcu": "esp32",
"product": "M5 Stack Atom",
"thumbnail": "",
"url": "",
"vendor": ""
"url": "https://m5stack.com/",
"vendor": "M5 Stack"
}

View file

@ -3,12 +3,17 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"BLE",
"Ethernet",
"PoE",
"WiFi"
],
"id": "wesp32",
"images": [],
"mcu": "esp32",
"product": "SIL WESP32",
"thumbnail": "",
"url": "",
"vendor": "Espressif"
"url": "https://wesp32.com/",
"vendor": "Silicognition LLC"
}

View file

@ -4,13 +4,13 @@
],
"docs": "",
"features": [
"WiFi",
"Feather",
"Battery Charging",
"Feather",
"RGB LED",
"SPIRAM",
"STEMMA QT/QWIIC",
"USB-C",
"RGB LED",
"SPIRAM"
"WiFi"
],
"features_non_filterable": [
"Second LDO"

View file

@ -4,13 +4,13 @@
],
"docs": "",
"features": [
"WiFi",
"Feather",
"Battery Charging",
"Feather",
"RGB LED",
"SPIRAM",
"STEMMA QT/QWIIC",
"USB-C",
"RGB LED",
"SPIRAM"
"WiFi"
],
"features_non_filterable": [
"5x5 RGB LED Matrix"

View file

@ -4,12 +4,12 @@
],
"docs": "",
"features": [
"BLE",
"WiFi",
"Battery Charging",
"USB-C",
"BLE",
"RGB LED",
"SPIRAM"
"SPIRAM",
"USB-C",
"WiFi"
],
"features_non_filterable": [
"TinyPICO Compatible"

View file

@ -4,13 +4,12 @@
],
"docs": "",
"features": [
"WiFi",
"USB-C"
"Battery Charging",
"RGB LED",
"SPIRAM",
"STEMMA QT/QWIIC",
"USB-C",
"RGB LED",
"SPIRAM"
"WiFi"
],
"features_non_filterable": [
"TinyPICO Compatible"

View file

@ -3,13 +3,15 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"WiFi"
],
"id": "esp8266",
"images": [],
"mcu": "esp8266",
"product": "ESP8266 with 2MiB+ flash",
"thumbnail": "",
"url": "",
"url": "https://www.espressif.com/en/products/modules",
"variants": {
"ota": "OTA compatible"
},

View file

@ -3,12 +3,14 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"WiFi"
],
"id": "esp8266-1m",
"images": [],
"mcu": "esp8266",
"product": "ESP8266 with 1MiB flash",
"thumbnail": "",
"url": "",
"url": "https://www.espressif.com/en/products/modules",
"vendor": "Espressif"
}

View file

@ -3,12 +3,14 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"WiFi"
],
"id": "esp8266-512k",
"images": [],
"mcu": "esp8266",
"product": "ESP8266 with 512kiB flash",
"thumbnail": "",
"url": "",
"url": "https://www.espressif.com/en/products/modules",
"vendor": "Espressif"
}

View file

@ -4,10 +4,12 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"i.MXRT1010-TOP.jpg"
],
"mcu": "mimxrt",
"product": "MIMXRT1010_EVK",
"thumbnail": "",
"url": "",
"url": "https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/i-mx-rt1010-evaluation-kit:MIMXRT1010-EVK",
"vendor": "NXP"
}

View file

@ -4,10 +4,12 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"MIMXRT-1020-EVKBD.jpg"
],
"mcu": "mimxrt",
"product": "MIMXRT1020_EVK",
"thumbnail": "",
"url": "",
"url": "https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/i-mx-rt1020-evaluation-kit:MIMXRT1020-EVK",
"vendor": "NXP"
}

View file

@ -4,10 +4,12 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"IMX_RT1050-EVKB_TOP-LR.jpg"
],
"mcu": "mimxrt",
"product": "MIMXRT1050_EVK",
"thumbnail": "",
"url": "",
"url": "https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/i-mx-rt1050-evaluation-kit:MIMXRT1050-EVK",
"vendor": "NXP"
}

View file

@ -4,10 +4,12 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"X-MIMXRT1060-EVK-BOARD-BOTTOM.jpg"
],
"mcu": "mimxrt",
"product": "MIMXRT1060_EVK",
"thumbnail": "",
"url": "",
"url": "https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/i-mx-rt1060-evaluation-kit:MIMXRT1060-EVK",
"vendor": "NXP"
}

View file

@ -4,10 +4,12 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"MIMXRT1064EVK-TOP.jpg"
],
"mcu": "mimxrt",
"product": "MIMXRT1064_EVK",
"thumbnail": "",
"url": "",
"url": "https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/i-mx-rt1064-evaluation-kit:MIMXRT1064-EVK",
"vendor": "NXP"
}

View file

@ -4,7 +4,9 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"teensy40_front.jpg"
],
"mcu": "mimxrt",
"product": "Teensy 4.0",
"thumbnail": "",

View file

@ -4,7 +4,9 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"teensy41_4.jpg"
],
"mcu": "mimxrt",
"product": "Teensy 4.1",
"thumbnail": "",

View file

@ -4,10 +4,12 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"icarus-v1.4-front-shadow-p-800.jpg"
],
"mcu": "nrf91",
"product": "actinius_icarus",
"thumbnail": "",
"url": "",
"vendor": ""
"url": "https://www.actinius.com/icarus",
"vendor": "Actinius"
}

View file

@ -4,10 +4,12 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"blyst-nano-mod-4_jpg_project-body.jpg"
],
"mcu": "nrf52",
"product": "blueio_tag_evim",
"thumbnail": "",
"url": "",
"vendor": ""
"url": "https://www.i-syst.com/index.php/products/blyst-nano",
"vendor": "I-SYST"
}

View file

@ -4,10 +4,12 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"BL652-SA_JPG-500.jpg"
],
"mcu": "nrf52",
"product": "dvk_bl652",
"thumbnail": "",
"url": "",
"vendor": ""
"url": "https://www.lairdconnect.com/wireless-modules/bluetooth-modules/bluetooth-5-modules/bl652-series-bluetooth-v5-nfc-module",
"vendor": "Laird Connectivity"
}

View file

@ -2,12 +2,14 @@
"deploy": [
"../deploy.md"
],
"docs": "",
"docs": "https://www.u-blox.com/sites/default/files/EVK-NINA-B1_UserGuide_%28UBX-15028120%29.pdf",
"features": [],
"images": [],
"images": [
"EVK-NINA-B1_.jpg"
],
"mcu": "nrf52",
"product": "evk_nina_b1",
"thumbnail": "",
"url": "",
"vendor": ""
"url": "https://www.u-blox.com/en/product/evk-nina-b1",
"vendor": "u-blox"
}

View file

@ -4,10 +4,12 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"EVK-NINA-B3-top.jpg"
],
"mcu": "nrf52",
"product": "evk_nina_b3",
"thumbnail": "",
"url": "",
"vendor": ""
"url": "https://www.u-blox.com/en/product/evk-nina-b3",
"vendor": "u-blox"
}

View file

@ -4,10 +4,12 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"blyst-nano-fingertip-close_jpg_content-body-gallery.jpg"
],
"mcu": "nrf52",
"product": "ibk_blyst_nano",
"thumbnail": "",
"url": "",
"vendor": ""
"url": "https://www.i-syst.com/products/blyst-nano",
"vendor": "I-SYST"
}

View file

@ -4,10 +4,12 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"blyst-nano-fingertip-close_jpg_content-body-gallery.jpg"
],
"mcu": "nrf52",
"product": "idk_blyst_nano",
"thumbnail": "",
"url": "",
"vendor": ""
"url": "https://www.i-syst.com/products/blyst-nano",
"vendor": "I-SYST"
}

View file

@ -4,7 +4,9 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"AF-3362-1.jpg"
],
"mcu": "nrf51",
"product": "micro:bit v1",
"thumbnail": "",

View file

@ -4,10 +4,12 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"dongle_pcba_case.jpg"
],
"mcu": "nrf52",
"product": "nrf52840-mdk-usb-dongle",
"thumbnail": "",
"url": "",
"url": "https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle",
"vendor": ""
}

View file

@ -4,10 +4,12 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"xenon-top.jpg"
],
"mcu": "nrf52",
"product": "Xenon",
"thumbnail": "",
"url": "",
"url": "https://docs.particle.io/xenon/",
"vendor": "Particle"
}

View file

@ -4,10 +4,12 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"nRF51-Dongle.jpg"
],
"mcu": "nrf51",
"product": "pca10000",
"thumbnail": "",
"url": "",
"url": "https://www.nordicsemi.com/Products/Development-hardware/nRF51-Dongle",
"vendor": "Nordic Semiconductor"
}

View file

@ -4,10 +4,12 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"nRF51-DK.jpg"
],
"mcu": "nrf51",
"product": "pca10001",
"thumbnail": "",
"url": "",
"url": "https://www.nordicsemi.com/Products/Development-hardware/nrf51-dk",
"vendor": "Nordic Semiconductor"
}

View file

@ -4,10 +4,12 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"nRF51-DK.jpg"
],
"mcu": "nrf51",
"product": "pca10028",
"thumbnail": "",
"url": "",
"url": "https://www.nordicsemi.com/Products/Development-hardware/nRF51-DK",
"vendor": "Nordic Semiconductor"
}

View file

@ -4,10 +4,12 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"nRF51-Dongle.jpg"
],
"mcu": "nrf51",
"product": "pca10031",
"thumbnail": "",
"url": "",
"url": "https://www.nordicsemi.com/Products/Development-hardware/nRF51-Dongle",
"vendor": "Nordic Semiconductor"
}

View file

@ -4,10 +4,12 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"nRF52-DK-prod-page.jpg"
],
"mcu": "nrf52",
"product": "pca10040",
"thumbnail": "",
"url": "",
"url": "https://www.nordicsemi.com/Products/Development-hardware/nRF52-DK",
"vendor": "Nordic Semiconductor"
}

View file

@ -4,10 +4,12 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"nRF52840-DK-prod-page.jpg"
],
"mcu": "nrf52",
"product": "pca10056",
"thumbnail": "",
"url": "",
"url": "https://www.nordicsemi.com/Products/Development-hardware/nRF52840-DK",
"vendor": "Nordic Semiconductor"
}

View file

@ -10,6 +10,6 @@
"mcu": "nrf52",
"product": "pca10059",
"thumbnail": "",
"url": "",
"url": "https://www.nordicsemi.com/Products/Development-hardware/nRF52840-Dongle",
"vendor": "Nordic Semiconductor"
}

View file

@ -4,10 +4,12 @@
],
"docs": "",
"features": [],
"images": [],
"images": [
"nRF59160-DK-prod-page.jpg"
],
"mcu": "nrf91",
"product": "pca10090",
"thumbnail": "",
"url": "",
"url": "https://www.nordicsemi.com/Products/Development-hardware/nrf9160-dk",
"vendor": "Nordic Semiconductor"
}

View file

@ -2,12 +2,14 @@
"deploy": [
"../deploy.md"
],
"docs": "",
"docs": "https://4tronix.co.uk/picobot2/WT51822-S4AT.pdf",
"features": [],
"images": [],
"images": [
"WT51822-S4AT.jpg"
],
"mcu": "nrf51",
"product": "wt51822_s4at",
"thumbnail": "",
"url": "",
"vendor": ""
"url": "http://www.wireless-tag.com/portfolio/wt51822-s4at-2/",
"vendor": "Wireless-Tag"
}

View file

@ -3,7 +3,15 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"Battery Charging",
"Breadboard Friendly",
"Feather",
"RGB LED",
"SPI Flash",
"STEMMA QT/QWIIC",
"USB-C"
],
"images": [
"4884-06.jpg"
],

View file

@ -3,7 +3,12 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"Breadboard Friendly",
"Micro USB",
"RGB LED",
"SPI Flash"
],
"images": [
"4888-05.jpg"
],

View file

@ -3,7 +3,14 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"Breadboard Friendly",
"Castellated Pads",
"RGB LED",
"SPI Flash",
"STEMMA QT/QWIIC",
"USB-C"
],
"images": [
"4900-12.jpg"
],

View file

@ -3,7 +3,11 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"Breadboard friendly",
"Castellated Pads",
"Micro USB"
],
"id": "rp2-pico",
"images": [
"rp2-pico.jpg"

View file

@ -3,7 +3,14 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"Battery Charging",
"Breadboard Friendly",
"Castellated Pads",
"SPI Flash",
"STEMMA QT/QWIIC",
"USB-C"
],
"images": [
"PimoroniPicoLipo_1of3_1024x1024.jpg"
],

View file

@ -3,7 +3,14 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"Battery Charging",
"Breadboard Friendly",
"Castellated Pads",
"SPI Flash",
"STEMMA QT/QWIIC",
"USB-C"
],
"images": [
"PimoroniPicoLipo_1of3_1024x1024.jpg"
],

View file

@ -3,7 +3,12 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"Breadboard Friendly",
"Castellated Pads",
"RGB LED",
"USB-C"
],
"images": [
"tiny-2040-on-white-1_1024x1024.jpg"
],

View file

@ -3,13 +3,19 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"Breadboard Friendly",
"Castellated Pads",
"RGB LED",
"STEMMA QT/QWIIC",
"USB-C"
],
"images": [
"17745-SparkFun_Thing_Plus_-_RP2040-01a.jpg"
],
"mcu": "rp2040",
"product": "Pro Micro RP2040",
"thumbnail": "",
"url": "https://www.sparkfun.com/products/17717",
"url": "https://www.sparkfun.com/products/18288",
"vendor": "Sparkfun"
}

View file

@ -3,7 +3,16 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"Battery Charging",
"Breadboard Friendly",
"Feather",
"MicroSD",
"RGB LED",
"SPI Flash",
"STEMMA QT/QWIIC",
"USB-C"
],
"images": [
"17745-SparkFun_Thing_Plus_-_RP2040-01a.jpg"
],

View file

@ -3,7 +3,14 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"Battery Charging",
"Breadboard Friendly",
"Feather",
"Micro USB",
"RGB LED",
"SPI Flash"
],
"images": [
"feather_m0_express.jpg"
],

View file

@ -3,7 +3,12 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"Breadboard Friendly",
"Micro USB",
"RGB LED",
"SPI Flash"
],
"images": [
"itsybitsy_m4_express.jpg"
],

View file

@ -3,7 +3,11 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"Breadboard Friendly",
"Micro USB",
"RGB LED"
],
"images": [
"trinket_m0.jpg"
],

View file

@ -3,7 +3,11 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"Micro USB",
"RGB LED",
"SPI Flash"
],
"images": [
"mini_sam_m4.jpg"
],

View file

@ -3,7 +3,10 @@
"../deploy.md"
],
"docs": "",
"features": [],
"features": [
"Micro USB",
"SPI Flash"
],
"images": ["2033-atsamd21-xpro.jpg"],
"mcu": "samd21",
"product": "SAMD21 Xplained Pro",