From 7f143444283528101d9b48e1f2e908c12648f2f1 Mon Sep 17 00:00:00 2001 From: Mike Causer Date: Thu, 28 Oct 2021 13:53:10 +1100 Subject: [PATCH] ports: Add images, features and urls to board.json. --- ports/cc3200/boards/WIPY/board.json | 9 ++++++++- ports/esp32/boards/ESP32_S2_WROVER/board.json | 12 +++++++++--- ports/esp32/boards/GENERIC/board.json | 6 +++--- ports/esp32/boards/GENERIC_C3/board.json | 7 +++++-- ports/esp32/boards/GENERIC_C3_USB/board.json | 7 +++++-- ports/esp32/boards/GENERIC_D2WD/board.json | 7 +++++-- ports/esp32/boards/GENERIC_OTA/board.json | 7 +++++-- ports/esp32/boards/GENERIC_S2/board.json | 7 +++++-- ports/esp32/boards/GENERIC_S3/board.json | 7 +++++-- ports/esp32/boards/GENERIC_SPIRAM/board.json | 6 +++--- ports/esp32/boards/LOLIN_S2_MINI/board.json | 6 +++++- ports/esp32/boards/LOLIN_S2_PICO/board.json | 8 ++++++-- ports/esp32/boards/M5STACK_ATOM/board.json | 13 ++++++++++--- ports/esp32/boards/SIL_WESP32/board.json | 11 ++++++++--- ports/esp32/boards/UM_FEATHERS2/board.json | 8 ++++---- ports/esp32/boards/UM_FEATHERS2NEO/board.json | 8 ++++---- ports/esp32/boards/UM_TINYPICO/board.json | 8 ++++---- ports/esp32/boards/UM_TINYS2/board.json | 7 +++---- ports/esp8266/boards/GENERIC/board.json | 6 ++++-- ports/esp8266/boards/GENERIC_1M/board.json | 6 ++++-- ports/esp8266/boards/GENERIC_512K/board.json | 6 ++++-- ports/mimxrt/boards/MIMXRT1010_EVK/board.json | 6 ++++-- ports/mimxrt/boards/MIMXRT1020_EVK/board.json | 6 ++++-- ports/mimxrt/boards/MIMXRT1050_EVK/board.json | 6 ++++-- ports/mimxrt/boards/MIMXRT1060_EVK/board.json | 6 ++++-- ports/mimxrt/boards/MIMXRT1064_EVK/board.json | 6 ++++-- ports/mimxrt/boards/TEENSY40/board.json | 4 +++- ports/mimxrt/boards/TEENSY41/board.json | 4 +++- ports/nrf/boards/actinius_icarus/board.json | 8 +++++--- ports/nrf/boards/blueio_tag_evim/board.json | 8 +++++--- ports/nrf/boards/dvk_bl652/board.json | 8 +++++--- ports/nrf/boards/evk_nina_b1/board.json | 10 ++++++---- ports/nrf/boards/evk_nina_b3/board.json | 8 +++++--- ports/nrf/boards/ibk_blyst_nano/board.json | 8 +++++--- ports/nrf/boards/idk_blyst_nano/board.json | 8 +++++--- ports/nrf/boards/microbit/board.json | 4 +++- ports/nrf/boards/nrf52840-mdk-usb-dongle/board.json | 6 ++++-- ports/nrf/boards/particle_xenon/board.json | 6 ++++-- ports/nrf/boards/pca10000/board.json | 6 ++++-- ports/nrf/boards/pca10001/board.json | 6 ++++-- ports/nrf/boards/pca10028/board.json | 6 ++++-- ports/nrf/boards/pca10031/board.json | 6 ++++-- ports/nrf/boards/pca10040/board.json | 6 ++++-- ports/nrf/boards/pca10056/board.json | 6 ++++-- ports/nrf/boards/pca10059/board.json | 2 +- ports/nrf/boards/pca10090/board.json | 6 ++++-- ports/nrf/boards/wt51822_s4at/board.json | 10 ++++++---- ports/rp2/boards/ADAFRUIT_FEATHER_RP2040/board.json | 10 +++++++++- .../rp2/boards/ADAFRUIT_ITSYBITSY_RP2040/board.json | 7 ++++++- ports/rp2/boards/ADAFRUIT_QTPY_RP2040/board.json | 9 ++++++++- ports/rp2/boards/PICO/board.json | 6 +++++- ports/rp2/boards/PIMORONI_PICOLIPO_16MB/board.json | 9 ++++++++- ports/rp2/boards/PIMORONI_PICOLIPO_4MB/board.json | 9 ++++++++- ports/rp2/boards/PIMORONI_TINY2040/board.json | 7 ++++++- ports/rp2/boards/SPARKFUN_PROMICRO/board.json | 10 ++++++++-- ports/rp2/boards/SPARKFUN_THINGPLUS/board.json | 11 ++++++++++- .../boards/ADAFRUIT_FEATHER_M0_EXPRESS/board.json | 9 ++++++++- .../boards/ADAFRUIT_ITSYBITSY_M4_EXPRESS/board.json | 7 ++++++- ports/samd/boards/ADAFRUIT_TRINKET_M0/board.json | 6 +++++- ports/samd/boards/MINISAM_M4/board.json | 6 +++++- ports/samd/boards/SAMD21_XPLAINED_PRO/board.json | 5 ++++- 61 files changed, 313 insertions(+), 126 deletions(-) diff --git a/ports/cc3200/boards/WIPY/board.json b/ports/cc3200/boards/WIPY/board.json index fcc895b7f5..d8293b2481 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 eb2c40aeee..7ebc84415c 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 eadf70dd12..95447dd8e1 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 3c360e64c7..325843a72d 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 cf9f63b90c..f719a2b63a 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 63fbbfb2f9..d20922907d 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 529f0acdee..e656497fc6 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 5e1758b86a..16b19ad206 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 a2652ea46a..f5fb8e9015 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 307555b501..c0efc22e3f 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 50e24ff3f9..41e62a0228 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 df760ace4e..43322b87b0 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 b61d6d9e16..1d499ad4bf 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 73382c1565..65a4fde182 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 19d7219ec5..fa5b213db0 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 be7a1371fa..d809485e86 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 6fb7803fe2..9f1783a9f1 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 20c1c6d847..e7068170cb 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 d8f4cba083..46c2659d8a 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 6279d3fee0..2ef4bd99fa 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 da15a39d51..10050592cf 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 c865e74f4a..048430bead 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 7930f702b4..4dd3fed269 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 5f04fb29b5..9c0e22b373 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 602b50d7f2..14e8942de2 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 5830a39f2e..ff7f3f722e 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 25f7690fc0..dfc0ca96b3 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 9c5c4709a9..cbb397c727 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 86e7bd3508..c1d9f1c4ef 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 ed178d11da..5b6e5747d5 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 1e2491010f..5c9cfad26e 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 a81e961fcc..657b0fa06d 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 f71a6eff71..54e3dc3585 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 f641f6b7d2..562c33607b 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 07b2748a76..199721698d 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 b7a041ad4d..872727bb97 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 bbe03618da..853c375710 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 ed1522be5b..1f6b90b753 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 6cae711f07..1f6e738697 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 9f073b8190..ca1a42df7b 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 bda2c4d757..f80cea4699 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 caba44f328..fb7c774ca5 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 55cef41862..d1680e53ad 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 ed9b65baa3..763d8d824b 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 7b883c007e..14bd8bf7e8 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 dd2e928e4c..56525ef3ac 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 3917265a9a..89d008c6f5 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 a4caba335d..a7db469389 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 1dcb999a86..7ca0db0698 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 d8efa83be4..d63166616f 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 cc933c5a92..b8ccb3ba53 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 35e18cc8dc..9121154d81 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 5a8273cb5c..69d8532397 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 cc7e643f41..753a25beae 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 28e9764fe4..a0d39165af 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 d864f67c11..871a411b5b 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 8b91398e12..b0cb02cd4f 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 74b278b15b..83db285b4d 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 6d104fac18..9112bc06ef 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 df63ec64b7..126e036400 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 0564e3f82a..4d22c42bad 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",