summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefanOroel <=>2026-04-16 10:40:42 +0200
committerStefanOroel <=>2026-04-16 10:40:42 +0200
commitc1e6b2635f9b89313dca86b31287176949c68380 (patch)
tree8abaa48f14273b97eb4323a7adf32fd9fc0c8256
parent3cfe7a0ed1c8c0ca7b1ad747cfce502a5312bf1c (diff)
fix(docs): update URL for STM32C071 Nucleo board documentation
-rw-r--r--docs/reference/boards.rst2
-rw-r--r--hw/bsp/stm32c0/boards/stm32c071nucleo/board.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/boards.rst b/docs/reference/boards.rst
index dbb5942ca..e61c4f98b 100644
--- a/docs/reference/boards.rst
+++ b/docs/reference/boards.rst
@@ -265,7 +265,7 @@ STMicroelectronics
=================== ================================= ========= ================================================================= ======
Board Name Family URL Note
=================== ================================= ========= ================================================================= ======
-stm32c071nucleo STM32C071 Nucleo stm32c0 https://www.st.com/en/evaluation-tools/nucleo-g071rb.html
+stm32c071nucleo STM32C071 Nucleo stm32c0 https://www.st.com/en/evaluation-tools/nucleo-c071rb.html
stm32f070rbnucleo STM32 F070 Nucleo stm32f0 https://www.st.com/en/evaluation-tools/nucleo-f070rb.html
stm32f072disco STM32 F072 Discovery stm32f0 https://www.st.com/en/evaluation-tools/32f072bdiscovery.html
stm32f072eval STM32 F072 Eval stm32f0 https://www.st.com/en/evaluation-tools/stm32072b-eval.html
diff --git a/hw/bsp/stm32c0/boards/stm32c071nucleo/board.h b/hw/bsp/stm32c0/boards/stm32c071nucleo/board.h
index 085d0d721..b62fc3a2a 100644
--- a/hw/bsp/stm32c0/boards/stm32c071nucleo/board.h
+++ b/hw/bsp/stm32c0/boards/stm32c071nucleo/board.h
@@ -27,7 +27,7 @@
/* metadata:
name: STM32C071 Nucleo
- url: https://www.st.com/en/evaluation-tools/nucleo-g071rb.html
+ url: https://www.st.com/en/evaluation-tools/nucleo-c071rb.html
*/
#ifndef BOARD_H_