diff options
author | Matt Trentini <matt.trentini@gmail.com> | 2024-08-17 22:07:21 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-08-20 16:14:43 +1000 |
commit | 5e8d35af08b620f1498a5135d25fe6d8f3e72337 (patch) | |
tree | 5ac2c4ea5b81fe52add8178d4c7ec4f63b0c1c04 | |
parent | b704ff66c3e034c36e548eb0b9874871b5f3b5d0 (diff) |
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 <matt.trentini@gmail.com>
-rw-r--r-- | ports/stm32/boards/B_L475E_IOT01A/board.json | 6 | ||||
-rw-r--r-- | ports/stm32/boards/GARATRONIC_PYBSTICK26_F411/board.json | 4 | ||||
-rw-r--r-- | ports/stm32/boards/LEGO_HUB_NO6/board.json | 4 | ||||
-rw-r--r-- | ports/stm32/boards/LEGO_HUB_NO7/board.json | 4 | ||||
-rw-r--r-- | ports/stm32/boards/NUCLEO_F756ZG/board.json | 2 | ||||
-rw-r--r-- | ports/stm32/boards/NUCLEO_G0B1RE/board.json | 2 | ||||
-rw-r--r-- | ports/stm32/boards/NUCLEO_G474RE/board.json | 2 | ||||
-rw-r--r-- | ports/stm32/boards/NUCLEO_H723ZG/board.json | 2 | ||||
-rw-r--r-- | ports/stm32/boards/NUCLEO_H743ZI2/board.json | 4 | ||||
-rw-r--r-- | ports/stm32/boards/NUCLEO_L152RE/board.json | 2 | ||||
-rw-r--r-- | ports/stm32/boards/NUCLEO_L4A6ZG/board.json | 2 | ||||
-rw-r--r-- | ports/stm32/boards/NUCLEO_WL55/board.json | 2 | ||||
-rw-r--r-- | 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 91e76bc08..0841b1c6d 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 1df9b6f65..056423d66 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 3c602abba..0bb878aba 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 1ef02c17a..7eb13f18f 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 416c0b915..1b98d8856 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 f4c6f2f2d..86977e8ee 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 3bbb74982..cfc72e4f1 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 bf7dc0e2f..6aa76008e 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 65f01de56..74c1ed6c4 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 7b3427693..abc9fbe58 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 73b134eac..a3a38f24f 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 d756a4cdb..6c12e67b2 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 b152948c1..e1aff372c 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" } |