File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 46
46
#include "stm32l1xx.h"
47
47
#elif defined(STM32L4xx )
48
48
#include "stm32l4xx.h"
49
+ #elif defined(STM32MP1xx )
50
+ #include "stm32mp1xx.h"
49
51
#elif defined(STM32WBxx )
50
52
#include "stm32wbxx.h"
51
53
#else
Original file line number Diff line number Diff line change 346
346
#define CMSIS_STARTUP_FILE "startup_stm32l4s7xx.s"
347
347
#elif defined(STM32L4S9xx )
348
348
#define CMSIS_STARTUP_FILE "startup_stm32l4s9xx.s"
349
+ #elif defined(STM32MP1xx )
350
+ #define CMSIS_STARTUP_FILE "startup_stm32mp15xx.s"
349
351
#elif defined(STM32WB50xx )
350
352
#define CMSIS_STARTUP_FILE "startup_stm32wb50xx_cm4.s"
351
353
#elif defined(STM32WB55xx )
Original file line number Diff line number Diff line change 34
34
#ifdef STM32L4xx
35
35
#include "system_stm32l4xx.c"
36
36
#endif
37
+ #ifdef STM32MP1xx
38
+ #include "system_stm32mp1xx.c"
39
+ #endif
37
40
#ifdef STM32WBxx
38
41
#include "system_stm32wbxx.c"
39
42
#endif
You can’t perform that action at this time.
0 commit comments