File tree 17 files changed +51
-0
lines changed
libraries/SrcWrapper/src/LL
17 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 41
41
#ifdef STM32L4xx
42
42
#include "stm32l4xx_ll_dma.h"
43
43
#endif
44
+ #ifdef STM32MP1xx
45
+ #include "stm32mp1xx_ll_dma.h"
46
+ #endif
44
47
#ifdef STM32WBxx
45
48
#include "stm32wbxx_ll_dma.h"
46
49
#endif
Original file line number Diff line number Diff line change 17
17
#ifdef STM32L4xx
18
18
#include "stm32l4xx_ll_dmamux.h"
19
19
#endif
20
+ #ifdef STM32MP1xx
21
+ #include "stm32mp1xx_ll_dmamux.h"
22
+ #endif
20
23
#ifdef STM32WBxx
21
24
#include "stm32wbxx_ll_dmamux.h"
22
25
#endif
Original file line number Diff line number Diff line change 41
41
#ifdef STM32L4xx
42
42
#include "stm32l4xx_ll_exti.h"
43
43
#endif
44
+ #ifdef STM32MP1xx
45
+ #include "stm32mp1xx_ll_exti.h"
46
+ #endif
44
47
#ifdef STM32WBxx
45
48
#include "stm32wbxx_ll_exti.h"
46
49
#endif
Original file line number Diff line number Diff line change 8
8
#ifdef STM32H7xx
9
9
#include "stm32h7xx_ll_hsem.h"
10
10
#endif
11
+ #ifdef STM32MP1xx
12
+ #include "stm32mp1xx_ll_hsem.h"
13
+ #endif
11
14
#ifdef STM32WBxx
12
15
#include "stm32wbxx_ll_hsem.h"
13
16
#endif
Original file line number Diff line number Diff line change 41
41
#ifdef STM32L4xx
42
42
#include "stm32l4xx_ll_i2c.h"
43
43
#endif
44
+ #ifdef STM32MP1xx
45
+ #include "stm32mp1xx_ll_i2c.h"
46
+ #endif
44
47
#ifdef STM32WBxx
45
48
#include "stm32wbxx_ll_i2c.h"
46
49
#endif
Original file line number Diff line number Diff line change 26
26
#ifdef STM32L4xx
27
27
#include "stm32l4xx_ll_lptim.h"
28
28
#endif
29
+ #ifdef STM32MP1xx
30
+ #include "stm32mp1xx_ll_lptim.h"
31
+ #endif
29
32
#ifdef STM32WBxx
30
33
#include "stm32wbxx_ll_lptim.h"
31
34
#endif
Original file line number Diff line number Diff line change 41
41
#ifdef STM32L4xx
42
42
#include "stm32l4xx_ll_pwr.h"
43
43
#endif
44
+ #ifdef STM32MP1xx
45
+ #include "stm32mp1xx_ll_pwr.h"
46
+ #endif
44
47
#ifdef STM32WBxx
45
48
#include "stm32wbxx_ll_pwr.h"
46
49
#endif
Original file line number Diff line number Diff line change 41
41
#ifdef STM32L4xx
42
42
#include "stm32l4xx_ll_spi.h"
43
43
#endif
44
+ #ifdef STM32MP1xx
45
+ #include "stm32mp1xx_ll_spi.h"
46
+ #endif
44
47
#ifdef STM32WBxx
45
48
#include "stm32wbxx_ll_spi.h"
46
49
#endif
Original file line number Diff line number Diff line change 41
41
#ifdef STM32L4xx
42
42
#include "stm32l4xx_ll_tim.h"
43
43
#endif
44
+ #ifdef STM32MP1xx
45
+ #include "stm32mp1xx_ll_tim.h"
46
+ #endif
44
47
#ifdef STM32WBxx
45
48
#include "stm32wbxx_ll_tim.h"
46
49
#endif
Original file line number Diff line number Diff line change 41
41
#ifdef STM32L4xx
42
42
#include "stm32l4xx_ll_wwdg.h"
43
43
#endif
44
+ #ifdef STM32MP1xx
45
+ #include "stm32mp1xx_ll_wwdg.h"
46
+ #endif
44
47
#ifdef STM32WBxx
45
48
#include "stm32wbxx_ll_wwdg.h"
46
49
#endif
Original file line number Diff line number Diff line change 34
34
#ifdef STM32L4xx
35
35
#include "stm32l4xx_ll_dma.c"
36
36
#endif
37
+ #ifdef STM32MP1xx
38
+ #include "stm32mp1xx_ll_dma.c"
39
+ #endif
37
40
#ifdef STM32WBxx
38
41
#include "stm32wbxx_ll_dma.c"
39
42
#endif
Original file line number Diff line number Diff line change 34
34
#ifdef STM32L4xx
35
35
#include "stm32l4xx_ll_exti.c"
36
36
#endif
37
+ #ifdef STM32MP1xx
38
+ #include "stm32mp1xx_ll_exti.c"
39
+ #endif
37
40
#ifdef STM32WBxx
38
41
#include "stm32wbxx_ll_exti.c"
39
42
#endif
Original file line number Diff line number Diff line change 34
34
#ifdef STM32L4xx
35
35
#include "stm32l4xx_ll_i2c.c"
36
36
#endif
37
+ #ifdef STM32MP1xx
38
+ #include "stm32mp1xx_ll_i2c.c"
39
+ #endif
37
40
#ifdef STM32WBxx
38
41
#include "stm32wbxx_ll_i2c.c"
39
42
#endif
Original file line number Diff line number Diff line change 19
19
#ifdef STM32L4xx
20
20
#include "stm32l4xx_ll_lptim.c"
21
21
#endif
22
+ #ifdef STM32MP1xx
23
+ #include "stm32mp1xx_ll_lptim.c"
24
+ #endif
22
25
#ifdef STM32WBxx
23
26
#include "stm32wbxx_ll_lptim.c"
24
27
#endif
Original file line number Diff line number Diff line change 34
34
#ifdef STM32L4xx
35
35
#include "stm32l4xx_ll_pwr.c"
36
36
#endif
37
+ #ifdef STM32MP1xx
38
+ #include "stm32mp1xx_ll_pwr.c"
39
+ #endif
37
40
#ifdef STM32WBxx
38
41
#include "stm32wbxx_ll_pwr.c"
39
42
#endif
Original file line number Diff line number Diff line change 34
34
#ifdef STM32L4xx
35
35
#include "stm32l4xx_ll_spi.c"
36
36
#endif
37
+ #ifdef STM32MP1xx
38
+ #include "stm32mp1xx_ll_spi.c"
39
+ #endif
37
40
#ifdef STM32WBxx
38
41
#include "stm32wbxx_ll_spi.c"
39
42
#endif
Original file line number Diff line number Diff line change 34
34
#ifdef STM32L4xx
35
35
#include "stm32l4xx_ll_tim.c"
36
36
#endif
37
+ #ifdef STM32MP1xx
38
+ #include "stm32mp1xx_ll_tim.c"
39
+ #endif
37
40
#ifdef STM32WBxx
38
41
#include "stm32wbxx_ll_tim.c"
39
42
#endif
You can’t perform that action at this time.
0 commit comments