summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/cc3200/boards/WIPY/board.json9
-rw-r--r--ports/esp32/boards/ESP32_S2_WROVER/board.json12
-rw-r--r--ports/esp32/boards/GENERIC/board.json6
-rw-r--r--ports/esp32/boards/GENERIC_C3/board.json7
-rw-r--r--ports/esp32/boards/GENERIC_C3_USB/board.json7
-rw-r--r--ports/esp32/boards/GENERIC_D2WD/board.json7
-rw-r--r--ports/esp32/boards/GENERIC_OTA/board.json7
-rw-r--r--ports/esp32/boards/GENERIC_S2/board.json7
-rw-r--r--ports/esp32/boards/GENERIC_S3/board.json7
-rw-r--r--ports/esp32/boards/GENERIC_SPIRAM/board.json6
-rw-r--r--ports/esp32/boards/LOLIN_S2_MINI/board.json6
-rw-r--r--ports/esp32/boards/LOLIN_S2_PICO/board.json8
-rw-r--r--ports/esp32/boards/M5STACK_ATOM/board.json13
-rw-r--r--ports/esp32/boards/SIL_WESP32/board.json11
-rw-r--r--ports/esp32/boards/UM_FEATHERS2/board.json8
-rw-r--r--ports/esp32/boards/UM_FEATHERS2NEO/board.json8
-rw-r--r--ports/esp32/boards/UM_TINYPICO/board.json8
-rw-r--r--ports/esp32/boards/UM_TINYS2/board.json7
-rw-r--r--ports/esp8266/boards/GENERIC/board.json6
-rw-r--r--ports/esp8266/boards/GENERIC_1M/board.json6
-rw-r--r--ports/esp8266/boards/GENERIC_512K/board.json6
-rw-r--r--ports/mimxrt/boards/MIMXRT1010_EVK/board.json6
-rw-r--r--ports/mimxrt/boards/MIMXRT1020_EVK/board.json6
-rw-r--r--ports/mimxrt/boards/MIMXRT1050_EVK/board.json6
-rw-r--r--ports/mimxrt/boards/MIMXRT1060_EVK/board.json6
-rw-r--r--ports/mimxrt/boards/MIMXRT1064_EVK/board.json6
-rw-r--r--ports/mimxrt/boards/TEENSY40/board.json4
-rw-r--r--ports/mimxrt/boards/TEENSY41/board.json4
-rw-r--r--ports/nrf/boards/actinius_icarus/board.json8
-rw-r--r--ports/nrf/boards/blueio_tag_evim/board.json8
-rw-r--r--ports/nrf/boards/dvk_bl652/board.json8
-rw-r--r--ports/nrf/boards/evk_nina_b1/board.json10
-rw-r--r--ports/nrf/boards/evk_nina_b3/board.json8
-rw-r--r--ports/nrf/boards/ibk_blyst_nano/board.json8
-rw-r--r--ports/nrf/boards/idk_blyst_nano/board.json8
-rw-r--r--ports/nrf/boards/microbit/board.json4
-rw-r--r--ports/nrf/boards/nrf52840-mdk-usb-dongle/board.json6
-rw-r--r--ports/nrf/boards/particle_xenon/board.json6
-rw-r--r--ports/nrf/boards/pca10000/board.json6
-rw-r--r--ports/nrf/boards/pca10001/board.json6
-rw-r--r--ports/nrf/boards/pca10028/board.json6
-rw-r--r--ports/nrf/boards/pca10031/board.json6
-rw-r--r--ports/nrf/boards/pca10040/board.json6
-rw-r--r--ports/nrf/boards/pca10056/board.json6
-rw-r--r--ports/nrf/boards/pca10059/board.json2
-rw-r--r--ports/nrf/boards/pca10090/board.json6
-rw-r--r--ports/nrf/boards/wt51822_s4at/board.json10
-rw-r--r--ports/rp2/boards/ADAFRUIT_FEATHER_RP2040/board.json10
-rw-r--r--ports/rp2/boards/ADAFRUIT_ITSYBITSY_RP2040/board.json7
-rw-r--r--ports/rp2/boards/ADAFRUIT_QTPY_RP2040/board.json9
-rw-r--r--ports/rp2/boards/PICO/board.json6
-rw-r--r--ports/rp2/boards/PIMORONI_PICOLIPO_16MB/board.json9
-rw-r--r--ports/rp2/boards/PIMORONI_PICOLIPO_4MB/board.json9
-rw-r--r--ports/rp2/boards/PIMORONI_TINY2040/board.json7
-rw-r--r--ports/rp2/boards/SPARKFUN_PROMICRO/board.json10
-rw-r--r--ports/rp2/boards/SPARKFUN_THINGPLUS/board.json11
-rw-r--r--ports/samd/boards/ADAFRUIT_FEATHER_M0_EXPRESS/board.json9
-rw-r--r--ports/samd/boards/ADAFRUIT_ITSYBITSY_M4_EXPRESS/board.json7
-rw-r--r--ports/samd/boards/ADAFRUIT_TRINKET_M0/board.json6
-rw-r--r--ports/samd/boards/MINISAM_M4/board.json6
-rw-r--r--ports/samd/boards/SAMD21_XPLAINED_PRO/board.json5
61 files changed, 313 insertions, 126 deletions
diff --git a/ports/cc3200/boards/WIPY/board.json b/ports/cc3200/boards/WIPY/board.json
index fcc895b7f..d8293b248 100644
--- a/ports/cc3200/boards/WIPY/board.json
+++ b/ports/cc3200/boards/WIPY/board.json
@@ -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"
diff --git a/ports/esp32/boards/ESP32_S2_WROVER/board.json b/ports/esp32/boards/ESP32_S2_WROVER/board.json
index eb2c40aee..7ebc84415 100644
--- a/ports/esp32/boards/ESP32_S2_WROVER/board.json
+++ b/ports/esp32/boards/ESP32_S2_WROVER/board.json
@@ -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"
}
diff --git a/ports/esp32/boards/GENERIC/board.json b/ports/esp32/boards/GENERIC/board.json
index eadf70dd1..95447dd8e 100644
--- a/ports/esp32/boards/GENERIC/board.json
+++ b/ports/esp32/boards/GENERIC/board.json
@@ -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"
},
diff --git a/ports/esp32/boards/GENERIC_C3/board.json b/ports/esp32/boards/GENERIC_C3/board.json
index 3c360e64c..325843a72 100644
--- a/ports/esp32/boards/GENERIC_C3/board.json
+++ b/ports/esp32/boards/GENERIC_C3/board.json
@@ -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"
}
diff --git a/ports/esp32/boards/GENERIC_C3_USB/board.json b/ports/esp32/boards/GENERIC_C3_USB/board.json
index cf9f63b90..f719a2b63 100644
--- a/ports/esp32/boards/GENERIC_C3_USB/board.json
+++ b/ports/esp32/boards/GENERIC_C3_USB/board.json
@@ -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"
}
diff --git a/ports/esp32/boards/GENERIC_D2WD/board.json b/ports/esp32/boards/GENERIC_D2WD/board.json
index 63fbbfb2f..d20922907 100644
--- a/ports/esp32/boards/GENERIC_D2WD/board.json
+++ b/ports/esp32/boards/GENERIC_D2WD/board.json
@@ -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"
}
diff --git a/ports/esp32/boards/GENERIC_OTA/board.json b/ports/esp32/boards/GENERIC_OTA/board.json
index 529f0acde..e656497fc 100644
--- a/ports/esp32/boards/GENERIC_OTA/board.json
+++ b/ports/esp32/boards/GENERIC_OTA/board.json
@@ -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"
}
diff --git a/ports/esp32/boards/GENERIC_S2/board.json b/ports/esp32/boards/GENERIC_S2/board.json
index 5e1758b86..16b19ad20 100644
--- a/ports/esp32/boards/GENERIC_S2/board.json
+++ b/ports/esp32/boards/GENERIC_S2/board.json
@@ -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"
}
diff --git a/ports/esp32/boards/GENERIC_S3/board.json b/ports/esp32/boards/GENERIC_S3/board.json
index a2652ea46..f5fb8e901 100644
--- a/ports/esp32/boards/GENERIC_S3/board.json
+++ b/ports/esp32/boards/GENERIC_S3/board.json
@@ -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"
}
diff --git a/ports/esp32/boards/GENERIC_SPIRAM/board.json b/ports/esp32/boards/GENERIC_SPIRAM/board.json
index 307555b50..c0efc22e3 100644
--- a/ports/esp32/boards/GENERIC_SPIRAM/board.json
+++ b/ports/esp32/boards/GENERIC_SPIRAM/board.json
@@ -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"
},
diff --git a/ports/esp32/boards/LOLIN_S2_MINI/board.json b/ports/esp32/boards/LOLIN_S2_MINI/board.json
index 50e24ff3f..41e62a022 100644
--- a/ports/esp32/boards/LOLIN_S2_MINI/board.json
+++ b/ports/esp32/boards/LOLIN_S2_MINI/board.json
@@ -3,7 +3,11 @@
"../deploy_s2.md"
],
"docs": "",
- "features": [],
+ "features": [
+ "SPIRAM",
+ "USB-C",
+ "WiFi"
+ ],
"images": [
"lolin_s2_mini.jpg"
],
diff --git a/ports/esp32/boards/LOLIN_S2_PICO/board.json b/ports/esp32/boards/LOLIN_S2_PICO/board.json
index df760ace4..43322b87b 100644
--- a/ports/esp32/boards/LOLIN_S2_PICO/board.json
+++ b/ports/esp32/boards/LOLIN_S2_PICO/board.json
@@ -4,8 +4,12 @@
],
"docs": "",
"features": [
- "WiFi",
- "USB-C"
+ "Breadboard Friendly",
+ "OLED",
+ "SPIRAM",
+ "STEMMA QT/QWIIC",
+ "USB-C",
+ "WiFi"
],
"images": [
"lolin_s2_pico.jpg"
diff --git a/ports/esp32/boards/M5STACK_ATOM/board.json b/ports/esp32/boards/M5STACK_ATOM/board.json
index b61d6d9e1..1d499ad4b 100644
--- a/ports/esp32/boards/M5STACK_ATOM/board.json
+++ b/ports/esp32/boards/M5STACK_ATOM/board.json
@@ -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"
}
diff --git a/ports/esp32/boards/SIL_WESP32/board.json b/ports/esp32/boards/SIL_WESP32/board.json
index 73382c156..65a4fde18 100644
--- a/ports/esp32/boards/SIL_WESP32/board.json
+++ b/ports/esp32/boards/SIL_WESP32/board.json
@@ -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"
}
diff --git a/ports/esp32/boards/UM_FEATHERS2/board.json b/ports/esp32/boards/UM_FEATHERS2/board.json
index 19d7219ec..fa5b213db 100644
--- a/ports/esp32/boards/UM_FEATHERS2/board.json
+++ b/ports/esp32/boards/UM_FEATHERS2/board.json
@@ -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"
diff --git a/ports/esp32/boards/UM_FEATHERS2NEO/board.json b/ports/esp32/boards/UM_FEATHERS2NEO/board.json
index be7a1371f..d809485e8 100644
--- a/ports/esp32/boards/UM_FEATHERS2NEO/board.json
+++ b/ports/esp32/boards/UM_FEATHERS2NEO/board.json
@@ -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"
diff --git a/ports/esp32/boards/UM_TINYPICO/board.json b/ports/esp32/boards/UM_TINYPICO/board.json
index 6fb7803fe..9f1783a9f 100644
--- a/ports/esp32/boards/UM_TINYPICO/board.json
+++ b/ports/esp32/boards/UM_TINYPICO/board.json
@@ -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"
diff --git a/ports/esp32/boards/UM_TINYS2/board.json b/ports/esp32/boards/UM_TINYS2/board.json
index 20c1c6d84..e7068170c 100644
--- a/ports/esp32/boards/UM_TINYS2/board.json
+++ b/ports/esp32/boards/UM_TINYS2/board.json
@@ -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"
diff --git a/ports/esp8266/boards/GENERIC/board.json b/ports/esp8266/boards/GENERIC/board.json
index d8f4cba08..46c2659d8 100644
--- a/ports/esp8266/boards/GENERIC/board.json
+++ b/ports/esp8266/boards/GENERIC/board.json
@@ -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"
},
diff --git a/ports/esp8266/boards/GENERIC_1M/board.json b/ports/esp8266/boards/GENERIC_1M/board.json
index 6279d3fee..2ef4bd99f 100644
--- a/ports/esp8266/boards/GENERIC_1M/board.json
+++ b/ports/esp8266/boards/GENERIC_1M/board.json
@@ -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"
}
diff --git a/ports/esp8266/boards/GENERIC_512K/board.json b/ports/esp8266/boards/GENERIC_512K/board.json
index da15a39d5..10050592c 100644
--- a/ports/esp8266/boards/GENERIC_512K/board.json
+++ b/ports/esp8266/boards/GENERIC_512K/board.json
@@ -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"
}
diff --git a/ports/mimxrt/boards/MIMXRT1010_EVK/board.json b/ports/mimxrt/boards/MIMXRT1010_EVK/board.json
index c865e74f4..048430bea 100644
--- a/ports/mimxrt/boards/MIMXRT1010_EVK/board.json
+++ b/ports/mimxrt/boards/MIMXRT1010_EVK/board.json
@@ -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"
}
diff --git a/ports/mimxrt/boards/MIMXRT1020_EVK/board.json b/ports/mimxrt/boards/MIMXRT1020_EVK/board.json
index 7930f702b..4dd3fed26 100644
--- a/ports/mimxrt/boards/MIMXRT1020_EVK/board.json
+++ b/ports/mimxrt/boards/MIMXRT1020_EVK/board.json
@@ -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"
}
diff --git a/ports/mimxrt/boards/MIMXRT1050_EVK/board.json b/ports/mimxrt/boards/MIMXRT1050_EVK/board.json
index 5f04fb29b..9c0e22b37 100644
--- a/ports/mimxrt/boards/MIMXRT1050_EVK/board.json
+++ b/ports/mimxrt/boards/MIMXRT1050_EVK/board.json
@@ -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"
}
diff --git a/ports/mimxrt/boards/MIMXRT1060_EVK/board.json b/ports/mimxrt/boards/MIMXRT1060_EVK/board.json
index 602b50d7f..14e8942de 100644
--- a/ports/mimxrt/boards/MIMXRT1060_EVK/board.json
+++ b/ports/mimxrt/boards/MIMXRT1060_EVK/board.json
@@ -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"
}
diff --git a/ports/mimxrt/boards/MIMXRT1064_EVK/board.json b/ports/mimxrt/boards/MIMXRT1064_EVK/board.json
index 5830a39f2..ff7f3f722 100644
--- a/ports/mimxrt/boards/MIMXRT1064_EVK/board.json
+++ b/ports/mimxrt/boards/MIMXRT1064_EVK/board.json
@@ -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"
}
diff --git a/ports/mimxrt/boards/TEENSY40/board.json b/ports/mimxrt/boards/TEENSY40/board.json
index 25f7690fc..dfc0ca96b 100644
--- a/ports/mimxrt/boards/TEENSY40/board.json
+++ b/ports/mimxrt/boards/TEENSY40/board.json
@@ -4,7 +4,9 @@
],
"docs": "",
"features": [],
- "images": [],
+ "images": [
+ "teensy40_front.jpg"
+ ],
"mcu": "mimxrt",
"product": "Teensy 4.0",
"thumbnail": "",
diff --git a/ports/mimxrt/boards/TEENSY41/board.json b/ports/mimxrt/boards/TEENSY41/board.json
index 9c5c4709a..cbb397c72 100644
--- a/ports/mimxrt/boards/TEENSY41/board.json
+++ b/ports/mimxrt/boards/TEENSY41/board.json
@@ -4,7 +4,9 @@
],
"docs": "",
"features": [],
- "images": [],
+ "images": [
+ "teensy41_4.jpg"
+ ],
"mcu": "mimxrt",
"product": "Teensy 4.1",
"thumbnail": "",
diff --git a/ports/nrf/boards/actinius_icarus/board.json b/ports/nrf/boards/actinius_icarus/board.json
index 86e7bd350..c1d9f1c4e 100644
--- a/ports/nrf/boards/actinius_icarus/board.json
+++ b/ports/nrf/boards/actinius_icarus/board.json
@@ -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"
}
diff --git a/ports/nrf/boards/blueio_tag_evim/board.json b/ports/nrf/boards/blueio_tag_evim/board.json
index ed178d11d..5b6e5747d 100644
--- a/ports/nrf/boards/blueio_tag_evim/board.json
+++ b/ports/nrf/boards/blueio_tag_evim/board.json
@@ -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"
}
diff --git a/ports/nrf/boards/dvk_bl652/board.json b/ports/nrf/boards/dvk_bl652/board.json
index 1e2491010..5c9cfad26 100644
--- a/ports/nrf/boards/dvk_bl652/board.json
+++ b/ports/nrf/boards/dvk_bl652/board.json
@@ -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"
}
diff --git a/ports/nrf/boards/evk_nina_b1/board.json b/ports/nrf/boards/evk_nina_b1/board.json
index a81e961fc..657b0fa06 100644
--- a/ports/nrf/boards/evk_nina_b1/board.json
+++ b/ports/nrf/boards/evk_nina_b1/board.json
@@ -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"
}
diff --git a/ports/nrf/boards/evk_nina_b3/board.json b/ports/nrf/boards/evk_nina_b3/board.json
index f71a6eff7..54e3dc358 100644
--- a/ports/nrf/boards/evk_nina_b3/board.json
+++ b/ports/nrf/boards/evk_nina_b3/board.json
@@ -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"
}
diff --git a/ports/nrf/boards/ibk_blyst_nano/board.json b/ports/nrf/boards/ibk_blyst_nano/board.json
index f641f6b7d..562c33607 100644
--- a/ports/nrf/boards/ibk_blyst_nano/board.json
+++ b/ports/nrf/boards/ibk_blyst_nano/board.json
@@ -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"
}
diff --git a/ports/nrf/boards/idk_blyst_nano/board.json b/ports/nrf/boards/idk_blyst_nano/board.json
index 07b2748a7..199721698 100644
--- a/ports/nrf/boards/idk_blyst_nano/board.json
+++ b/ports/nrf/boards/idk_blyst_nano/board.json
@@ -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"
}
diff --git a/ports/nrf/boards/microbit/board.json b/ports/nrf/boards/microbit/board.json
index b7a041ad4..872727bb9 100644
--- a/ports/nrf/boards/microbit/board.json
+++ b/ports/nrf/boards/microbit/board.json
@@ -4,7 +4,9 @@
],
"docs": "",
"features": [],
- "images": [],
+ "images": [
+ "AF-3362-1.jpg"
+ ],
"mcu": "nrf51",
"product": "micro:bit v1",
"thumbnail": "",
diff --git a/ports/nrf/boards/nrf52840-mdk-usb-dongle/board.json b/ports/nrf/boards/nrf52840-mdk-usb-dongle/board.json
index bbe03618d..853c37571 100644
--- a/ports/nrf/boards/nrf52840-mdk-usb-dongle/board.json
+++ b/ports/nrf/boards/nrf52840-mdk-usb-dongle/board.json
@@ -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": ""
}
diff --git a/ports/nrf/boards/particle_xenon/board.json b/ports/nrf/boards/particle_xenon/board.json
index ed1522be5..1f6b90b75 100644
--- a/ports/nrf/boards/particle_xenon/board.json
+++ b/ports/nrf/boards/particle_xenon/board.json
@@ -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"
}
diff --git a/ports/nrf/boards/pca10000/board.json b/ports/nrf/boards/pca10000/board.json
index 6cae711f0..1f6e73869 100644
--- a/ports/nrf/boards/pca10000/board.json
+++ b/ports/nrf/boards/pca10000/board.json
@@ -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"
}
diff --git a/ports/nrf/boards/pca10001/board.json b/ports/nrf/boards/pca10001/board.json
index 9f073b819..ca1a42df7 100644
--- a/ports/nrf/boards/pca10001/board.json
+++ b/ports/nrf/boards/pca10001/board.json
@@ -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"
}
diff --git a/ports/nrf/boards/pca10028/board.json b/ports/nrf/boards/pca10028/board.json
index bda2c4d75..f80cea469 100644
--- a/ports/nrf/boards/pca10028/board.json
+++ b/ports/nrf/boards/pca10028/board.json
@@ -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"
}
diff --git a/ports/nrf/boards/pca10031/board.json b/ports/nrf/boards/pca10031/board.json
index caba44f32..fb7c774ca 100644
--- a/ports/nrf/boards/pca10031/board.json
+++ b/ports/nrf/boards/pca10031/board.json
@@ -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"
}
diff --git a/ports/nrf/boards/pca10040/board.json b/ports/nrf/boards/pca10040/board.json
index 55cef4186..d1680e53a 100644
--- a/ports/nrf/boards/pca10040/board.json
+++ b/ports/nrf/boards/pca10040/board.json
@@ -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"
}
diff --git a/ports/nrf/boards/pca10056/board.json b/ports/nrf/boards/pca10056/board.json
index ed9b65baa..763d8d824 100644
--- a/ports/nrf/boards/pca10056/board.json
+++ b/ports/nrf/boards/pca10056/board.json
@@ -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"
}
diff --git a/ports/nrf/boards/pca10059/board.json b/ports/nrf/boards/pca10059/board.json
index 7b883c007..14bd8bf7e 100644
--- a/ports/nrf/boards/pca10059/board.json
+++ b/ports/nrf/boards/pca10059/board.json
@@ -10,6 +10,6 @@
"mcu": "nrf52",
"product": "pca10059",
"thumbnail": "",
- "url": "",
+ "url": "https://www.nordicsemi.com/Products/Development-hardware/nRF52840-Dongle",
"vendor": "Nordic Semiconductor"
}
diff --git a/ports/nrf/boards/pca10090/board.json b/ports/nrf/boards/pca10090/board.json
index dd2e928e4..56525ef3a 100644
--- a/ports/nrf/boards/pca10090/board.json
+++ b/ports/nrf/boards/pca10090/board.json
@@ -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"
}
diff --git a/ports/nrf/boards/wt51822_s4at/board.json b/ports/nrf/boards/wt51822_s4at/board.json
index 3917265a9..89d008c6f 100644
--- a/ports/nrf/boards/wt51822_s4at/board.json
+++ b/ports/nrf/boards/wt51822_s4at/board.json
@@ -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"
}
diff --git a/ports/rp2/boards/ADAFRUIT_FEATHER_RP2040/board.json b/ports/rp2/boards/ADAFRUIT_FEATHER_RP2040/board.json
index a4caba335..a7db46938 100644
--- a/ports/rp2/boards/ADAFRUIT_FEATHER_RP2040/board.json
+++ b/ports/rp2/boards/ADAFRUIT_FEATHER_RP2040/board.json
@@ -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"
],
diff --git a/ports/rp2/boards/ADAFRUIT_ITSYBITSY_RP2040/board.json b/ports/rp2/boards/ADAFRUIT_ITSYBITSY_RP2040/board.json
index 1dcb999a8..7ca0db069 100644
--- a/ports/rp2/boards/ADAFRUIT_ITSYBITSY_RP2040/board.json
+++ b/ports/rp2/boards/ADAFRUIT_ITSYBITSY_RP2040/board.json
@@ -3,7 +3,12 @@
"../deploy.md"
],
"docs": "",
- "features": [],
+ "features": [
+ "Breadboard Friendly",
+ "Micro USB",
+ "RGB LED",
+ "SPI Flash"
+ ],
"images": [
"4888-05.jpg"
],
diff --git a/ports/rp2/boards/ADAFRUIT_QTPY_RP2040/board.json b/ports/rp2/boards/ADAFRUIT_QTPY_RP2040/board.json
index d8efa83be..d63166616 100644
--- a/ports/rp2/boards/ADAFRUIT_QTPY_RP2040/board.json
+++ b/ports/rp2/boards/ADAFRUIT_QTPY_RP2040/board.json
@@ -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"
],
diff --git a/ports/rp2/boards/PICO/board.json b/ports/rp2/boards/PICO/board.json
index cc933c5a9..b8ccb3ba5 100644
--- a/ports/rp2/boards/PICO/board.json
+++ b/ports/rp2/boards/PICO/board.json
@@ -3,7 +3,11 @@
"../deploy.md"
],
"docs": "",
- "features": [],
+ "features": [
+ "Breadboard friendly",
+ "Castellated Pads",
+ "Micro USB"
+ ],
"id": "rp2-pico",
"images": [
"rp2-pico.jpg"
diff --git a/ports/rp2/boards/PIMORONI_PICOLIPO_16MB/board.json b/ports/rp2/boards/PIMORONI_PICOLIPO_16MB/board.json
index 35e18cc8d..9121154d8 100644
--- a/ports/rp2/boards/PIMORONI_PICOLIPO_16MB/board.json
+++ b/ports/rp2/boards/PIMORONI_PICOLIPO_16MB/board.json
@@ -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"
],
diff --git a/ports/rp2/boards/PIMORONI_PICOLIPO_4MB/board.json b/ports/rp2/boards/PIMORONI_PICOLIPO_4MB/board.json
index 5a8273cb5..69d853239 100644
--- a/ports/rp2/boards/PIMORONI_PICOLIPO_4MB/board.json
+++ b/ports/rp2/boards/PIMORONI_PICOLIPO_4MB/board.json
@@ -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"
],
diff --git a/ports/rp2/boards/PIMORONI_TINY2040/board.json b/ports/rp2/boards/PIMORONI_TINY2040/board.json
index cc7e643f4..753a25bea 100644
--- a/ports/rp2/boards/PIMORONI_TINY2040/board.json
+++ b/ports/rp2/boards/PIMORONI_TINY2040/board.json
@@ -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"
],
diff --git a/ports/rp2/boards/SPARKFUN_PROMICRO/board.json b/ports/rp2/boards/SPARKFUN_PROMICRO/board.json
index 28e9764fe..a0d39165a 100644
--- a/ports/rp2/boards/SPARKFUN_PROMICRO/board.json
+++ b/ports/rp2/boards/SPARKFUN_PROMICRO/board.json
@@ -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"
}
diff --git a/ports/rp2/boards/SPARKFUN_THINGPLUS/board.json b/ports/rp2/boards/SPARKFUN_THINGPLUS/board.json
index d864f67c1..871a411b5 100644
--- a/ports/rp2/boards/SPARKFUN_THINGPLUS/board.json
+++ b/ports/rp2/boards/SPARKFUN_THINGPLUS/board.json
@@ -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"
],
diff --git a/ports/samd/boards/ADAFRUIT_FEATHER_M0_EXPRESS/board.json b/ports/samd/boards/ADAFRUIT_FEATHER_M0_EXPRESS/board.json
index 8b91398e1..b0cb02cd4 100644
--- a/ports/samd/boards/ADAFRUIT_FEATHER_M0_EXPRESS/board.json
+++ b/ports/samd/boards/ADAFRUIT_FEATHER_M0_EXPRESS/board.json
@@ -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"
],
diff --git a/ports/samd/boards/ADAFRUIT_ITSYBITSY_M4_EXPRESS/board.json b/ports/samd/boards/ADAFRUIT_ITSYBITSY_M4_EXPRESS/board.json
index 74b278b15..83db285b4 100644
--- a/ports/samd/boards/ADAFRUIT_ITSYBITSY_M4_EXPRESS/board.json
+++ b/ports/samd/boards/ADAFRUIT_ITSYBITSY_M4_EXPRESS/board.json
@@ -3,7 +3,12 @@
"../deploy.md"
],
"docs": "",
- "features": [],
+ "features": [
+ "Breadboard Friendly",
+ "Micro USB",
+ "RGB LED",
+ "SPI Flash"
+ ],
"images": [
"itsybitsy_m4_express.jpg"
],
diff --git a/ports/samd/boards/ADAFRUIT_TRINKET_M0/board.json b/ports/samd/boards/ADAFRUIT_TRINKET_M0/board.json
index 6d104fac1..9112bc06e 100644
--- a/ports/samd/boards/ADAFRUIT_TRINKET_M0/board.json
+++ b/ports/samd/boards/ADAFRUIT_TRINKET_M0/board.json
@@ -3,7 +3,11 @@
"../deploy.md"
],
"docs": "",
- "features": [],
+ "features": [
+ "Breadboard Friendly",
+ "Micro USB",
+ "RGB LED"
+ ],
"images": [
"trinket_m0.jpg"
],
diff --git a/ports/samd/boards/MINISAM_M4/board.json b/ports/samd/boards/MINISAM_M4/board.json
index df63ec64b..126e03640 100644
--- a/ports/samd/boards/MINISAM_M4/board.json
+++ b/ports/samd/boards/MINISAM_M4/board.json
@@ -3,7 +3,11 @@
"../deploy.md"
],
"docs": "",
- "features": [],
+ "features": [
+ "Micro USB",
+ "RGB LED",
+ "SPI Flash"
+ ],
"images": [
"mini_sam_m4.jpg"
],
diff --git a/ports/samd/boards/SAMD21_XPLAINED_PRO/board.json b/ports/samd/boards/SAMD21_XPLAINED_PRO/board.json
index 0564e3f82..4d22c42ba 100644
--- a/ports/samd/boards/SAMD21_XPLAINED_PRO/board.json
+++ b/ports/samd/boards/SAMD21_XPLAINED_PRO/board.json
@@ -3,7 +3,10 @@
"../deploy.md"
],
"docs": "",
- "features": [],
+ "features": [
+ "Micro USB",
+ "SPI Flash"
+ ],
"images": ["2033-atsamd21-xpro.jpg"],
"mcu": "samd21",
"product": "SAMD21 Xplained Pro",