File tree Expand file tree Collapse file tree 6 files changed +19
-0
lines changed Expand file tree Collapse file tree 6 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 55#pragma GCC diagnostic ignored "-Wunused-parameter"
66#pragma GCC diagnostic ignored "-Wstrict-aliasing"
77
8+ #ifdef STM32L4xx
9+ #include "stm32l4xx_ll_pka.h"
10+ #endif
811#ifdef STM32WBxx
912#include "stm32wbxx_ll_pka.h"
1013#endif
Original file line number Diff line number Diff line change 334334#define CMSIS_STARTUP_FILE "startup_stm32l496xx.s"
335335#elif defined(STM32L4A6xx )
336336#define CMSIS_STARTUP_FILE "startup_stm32l4a6xx.s"
337+ #elif defined(STM32L4P5xx )
338+ #define CMSIS_STARTUP_FILE "startup_stm32l4p5xx.s"
339+ #elif defined(STM32L4Q5xx )
340+ #define CMSIS_STARTUP_FILE "startup_stm32l4q5xx.s"
337341#elif defined(STM32L4R5xx )
338342#define CMSIS_STARTUP_FILE "startup_stm32l4r5xx.s"
339343#elif defined(STM32L4R7xx )
Original file line number Diff line number Diff line change 1+ #ifdef STM32L4xx
2+ #include "stm32l4xx_hal_pka.c"
3+ #endif
14#ifdef STM32WBxx
25#include "stm32wbxx_hal_pka.c"
36#endif
Original file line number Diff line number Diff line change 1+ #ifdef STM32L4xx
2+ #include "stm32l4xx_hal_pssi.c"
3+ #endif
Original file line number Diff line number Diff line change 1+ #ifdef STM32L4xx
2+ #include "stm32l4xx_hal_rng_ex.c"
3+ #endif
Original file line number Diff line number Diff line change 1+ #ifdef STM32L4xx
2+ #include "stm32l4xx_ll_pka.c"
3+ #endif
14#ifdef STM32WBxx
25#include "stm32wbxx_ll_pka.c"
36#endif
You can’t perform that action at this time.
0 commit comments