File tree 9 files changed +25
-1
lines changed
9 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 16
16
#include "stm32yyxx_ll_crs.h"
17
17
#include "stm32yyxx_ll_dac.h"
18
18
#include "stm32yyxx_ll_delayblock.h"
19
- #include "stm32yyxx_ll_dma.h"
20
19
#include "stm32yyxx_ll_dma2d.h"
20
+ #include "stm32yyxx_ll_dma.h"
21
21
#include "stm32yyxx_ll_dmamux.h"
22
22
#include "stm32yyxx_ll_exti.h"
23
23
#include "stm32yyxx_ll_fmac.h"
Original file line number Diff line number Diff line change 41
41
#ifdef STM32L4xx
42
42
#include "stm32l4xx_ll_cortex.h"
43
43
#endif
44
+ #ifdef STM32MP1xx
45
+ #include "stm32mp1xx_ll_cortex.h"
46
+ #endif
44
47
#ifdef STM32WBxx
45
48
#include "stm32wbxx_ll_cortex.h"
46
49
#endif
Original file line number Diff line number Diff line change 23
23
#ifdef STM32L4xx
24
24
#include "stm32l4xx_ll_fmc.h"
25
25
#endif
26
+ #ifdef STM32MP1xx
27
+ #include "stm32mp1xx_ll_fmc.h"
28
+ #endif
26
29
#pragma GCC diagnostic pop
27
30
#endif /* _STM32YYXX_LL_FMC_H_ */
Original file line number Diff line number Diff line change 41
41
#ifdef STM32L4xx
42
42
#include "stm32l4xx_ll_rtc.h"
43
43
#endif
44
+ #ifdef STM32MP1xx
45
+ #include "stm32mp1xx_ll_rtc.h"
46
+ #endif
44
47
#ifdef STM32WBxx
45
48
#include "stm32wbxx_ll_rtc.h"
46
49
#endif
Original file line number Diff line number Diff line change 34
34
#ifdef STM32L4xx
35
35
#include "stm32l4xx_hal_rtc.c"
36
36
#endif
37
+ #ifdef STM32MP1xx
38
+ #include "stm32mp1xx_hal_rtc.c"
39
+ #endif
37
40
#ifdef STM32WBxx
38
41
#include "stm32wbxx_hal_rtc.c"
39
42
#endif
Original file line number Diff line number Diff line change 34
34
#ifdef STM32L4xx
35
35
#include "stm32l4xx_hal_rtc_ex.c"
36
36
#endif
37
+ #ifdef STM32MP1xx
38
+ #include "stm32mp1xx_hal_rtc_ex.c"
39
+ #endif
37
40
#ifdef STM32WBxx
38
41
#include "stm32wbxx_hal_rtc_ex.c"
39
42
#endif
Original file line number Diff line number Diff line change 25
25
#ifdef STM32L4xx
26
26
#include "stm32l4xx_hal_sram.c"
27
27
#endif
28
+ #ifdef STM32MP1xx
29
+ #include "stm32mp1xx_hal_sram.c"
30
+ #endif
Original file line number Diff line number Diff line change 16
16
#ifdef STM32L4xx
17
17
#include "stm32l4xx_ll_fmc.c"
18
18
#endif
19
+ #ifdef STM32MP1xx
20
+ #include "stm32mp1xx_ll_fmc.c"
21
+ #endif
Original file line number Diff line number Diff line change 34
34
#ifdef STM32L4xx
35
35
#include "stm32l4xx_ll_rtc.c"
36
36
#endif
37
+ #ifdef STM32MP1xx
38
+ #include "stm32mp1xx_ll_rtc.c"
39
+ #endif
37
40
#ifdef STM32WBxx
38
41
#include "stm32wbxx_ll_rtc.c"
39
42
#endif
You can’t perform that action at this time.
0 commit comments