Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 10ee56f

Browse filesBrowse files
committed
!fixup STM32MP157A_DK2 => STM32MP157C_DK2
1 parent 791cab4 commit 10ee56f
Copy full SHA for 10ee56f

File tree

2 files changed

+3
-3
lines changed
Filter options

2 files changed

+3
-3
lines changed

‎boards.txt

Copy file name to clipboardExpand all lines: boards.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ STM32MP1.menu.pnum.STM32MP157A_DK1.build.variant=STM32MP157_DK
689689
STM32MP1.menu.pnum.STM32MP157C_DK2=STM32MP157C-DK2
690690
STM32MP1.menu.pnum.STM32MP157C_DK2.upload.maximum_size=131072
691691
STM32MP1.menu.pnum.STM32MP157C_DK2.upload.maximum_data_size=131072
692-
STM32MP1.menu.pnum.STM32MP157C_DK2.build.board=STM32MP157A_DK2
692+
STM32MP1.menu.pnum.STM32MP157C_DK2.build.board=STM32MP157C_DK2
693693
STM32MP1.menu.pnum.STM32MP157C_DK2.build.product_line=STM32MP157Cxx
694694
STM32MP1.menu.pnum.STM32MP157C_DK2.build.variant=STM32MP157_DK
695695

‎system/STM32MP1xx/stm32mp1xx_hal_conf_default.h

Copy file name to clipboardExpand all lines: system/STM32MP1xx/stm32mp1xx_hal_conf_default.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
#define HAL_HSEM_MODULE_ENABLED
4545
#define HAL_MDMA_MODULE_ENABLED /* Some other modules (e.g. USART) require this */
4646

47-
#if defined(ARDUINO_STM32MP157A_DK1) || defined(ARDUINO_STM32MP157A_DK2)
47+
#if defined(ARDUINO_STM32MP157A_DK1) || defined(ARDUINO_STM32MP157C_DK2)
4848
// Cannot use them in this board, or define them in the kernel device tree.
4949
#define HAL_QSPI_MODULE_DISABLED
5050
#define HAL_FDCAN_MODULE_DISABLED
51-
#endif // defined(ARDUINO_STM32MP157A_DK1) && defined(ARDUINO_STM32MP157A_DK2)
51+
#endif // defined(ARDUINO_STM32MP157A_DK1) && defined(ARDUINO_STM32MP157C_DK2)
5252

5353
#include "stm32yyxx_hal_conf.h"
5454
#if 0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.