From 5e8d35af08b620f1498a5135d25fe6d8f3e72337 Mon Sep 17 00:00:00 2001 From: Matt Trentini Date: Sat, 17 Aug 2024 22:07:21 +1000 Subject: [PATCH] stm32/boards: Add missing images and update product URLs. There are some missing images at MicroPython Downloads. This commit attempts to resolve all the current issues, and add product URLs where missing. Signed-off-by: Matt Trentini --- ports/stm32/boards/B_L475E_IOT01A/board.json | 6 ++++-- ports/stm32/boards/GARATRONIC_PYBSTICK26_F411/board.json | 4 +++- ports/stm32/boards/LEGO_HUB_NO6/board.json | 4 +++- ports/stm32/boards/LEGO_HUB_NO7/board.json | 4 +++- ports/stm32/boards/NUCLEO_F756ZG/board.json | 2 +- ports/stm32/boards/NUCLEO_G0B1RE/board.json | 2 +- ports/stm32/boards/NUCLEO_G474RE/board.json | 2 +- ports/stm32/boards/NUCLEO_H723ZG/board.json | 2 +- ports/stm32/boards/NUCLEO_H743ZI2/board.json | 4 +++- ports/stm32/boards/NUCLEO_L152RE/board.json | 2 +- ports/stm32/boards/NUCLEO_L4A6ZG/board.json | 2 +- ports/stm32/boards/NUCLEO_WL55/board.json | 2 +- ports/stm32/boards/STM32L496GDISC/board.json | 6 ++++-- 13 files changed, 27 insertions(+), 15 deletions(-) diff --git a/ports/stm32/boards/B_L475E_IOT01A/board.json b/ports/stm32/boards/B_L475E_IOT01A/board.json index 91e76bc08e..0841b1c6d9 100644 --- a/ports/stm32/boards/B_L475E_IOT01A/board.json +++ b/ports/stm32/boards/B_L475E_IOT01A/board.json @@ -4,10 +4,12 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "b-l475e-iot01a-discovery.jpg" + ], "mcu": "stm32l4", "product": "B_L475E_IOT01A", "thumbnail": "", - "url": "", + "url": "https://www.st.com/en/evaluation-tools/b-l475e-iot01a.html", "vendor": "ST Microelectronics" } diff --git a/ports/stm32/boards/GARATRONIC_PYBSTICK26_F411/board.json b/ports/stm32/boards/GARATRONIC_PYBSTICK26_F411/board.json index 1df9b6f658..056423d669 100644 --- a/ports/stm32/boards/GARATRONIC_PYBSTICK26_F411/board.json +++ b/ports/stm32/boards/GARATRONIC_PYBSTICK26_F411/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "pybstick26_f411.jpg" + ], "mcu": "stm32f4", "product": "GARATRONIC_PYBSTICK26_F411", "thumbnail": "", diff --git a/ports/stm32/boards/LEGO_HUB_NO6/board.json b/ports/stm32/boards/LEGO_HUB_NO6/board.json index 3c602abba1..0bb878abaf 100644 --- a/ports/stm32/boards/LEGO_HUB_NO6/board.json +++ b/ports/stm32/boards/LEGO_HUB_NO6/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "lego_hub_6.jpg" + ], "mcu": "stm32f4", "product": "Hub No.6", "thumbnail": "", diff --git a/ports/stm32/boards/LEGO_HUB_NO7/board.json b/ports/stm32/boards/LEGO_HUB_NO7/board.json index 1ef02c17a0..7eb13f18fe 100644 --- a/ports/stm32/boards/LEGO_HUB_NO7/board.json +++ b/ports/stm32/boards/LEGO_HUB_NO7/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "lego_hub_7.jpg" + ], "mcu": "stm32f4", "product": "Hub No.7", "thumbnail": "", diff --git a/ports/stm32/boards/NUCLEO_F756ZG/board.json b/ports/stm32/boards/NUCLEO_F756ZG/board.json index 416c0b9154..1b98d88569 100644 --- a/ports/stm32/boards/NUCLEO_F756ZG/board.json +++ b/ports/stm32/boards/NUCLEO_F756ZG/board.json @@ -10,6 +10,6 @@ "mcu": "stm32f7", "product": "Nucleo F756ZG", "thumbnail": "", - "url": "", + "url": "https://www.st.com/en/evaluation-tools/nucleo-f756zg.html", "vendor": "ST Microelectronics" } diff --git a/ports/stm32/boards/NUCLEO_G0B1RE/board.json b/ports/stm32/boards/NUCLEO_G0B1RE/board.json index f4c6f2f2df..86977e8ee2 100644 --- a/ports/stm32/boards/NUCLEO_G0B1RE/board.json +++ b/ports/stm32/boards/NUCLEO_G0B1RE/board.json @@ -10,6 +10,6 @@ "mcu": "stm32g0", "product": "Nucleo G0B1RE", "thumbnail": "", - "url": "", + "url": "https://www.st.com/en/evaluation-tools/nucleo-g0b1re.html", "vendor": "ST Microelectronics" } diff --git a/ports/stm32/boards/NUCLEO_G474RE/board.json b/ports/stm32/boards/NUCLEO_G474RE/board.json index 3bbb749826..cfc72e4f1d 100644 --- a/ports/stm32/boards/NUCLEO_G474RE/board.json +++ b/ports/stm32/boards/NUCLEO_G474RE/board.json @@ -10,6 +10,6 @@ "mcu": "stm32g4", "product": "Nucleo G474RE", "thumbnail": "", - "url": "", + "url": "https://www.st.com/en/evaluation-tools/nucleo-g474re.html", "vendor": "ST Microelectronics" } diff --git a/ports/stm32/boards/NUCLEO_H723ZG/board.json b/ports/stm32/boards/NUCLEO_H723ZG/board.json index bf7dc0e2fb..6aa76008e0 100644 --- a/ports/stm32/boards/NUCLEO_H723ZG/board.json +++ b/ports/stm32/boards/NUCLEO_H723ZG/board.json @@ -10,6 +10,6 @@ "mcu": "stm32h7", "product": "Nucleo H723ZG", "thumbnail": "", - "url": "", + "url": "https://www.st.com/en/evaluation-tools/nucleo-h723zg.html", "vendor": "ST Microelectronics" } diff --git a/ports/stm32/boards/NUCLEO_H743ZI2/board.json b/ports/stm32/boards/NUCLEO_H743ZI2/board.json index 65f01de565..74c1ed6c41 100644 --- a/ports/stm32/boards/NUCLEO_H743ZI2/board.json +++ b/ports/stm32/boards/NUCLEO_H743ZI2/board.json @@ -4,7 +4,9 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "nucleo_h743zi2.jpg" + ], "mcu": "stm32h7", "product": "Nucleo H743ZI2", "thumbnail": "", diff --git a/ports/stm32/boards/NUCLEO_L152RE/board.json b/ports/stm32/boards/NUCLEO_L152RE/board.json index 7b34276937..abc9fbe586 100644 --- a/ports/stm32/boards/NUCLEO_L152RE/board.json +++ b/ports/stm32/boards/NUCLEO_L152RE/board.json @@ -10,6 +10,6 @@ "mcu": "stm32l1", "product": "Nucleo L152RE", "thumbnail": "", - "url": "", + "url": "https://www.st.com/en/evaluation-tools/nucleo-l152re.html", "vendor": "ST Microelectronics" } diff --git a/ports/stm32/boards/NUCLEO_L4A6ZG/board.json b/ports/stm32/boards/NUCLEO_L4A6ZG/board.json index 73b134eac2..a3a38f24f5 100644 --- a/ports/stm32/boards/NUCLEO_L4A6ZG/board.json +++ b/ports/stm32/boards/NUCLEO_L4A6ZG/board.json @@ -10,6 +10,6 @@ "mcu": "stm32l4", "product": "Nucleo L4A6ZG", "thumbnail": "", - "url": "", + "url": "https://www.st.com/en/evaluation-tools/nucleo-l4a6zg.html", "vendor": "ST Microelectronics" } diff --git a/ports/stm32/boards/NUCLEO_WL55/board.json b/ports/stm32/boards/NUCLEO_WL55/board.json index d756a4cdbb..6c12e67b29 100644 --- a/ports/stm32/boards/NUCLEO_WL55/board.json +++ b/ports/stm32/boards/NUCLEO_WL55/board.json @@ -10,6 +10,6 @@ "mcu": "stm32wl", "product": "Nucleo WL55", "thumbnail": "", - "url": "", + "url": "https://www.st.com/en/evaluation-tools/nucleo-wl55jc.html", "vendor": "ST Microelectronics" } diff --git a/ports/stm32/boards/STM32L496GDISC/board.json b/ports/stm32/boards/STM32L496GDISC/board.json index b152948c1a..e1aff372ce 100644 --- a/ports/stm32/boards/STM32L496GDISC/board.json +++ b/ports/stm32/boards/STM32L496GDISC/board.json @@ -4,10 +4,12 @@ ], "docs": "", "features": [], - "images": [], + "images": [ + "stm32l496discovery.jpg" + ], "mcu": "stm32l4", "product": "Discovery L496G", "thumbnail": "", - "url": "", + "url": "https://www.st.com/en/evaluation-tools/32l496gdiscovery.html", "vendor": "ST Microelectronics" }