File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
libraries/SrcWrapper/src/HAL Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 378
378
#define CMSIS_STARTUP_FILE "startup_stm32l4s7xx.s"
379
379
#elif defined(STM32L4S9xx )
380
380
#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"
381
393
#elif defined(STM32MP1xx )
382
394
#define CMSIS_STARTUP_FILE "startup_stm32mp15xx.s"
383
395
#elif defined(STM32WB30xx )
Original file line number Diff line number Diff line change 34
34
#ifdef STM32L4xx
35
35
#include "stm32l4xx_hal_smartcard.c"
36
36
#endif
37
+ #ifdef STM32MP1xx
38
+ #include "stm32mp1xx_hal_smartcard.c"
39
+ #endif
37
40
#ifdef STM32WBxx
38
41
#include "stm32wbxx_hal_smartcard.c"
39
42
#endif
Original file line number Diff line number Diff line change 22
22
#ifdef STM32L4xx
23
23
#include "stm32l4xx_hal_smartcard_ex.c"
24
24
#endif
25
+ #ifdef STM32MP1xx
26
+ #include "stm32mp1xx_hal_smartcard_ex.c"
27
+ #endif
25
28
#ifdef STM32WBxx
26
29
#include "stm32wbxx_hal_smartcard_ex.c"
27
30
#endif
You can’t perform that action at this time.
0 commit comments