Skip to content

Commit 2918359

Browse files
committed
[MP1] Update wrapped files
Signed-off-by: Frederic Pillon <[email protected]>
1 parent ecb78ed commit 2918359

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

cores/arduino/stm32/stm32_def_build.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,18 @@
378378
#define CMSIS_STARTUP_FILE "startup_stm32l4s7xx.s"
379379
#elif defined(STM32L4S9xx)
380380
#define CMSIS_STARTUP_FILE "startup_stm32l4s9xx.s"
381+
#elif defined(STM32MP151A)
382+
#define CMSIS_STARTUP_FILE "startup_stm32mp151a_cm4 .s"
383+
#elif defined(STM32MP151C)
384+
#define CMSIS_STARTUP_FILE "startup_stm32mp151c_cm4.s"
385+
#elif defined(STM32MP153A)
386+
#define CMSIS_STARTUP_FILE "startup_stm32mp153a_cm4.s"
387+
#elif defined(STM32MP153C)
388+
#define CMSIS_STARTUP_FILE "startup_stm32mp153c_cm4.s"
389+
#elif defined(STM32MP157A)
390+
#define CMSIS_STARTUP_FILE "startup_stm32mp157a_cm4.s"
391+
#elif defined(STM32MP157C)
392+
#define CMSIS_STARTUP_FILE "startup_stm32mp157c_cm4.s"
381393
#elif defined(STM32MP1xx)
382394
#define CMSIS_STARTUP_FILE "startup_stm32mp15xx.s"
383395
#elif defined(STM32WB30xx)

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smartcard.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
#ifdef STM32L4xx
3535
#include "stm32l4xx_hal_smartcard.c"
3636
#endif
37+
#ifdef STM32MP1xx
38+
#include "stm32mp1xx_hal_smartcard.c"
39+
#endif
3740
#ifdef STM32WBxx
3841
#include "stm32wbxx_hal_smartcard.c"
3942
#endif

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smartcard_ex.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
#ifdef STM32L4xx
2323
#include "stm32l4xx_hal_smartcard_ex.c"
2424
#endif
25+
#ifdef STM32MP1xx
26+
#include "stm32mp1xx_hal_smartcard_ex.c"
27+
#endif
2528
#ifdef STM32WBxx
2629
#include "stm32wbxx_hal_smartcard_ex.c"
2730
#endif

0 commit comments

Comments
 (0)