You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -175,8 +175,8 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
175
175
176
176
| Status | Device(s) | Name | Release | Notes |
177
177
| :----: | :-------: | ---- | :-----: | :---- |
178
-
|:green_heart:| STM32MP157A |[STM32MP157A-DK1](https://www.st.com/en/evaluation-tools/stm32mp157a-dk1.html)|*1.8.0*| See [the documentation](https://github.com/stm32duino/Arduino_Core_STM32/tree/main/variants/STM32MP157_DK/README.md) to use this board|
179
-
|:green_heart:| STM32MP157C |[STM32MP157C-DK2](https://www.st.com/en/evaluation-tools/stm32mp157c-dk2.html)|*1.8.0*| See [the documentation](https://github.com/stm32duino/Arduino_Core_STM32/tree/main/variants/STM32MP157_DK/README.md) to use this board|
178
+
|:green_heart:| STM32MP157A |[STM32MP157A-DK1](https://www.st.com/en/evaluation-tools/stm32mp157a-dk1.html)|*1.8.0*| See [the documentation](https://github.com/stm32duino/Arduino_Core_STM32/tree/main/variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC/README.md) to use this board|
179
+
|:green_heart:| STM32MP157C |[STM32MP157C-DK2](https://www.st.com/en/evaluation-tools/stm32mp157c-dk2.html)|*1.8.0*| See [the documentation](https://github.com/stm32duino/Arduino_Core_STM32/tree/main/variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC/README.md) to use this board|
180
180
181
181
### Generic STM32C0 boards
182
182
@@ -293,7 +293,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
Copy file name to clipboardExpand all lines: variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -245,7 +245,7 @@ There are additional pins for LEDs and buttons.
245
245
| PA_13 | 17 / LED_RED | USER2_BTN | Active Low, LED LD6, also connected to B4 button |
246
246
| PH_7 | 18 / LED_ORANGE / LED_BUILTIN || Active High, LED LD7 |
247
247
248
-
[`variant.h` of the board] has the complete information about the pinouts.
248
+
[`variant_STM32MP157_DK.h` of the board] has the complete information about the pinouts.
249
249
250
250
## Uploading
251
251
@@ -284,7 +284,7 @@ And then the Device Tree should enable TIM1 for the coprocessor, although this d
284
284
};
285
285
```
286
286
287
-
[stm32mp157c-dk2-m4-examples.dts] is a great example to begin with. For the full list of peripherals used by the Arduino firmware, see [PeripheralPins.c](/variants/STM32MP157_DK/PeripheralPins.c) of the board.
287
+
[stm32mp157c-dk2-m4-examples.dts] is a great example to begin with. For the full list of peripherals used by the Arduino firmware, see [PeripheralPins_STM32MP157_DK.c](/variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC/PeripheralPins_STM32MP157_DK.c) of the board.
288
288
289
289
## Limitations
290
290
@@ -314,7 +314,7 @@ And then the Device Tree should enable TIM1 for the coprocessor, although this d
314
314
[build_opt.h description in wiki]: https://github.com/stm32duino/wiki/wiki/Customize-build-options-using-build_opt.h
[`variant.h` of the board]: /variants/STM32MP157_DK/variant.h
317
+
[`variant_STM32MP157_DK.h` of the board]: /variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC/variant_STM32MP157_DK.h
318
318
319
319
[The ST Wiki page on C-Kermit]: https://wiki.st.com/stm32mpu/wiki/How_to_transfer_a_file_over_serial_console
320
320
[a bug in OpenSTLinux]: https://community.st.com/s/question/0D50X0000B9vHa4/cannot-get-download-a-file-using-kermit
0 commit comments