diff options
author | Damien George <damien@micropython.org> | 2022-01-07 11:33:28 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-01-07 11:33:28 +1100 |
commit | df3f59ca4ba66a31dcc8d225e11cf9fd404d0458 (patch) | |
tree | 6adbeaa34a4dd61b46101cf83a5ce7b1a61ed06e | |
parent | b96318ab612dff4b09e0e0437a8d2bbefa25668b (diff) |
ports: Update board.json files to link to new board images.
Signed-off-by: Damien George <damien@micropython.org>
48 files changed, 145 insertions, 48 deletions
diff --git a/ports/esp32/boards/GENERIC/board.json b/ports/esp32/boards/GENERIC/board.json index 95447dd8e..a52d58007 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 325843a72..481e66bcc 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 f719a2b63..94d86d442 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 d20922907..39fce46bc 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 e656497fc..97756a9fb 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 16b19ad20..dbd3b5b01 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 f5fb8e901..058fb7dff 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 47bc34e39..ee2cb8d3f 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 c0efc22e3..afb57b2ed 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 1d499ad4b..9d1886887 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 65a4fde18..050620d61 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 05439fdfe..d16ce1c34 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 7eb6981ff..e6bbe3591 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 600ccdf2a..f80b3f5ca 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 38873e4de..d02b7ece1 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 c3f398f28..32561e652 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 d4ce3f41c..313735007 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 8ff4dda08..a6cfc45b0 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 88b135bc0..044bc2736 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 1cabbce5c..a28f9b0a6 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 91ae8b49c..15eae0fe2 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 c2d4ad4e2..a428b8988 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 bddc1e6d6..48a717ec0 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 4a08c9f5e..218998852 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 7c2767da4..60a8795f4 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 8daac091f..7ee717d02 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 3cbf34d6a..93b65e89d 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 fe318edfa..e44ef8c10 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 7aee7b05a..0459c3a13 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 936ad53dd..c05d1a1c0 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 27b8e901c..4e92b6184 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 c11bad6d9..949d16678 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 330060388..60f96f71e 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 e8c31c502..2ca29ee46 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 d776f6615..82cc8c090 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 2456b0b3a..eb33995a6 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 d4e0fda98..c14755c56 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 c074950ab..9ecc860dd 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 0c1bba8ee..0bd3573d6 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 42516178a..97761ddbf 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 8842e004d..4c7ee395f 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 e941244e7..140c3474c 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 7c4fea38b..64a8faba3 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 68584e950..ce38ec788 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 4b83f20f2..1eaae6b68 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 4d03c7291..a1ab50c0d 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 b8a4f92ef..49d1060ee 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 00d912188..858e94d10 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": "", |