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 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 )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments