diff --git a/ports/esp32/boards/GENERIC/board.json b/ports/esp32/boards/GENERIC/board.json index 95447dd8e1..a52d58007d 100644 --- a/ports/esp32/boards/GENERIC/board.json +++ b/ports/esp32/boards/GENERIC/board.json @@ -8,7 +8,9 @@ "WiFi" ], "id": "esp32", - "images": [], + "images": [ + "esp32_devkitc.jpg" + ], "mcu": "esp32", "product": "ESP32", "thumbnail": "", diff --git a/ports/esp32/boards/GENERIC_C3/board.json b/ports/esp32/boards/GENERIC_C3/board.json index 325843a72d..481e66bccd 100644 --- a/ports/esp32/boards/GENERIC_C3/board.json +++ b/ports/esp32/boards/GENERIC_C3/board.json @@ -8,7 +8,9 @@ "WiFi" ], "id": "esp32c3", - "images": [], + "images": [ + "esp32c3_devkitmini.jpg" + ], "mcu": "esp32c3", "product": "ESP32-C3", "thumbnail": "", diff --git a/ports/esp32/boards/GENERIC_C3_USB/board.json b/ports/esp32/boards/GENERIC_C3_USB/board.json index f719a2b63a..94d86d4428 100644 --- a/ports/esp32/boards/GENERIC_C3_USB/board.json +++ b/ports/esp32/boards/GENERIC_C3_USB/board.json @@ -8,7 +8,9 @@ "WiFi" ], "id": "esp32c3-usb", - "images": [], + "images": [ + "esp32c3_devkitmini.jpg" + ], "mcu": "esp32c3", "product": "ESP32-C3 with USB", "thumbnail": "", diff --git a/ports/esp32/boards/GENERIC_D2WD/board.json b/ports/esp32/boards/GENERIC_D2WD/board.json index d20922907d..39fce46bca 100644 --- a/ports/esp32/boards/GENERIC_D2WD/board.json +++ b/ports/esp32/boards/GENERIC_D2WD/board.json @@ -8,7 +8,9 @@ "WiFi" ], "id": "esp32-d2wd", - "images": [], + "images": [ + "generic_d2wd.jpg" + ], "mcu": "esp32", "product": "ESP32 D2WD", "thumbnail": "", diff --git a/ports/esp32/boards/GENERIC_OTA/board.json b/ports/esp32/boards/GENERIC_OTA/board.json index e656497fc6..97756a9fb2 100644 --- a/ports/esp32/boards/GENERIC_OTA/board.json +++ b/ports/esp32/boards/GENERIC_OTA/board.json @@ -8,7 +8,9 @@ "WiFi" ], "id": "esp32-ota", - "images": [], + "images": [ + "esp32_devkitc.jpg" + ], "mcu": "esp32", "product": "ESP32 with OTA support", "thumbnail": "", diff --git a/ports/esp32/boards/GENERIC_S2/board.json b/ports/esp32/boards/GENERIC_S2/board.json index 16b19ad206..dbd3b5b015 100644 --- a/ports/esp32/boards/GENERIC_S2/board.json +++ b/ports/esp32/boards/GENERIC_S2/board.json @@ -7,7 +7,9 @@ "BLE", "WiFi" ], - "images": [], + "images": [ + "generic_s2.jpg" + ], "mcu": "esp32s2", "product": "ESP32-S2", "thumbnail": "", diff --git a/ports/esp32/boards/GENERIC_S3/board.json b/ports/esp32/boards/GENERIC_S3/board.json index f5fb8e9015..058fb7dff0 100644 --- a/ports/esp32/boards/GENERIC_S3/board.json +++ b/ports/esp32/boards/GENERIC_S3/board.json @@ -7,7 +7,9 @@ "BLE", "WiFi" ], - "images": [], + "images": [ + "generic_s3.jpg" + ], "mcu": "esp32s3", "product": "ESP32-S3", "thumbnail": "", diff --git a/ports/esp32/boards/GENERIC_S3_SPIRAM/board.json b/ports/esp32/boards/GENERIC_S3_SPIRAM/board.json index 47bc34e392..ee2cb8d3f4 100644 --- a/ports/esp32/boards/GENERIC_S3_SPIRAM/board.json +++ b/ports/esp32/boards/GENERIC_S3_SPIRAM/board.json @@ -7,7 +7,9 @@ "BLE", "WiFi" ], - "images": [], + "images": [ + "generic_s3.jpg" + ], "mcu": "esp32s3", "product": "Generic ESP32-S3 (SPIRAM)", "thumbnail": "", diff --git a/ports/esp32/boards/GENERIC_SPIRAM/board.json b/ports/esp32/boards/GENERIC_SPIRAM/board.json index c0efc22e3f..afb57b2ed1 100644 --- a/ports/esp32/boards/GENERIC_SPIRAM/board.json +++ b/ports/esp32/boards/GENERIC_SPIRAM/board.json @@ -9,7 +9,9 @@ "WiFi" ], "id": "esp32spiram", - "images": [], + "images": [ + "esp32_psram.jpg" + ], "mcu": "esp32", "product": "ESP32 with SPIRAM", "thumbnail": "", diff --git a/ports/esp32/boards/M5STACK_ATOM/board.json b/ports/esp32/boards/M5STACK_ATOM/board.json index 1d499ad4bf..9d1886887c 100644 --- a/ports/esp32/boards/M5STACK_ATOM/board.json +++ b/ports/esp32/boards/M5STACK_ATOM/board.json @@ -11,7 +11,9 @@ "USB-C", "WiFi" ], - "images": [], + "images": [ + "m5stack_atom.jpg" + ], "mcu": "esp32", "product": "M5 Stack Atom", "thumbnail": "", diff --git a/ports/esp32/boards/SIL_WESP32/board.json b/ports/esp32/boards/SIL_WESP32/board.json index 65a4fde182..050620d618 100644 --- a/ports/esp32/boards/SIL_WESP32/board.json +++ b/ports/esp32/boards/SIL_WESP32/board.json @@ -10,7 +10,10 @@ "WiFi" ], "id": "wesp32", - "images": [], + "images": [ + "wesp32-iso.jpg", + "wesp32-top.jpg" + ], "mcu": "esp32", "product": "SIL WESP32", "thumbnail": "", diff --git a/ports/nrf/boards/arduino_primo/board.json b/ports/nrf/boards/arduino_primo/board.json index 05439fdfee..d16ce1c346 100644 --- a/ports/nrf/boards/arduino_primo/board.json +++ b/ports/nrf/boards/arduino_primo/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "arduino_primo.jpg" + ], "mcu": "nrf52", "product": "arduino_primo", "thumbnail": "", diff --git a/ports/stm32/boards/B_L072Z_LRWAN1/board.json b/ports/stm32/boards/B_L072Z_LRWAN1/board.json index 7eb6981ff3..e6bbe35911 100644 --- a/ports/stm32/boards/B_L072Z_LRWAN1/board.json +++ b/ports/stm32/boards/B_L072Z_LRWAN1/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "b_l072z_lrwan1.jpg" + ], "mcu": "stm32l0", "product": "B_L072Z_LRWAN1", "thumbnail": "", diff --git a/ports/stm32/boards/CERB40/board.json b/ports/stm32/boards/CERB40/board.json index 600ccdf2a4..f80b3f5cab 100644 --- a/ports/stm32/boards/CERB40/board.json +++ b/ports/stm32/boards/CERB40/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "cerb40.jpg" + ], "mcu": "stm32f4", "product": "CERB40", "thumbnail": "", diff --git a/ports/stm32/boards/GARATRONIC_NADHAT_F405/board.json b/ports/stm32/boards/GARATRONIC_NADHAT_F405/board.json index 38873e4de8..d02b7ece10 100644 --- a/ports/stm32/boards/GARATRONIC_NADHAT_F405/board.json +++ b/ports/stm32/boards/GARATRONIC_NADHAT_F405/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "garatronic_nadhat_f405.jpg" + ], "mcu": "stm32f4", "product": "GARATRONIC_NADHAT_F405", "thumbnail": "", diff --git a/ports/stm32/boards/HYDRABUS/board.json b/ports/stm32/boards/HYDRABUS/board.json index c3f398f28e..32561e6525 100644 --- a/ports/stm32/boards/HYDRABUS/board.json +++ b/ports/stm32/boards/HYDRABUS/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "hydrabus.jpg" + ], "mcu": "stm32f4", "product": "HYDRABUS", "thumbnail": "", diff --git a/ports/stm32/boards/LIMIFROG/board.json b/ports/stm32/boards/LIMIFROG/board.json index d4ce3f41cd..3137350074 100644 --- a/ports/stm32/boards/LIMIFROG/board.json +++ b/ports/stm32/boards/LIMIFROG/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "limifrog.jpg" + ], "mcu": "stm32l4", "product": "LIMIFROG", "thumbnail": "", diff --git a/ports/stm32/boards/MIKROE_CLICKER2_STM32/board.json b/ports/stm32/boards/MIKROE_CLICKER2_STM32/board.json index 8ff4dda080..a6cfc45b0c 100644 --- a/ports/stm32/boards/MIKROE_CLICKER2_STM32/board.json +++ b/ports/stm32/boards/MIKROE_CLICKER2_STM32/board.json @@ -6,7 +6,9 @@ "features": [ "mikroBUS" ], - "images": [], + "images": [ + "mikroe_clicker2_stm32.jpg" + ], "mcu": "stm32f4", "product": "MikroE Clicker 2 for STM32", "thumbnail": "", diff --git a/ports/stm32/boards/NETDUINO_PLUS_2/board.json b/ports/stm32/boards/NETDUINO_PLUS_2/board.json index 88b135bc08..044bc2736b 100644 --- a/ports/stm32/boards/NETDUINO_PLUS_2/board.json +++ b/ports/stm32/boards/NETDUINO_PLUS_2/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "netduino_plus_2.jpg" + ], "mcu": "stm32f4", "product": "NETDUINO_PLUS_2", "thumbnail": "", diff --git a/ports/stm32/boards/NUCLEO_F091RC/board.json b/ports/stm32/boards/NUCLEO_F091RC/board.json index 1cabbce5c8..a28f9b0a66 100644 --- a/ports/stm32/boards/NUCLEO_F091RC/board.json +++ b/ports/stm32/boards/NUCLEO_F091RC/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "nucleo_f091rc.jpg" + ], "mcu": "stm32f0", "product": "Nucleo F091RC", "thumbnail": "", diff --git a/ports/stm32/boards/NUCLEO_F401RE/board.json b/ports/stm32/boards/NUCLEO_F401RE/board.json index 91ae8b49cf..15eae0fe2f 100644 --- a/ports/stm32/boards/NUCLEO_F401RE/board.json +++ b/ports/stm32/boards/NUCLEO_F401RE/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "nucleo_f401re.jpg" + ], "mcu": "stm32f4", "product": "Nucleo F401RE", "thumbnail": "", diff --git a/ports/stm32/boards/NUCLEO_F411RE/board.json b/ports/stm32/boards/NUCLEO_F411RE/board.json index c2d4ad4e2f..a428b8988f 100644 --- a/ports/stm32/boards/NUCLEO_F411RE/board.json +++ b/ports/stm32/boards/NUCLEO_F411RE/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "nucleo_f411re.jpg" + ], "mcu": "stm32f4", "product": "Nucleo F411RE", "thumbnail": "", diff --git a/ports/stm32/boards/NUCLEO_F412ZG/board.json b/ports/stm32/boards/NUCLEO_F412ZG/board.json index bddc1e6d67..48a717ec01 100644 --- a/ports/stm32/boards/NUCLEO_F412ZG/board.json +++ b/ports/stm32/boards/NUCLEO_F412ZG/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "nucleo_f412zg.jpg" + ], "mcu": "stm32f4", "product": "Nucleo F412ZG", "thumbnail": "", diff --git a/ports/stm32/boards/NUCLEO_F413ZH/board.json b/ports/stm32/boards/NUCLEO_F413ZH/board.json index 4a08c9f5e2..218998852b 100644 --- a/ports/stm32/boards/NUCLEO_F413ZH/board.json +++ b/ports/stm32/boards/NUCLEO_F413ZH/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "nucleo_f413zh.jpg" + ], "mcu": "stm32f4", "product": "Nucleo F413ZH", "thumbnail": "", diff --git a/ports/stm32/boards/NUCLEO_F429ZI/board.json b/ports/stm32/boards/NUCLEO_F429ZI/board.json index 7c2767da4d..60a8795f4b 100644 --- a/ports/stm32/boards/NUCLEO_F429ZI/board.json +++ b/ports/stm32/boards/NUCLEO_F429ZI/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "nucleo_f429zi.jpg" + ], "mcu": "stm32f4", "product": "Nucleo F429ZI", "thumbnail": "", diff --git a/ports/stm32/boards/NUCLEO_F439ZI/board.json b/ports/stm32/boards/NUCLEO_F439ZI/board.json index 8daac091f1..7ee717d021 100644 --- a/ports/stm32/boards/NUCLEO_F439ZI/board.json +++ b/ports/stm32/boards/NUCLEO_F439ZI/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "nucleo_f439zi.jpg" + ], "mcu": "stm32f4", "product": "Nucleo F439ZI", "thumbnail": "", diff --git a/ports/stm32/boards/NUCLEO_F446RE/board.json b/ports/stm32/boards/NUCLEO_F446RE/board.json index 3cbf34d6aa..93b65e89d2 100644 --- a/ports/stm32/boards/NUCLEO_F446RE/board.json +++ b/ports/stm32/boards/NUCLEO_F446RE/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "nucleo_f446re.jpg" + ], "mcu": "stm32f4", "product": "Nucleo F446RE", "thumbnail": "", diff --git a/ports/stm32/boards/NUCLEO_F722ZE/board.json b/ports/stm32/boards/NUCLEO_F722ZE/board.json index fe318edfa3..e44ef8c10a 100644 --- a/ports/stm32/boards/NUCLEO_F722ZE/board.json +++ b/ports/stm32/boards/NUCLEO_F722ZE/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "nucleo_f722ze.jpg" + ], "mcu": "stm32f7", "product": "Nucleo F722ZE", "thumbnail": "", diff --git a/ports/stm32/boards/NUCLEO_F746ZG/board.json b/ports/stm32/boards/NUCLEO_F746ZG/board.json index 7aee7b05a6..0459c3a136 100644 --- a/ports/stm32/boards/NUCLEO_F746ZG/board.json +++ b/ports/stm32/boards/NUCLEO_F746ZG/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "nucleo_f746zg.jpg" + ], "mcu": "stm32f7", "product": "Nucleo F746ZG", "thumbnail": "", diff --git a/ports/stm32/boards/NUCLEO_F767ZI/board.json b/ports/stm32/boards/NUCLEO_F767ZI/board.json index 936ad53dd7..c05d1a1c0a 100644 --- a/ports/stm32/boards/NUCLEO_F767ZI/board.json +++ b/ports/stm32/boards/NUCLEO_F767ZI/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "nucleo_f767zi.jpg" + ], "mcu": "stm32f7", "product": "Nucleo F767ZI", "thumbnail": "", diff --git a/ports/stm32/boards/NUCLEO_H743ZI/board.json b/ports/stm32/boards/NUCLEO_H743ZI/board.json index 27b8e901ce..4e92b61844 100644 --- a/ports/stm32/boards/NUCLEO_H743ZI/board.json +++ b/ports/stm32/boards/NUCLEO_H743ZI/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "nucleo_h743zi.jpg" + ], "mcu": "stm32h7", "product": "Nucleo H743ZI", "thumbnail": "", diff --git a/ports/stm32/boards/NUCLEO_L073RZ/board.json b/ports/stm32/boards/NUCLEO_L073RZ/board.json index c11bad6d94..949d16678f 100644 --- a/ports/stm32/boards/NUCLEO_L073RZ/board.json +++ b/ports/stm32/boards/NUCLEO_L073RZ/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "nucleo_l073rz.jpg" + ], "mcu": "stm32l0", "product": "Nucleo L073RZ", "thumbnail": "", diff --git a/ports/stm32/boards/NUCLEO_L432KC/board.json b/ports/stm32/boards/NUCLEO_L432KC/board.json index 3300603885..60f96f71ee 100644 --- a/ports/stm32/boards/NUCLEO_L432KC/board.json +++ b/ports/stm32/boards/NUCLEO_L432KC/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "nucleo_l432kc.jpg" + ], "mcu": "stm32l4", "product": "Nucleo L432KC", "thumbnail": "", diff --git a/ports/stm32/boards/NUCLEO_L452RE/board.json b/ports/stm32/boards/NUCLEO_L452RE/board.json index e8c31c5023..2ca29ee46b 100644 --- a/ports/stm32/boards/NUCLEO_L452RE/board.json +++ b/ports/stm32/boards/NUCLEO_L452RE/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "nucleo_l452re.jpg" + ], "mcu": "stm32l4", "product": "Nucleo L452RE", "thumbnail": "", diff --git a/ports/stm32/boards/NUCLEO_L476RG/board.json b/ports/stm32/boards/NUCLEO_L476RG/board.json index d776f6615e..82cc8c090e 100644 --- a/ports/stm32/boards/NUCLEO_L476RG/board.json +++ b/ports/stm32/boards/NUCLEO_L476RG/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "nucleo_l476rg.jpg" + ], "mcu": "stm32l4", "product": "Nucleo L476RG", "thumbnail": "", diff --git a/ports/stm32/boards/NUCLEO_WB55/board.json b/ports/stm32/boards/NUCLEO_WB55/board.json index 2456b0b3a0..eb33995a60 100644 --- a/ports/stm32/boards/NUCLEO_WB55/board.json +++ b/ports/stm32/boards/NUCLEO_WB55/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "nucleo_wb55.jpg" + ], "mcu": "stm32wb", "product": "Nucleo WB55", "thumbnail": "", diff --git a/ports/stm32/boards/OLIMEX_E407/board.json b/ports/stm32/boards/OLIMEX_E407/board.json index d4e0fda98c..c14755c564 100644 --- a/ports/stm32/boards/OLIMEX_E407/board.json +++ b/ports/stm32/boards/OLIMEX_E407/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "olimex_e407.jpg" + ], "mcu": "stm32f4", "product": "E407", "thumbnail": "", diff --git a/ports/stm32/boards/OLIMEX_H407/board.json b/ports/stm32/boards/OLIMEX_H407/board.json index c074950ab3..9ecc860ddc 100644 --- a/ports/stm32/boards/OLIMEX_H407/board.json +++ b/ports/stm32/boards/OLIMEX_H407/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "olimex_h407.jpg" + ], "mcu": "stm32f4", "product": "H407", "thumbnail": "", diff --git a/ports/stm32/boards/SPARKFUN_MICROMOD_STM32/board.json b/ports/stm32/boards/SPARKFUN_MICROMOD_STM32/board.json index 0c1bba8ee7..0bd3573d64 100644 --- a/ports/stm32/boards/SPARKFUN_MICROMOD_STM32/board.json +++ b/ports/stm32/boards/SPARKFUN_MICROMOD_STM32/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "sparkfun_micromod_stm32.jpg" + ], "mcu": "stm32f4", "product": "Micromod STM32", "thumbnail": "", diff --git a/ports/stm32/boards/STM32F411DISC/board.json b/ports/stm32/boards/STM32F411DISC/board.json index 42516178a0..97761ddbf1 100644 --- a/ports/stm32/boards/STM32F411DISC/board.json +++ b/ports/stm32/boards/STM32F411DISC/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "stm32f411disc.jpg" + ], "mcu": "stm32f4", "product": "Discovery F411", "thumbnail": "", diff --git a/ports/stm32/boards/STM32F429DISC/board.json b/ports/stm32/boards/STM32F429DISC/board.json index 8842e004d1..4c7ee395f2 100644 --- a/ports/stm32/boards/STM32F429DISC/board.json +++ b/ports/stm32/boards/STM32F429DISC/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "stm32f429disc.jpg" + ], "mcu": "stm32f4", "product": "Discovery F429", "thumbnail": "", diff --git a/ports/stm32/boards/STM32F439/board.json b/ports/stm32/boards/STM32F439/board.json index e941244e7e..140c3474ca 100644 --- a/ports/stm32/boards/STM32F439/board.json +++ b/ports/stm32/boards/STM32F439/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "stm32f439.jpg" + ], "mcu": "stm32f4", "product": "STM32F439", "thumbnail": "", diff --git a/ports/stm32/boards/STM32F4DISC/board.json b/ports/stm32/boards/STM32F4DISC/board.json index 7c4fea38b2..64a8faba38 100644 --- a/ports/stm32/boards/STM32F4DISC/board.json +++ b/ports/stm32/boards/STM32F4DISC/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "stm32f4disc.jpg" + ], "mcu": "stm32f4", "product": "Discovery F4", "thumbnail": "", diff --git a/ports/stm32/boards/STM32F769DISC/board.json b/ports/stm32/boards/STM32F769DISC/board.json index 68584e9501..ce38ec7885 100644 --- a/ports/stm32/boards/STM32F769DISC/board.json +++ b/ports/stm32/boards/STM32F769DISC/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "stm32f769disc.jpg" + ], "mcu": "stm32f7", "product": "Discovery F769", "thumbnail": "", diff --git a/ports/stm32/boards/STM32F7DISC/board.json b/ports/stm32/boards/STM32F7DISC/board.json index 4b83f20f2d..1eaae6b68b 100644 --- a/ports/stm32/boards/STM32F7DISC/board.json +++ b/ports/stm32/boards/STM32F7DISC/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "stm32f7disc.jpg" + ], "mcu": "stm32f7", "product": "Discovery F7", "thumbnail": "", diff --git a/ports/stm32/boards/STM32H7B3I_DK/board.json b/ports/stm32/boards/STM32H7B3I_DK/board.json index 4d03c72917..a1ab50c0d7 100644 --- a/ports/stm32/boards/STM32H7B3I_DK/board.json +++ b/ports/stm32/boards/STM32H7B3I_DK/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "stm32h7b3i_dk.jpg" + ], "mcu": "stm32h7", "product": "Discovery Kit H7", "thumbnail": "", diff --git a/ports/stm32/boards/STM32L476DISC/board.json b/ports/stm32/boards/STM32L476DISC/board.json index b8a4f92efd..49d1060ee2 100644 --- a/ports/stm32/boards/STM32L476DISC/board.json +++ b/ports/stm32/boards/STM32L476DISC/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "stm32l476disc.jpg" + ], "mcu": "stm32l4", "product": "Discovery L476", "thumbnail": "", diff --git a/ports/stm32/boards/USBDONGLE_WB55/board.json b/ports/stm32/boards/USBDONGLE_WB55/board.json index 00d9121881..858e94d105 100644 --- a/ports/stm32/boards/USBDONGLE_WB55/board.json +++ b/ports/stm32/boards/USBDONGLE_WB55/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "usbdongle_wb55.jpg" + ], "mcu": "stm32wb", "product": "USBDONGLE_WB55", "thumbnail": "",