File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 4545#include "stm32l1xx.h"
4646#elif defined(STM32L4xx )
4747#include "stm32l4xx.h"
48+ #elif defined(STM32MP1xx )
49+ #include "stm32mp1xx.h"
4850#elif defined(STM32WBxx )
4951#include "stm32wbxx.h"
5052#else
Original file line number Diff line number Diff line change 330330#define CMSIS_STARTUP_FILE "startup_stm32l4s7xx.s"
331331#elif defined(STM32L4S9xx )
332332#define CMSIS_STARTUP_FILE "startup_stm32l4s9xx.s"
333+ #elif defined(STM32MP1xx )
334+ #define CMSIS_STARTUP_FILE "startup_stm32mp15xx.s"
333335#elif defined(STM32WB55xx )
334336#define CMSIS_STARTUP_FILE "startup_stm32wb55xx_cm4.s"
335337#else
Original file line number Diff line number Diff line change 3131#ifdef STM32L4xx
3232#include "system_stm32l4xx.c"
3333#endif
34+ #ifdef STM32MP1xx
35+ #include "system_stm32mp1xx.c"
36+ #endif
3437#ifdef STM32WBxx
3538#include "system_stm32wbxx.c"
3639#endif
You can’t perform that action at this time.
0 commit comments