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 4646#include "stm32l1xx.h"
4747#elif defined(STM32L4xx )
4848#include "stm32l4xx.h"
49+ #elif defined(STM32MP1xx )
50+ #include "stm32mp1xx.h"
4951#elif defined(STM32WBxx )
5052#include "stm32wbxx.h"
5153#else
Original file line number Diff line number Diff line change 346346#define CMSIS_STARTUP_FILE "startup_stm32l4s7xx.s"
347347#elif defined(STM32L4S9xx )
348348#define CMSIS_STARTUP_FILE "startup_stm32l4s9xx.s"
349+ #elif defined(STM32MP1xx )
350+ #define CMSIS_STARTUP_FILE "startup_stm32mp15xx.s"
349351#elif defined(STM32WB50xx )
350352#define CMSIS_STARTUP_FILE "startup_stm32wb50xx_cm4.s"
351353#elif defined(STM32WB55xx )
Original file line number Diff line number Diff line change 3434#ifdef STM32L4xx
3535#include "system_stm32l4xx.c"
3636#endif
37+ #ifdef STM32MP1xx
38+ #include "system_stm32mp1xx.c"
39+ #endif
3740#ifdef STM32WBxx
3841#include "system_stm32wbxx.c"
3942#endif
You can’t perform that action at this time.
0 commit comments