Skip to content

Commit b2b9c8c

Browse files
committed
fix(doc): update broken links
raised by CI. Signed-off-by: Frederic Pillon <[email protected]>
1 parent 61a41ec commit b2b9c8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ And then the Device Tree should enable TIM1 for the coprocessor, although this d
298298
[STM32MP157A-DK1]: https://www.st.com/en/evaluation-tools/stm32mp157a-dk1.html
299299
[STM32MP157C-DK2]: https://www.st.com/en/evaluation-tools/stm32mp157c-dk2.html
300300

301-
[Cortex-M4 Engineering mode]: https://wiki.st.com/stm32mpu/wiki/STM32CubeMP1_development_guidelines
301+
[Cortex-M4 Engineering mode]: https://wiki.st.com/stm32mpu/wiki/How_to_use_engineering_and_production_modes
302302
[STM32MP15 Starter Package]: https://wiki.st.com/stm32mpu/wiki/STM32MP15_Discovery_kits_-_Starter_Package
303303
[STM32 MPU OpenSTLinux Distribution]: https://wiki.st.com/stm32mpu/wiki/STM32MP1_Distribution_Package
304304
[Balena OS]: https://github.com/kbumsik/balena-st-stm32mp

Diff for: variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC/variant_STM32MP157_DK.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ void SystemClock_Config(void)
126126
* * Production mode: Both CA7 and CM4 core running, BOOT0 and BOOT2 are ON.
127127
* * Engineering mode: Only CM4 running, BOOT0 = OFF, BOOT2 = ON.
128128
* See:
129-
* https://wiki.st.com/stm32mpu/wiki/STM32CubeMP1_development_guidelines
129+
* https://wiki.st.com/stm32mpu/wiki/How_to_use_engineering_and_production_modes
130130
*/
131131
if (!IS_ENGINEERING_BOOT_MODE()) {
132132
return;

0 commit comments

Comments
 (0)