Skip to content

Commit a1a2b76

Browse files
committed
Updated STM32L4xx HAL Drivers to v1.8.0
Included in STM32CubeL4 FW V1.9.0 Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent d9357eb commit a1a2b76

File tree

216 files changed

+234923
-207163
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+234923
-207163
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#include "stm32_def_build.h"
2+
3+
#ifdef STM32F0xx
4+
// none
5+
#endif
6+
#ifdef STM32F1xx
7+
// none
8+
#endif
9+
#ifdef STM32F2xx
10+
// none
11+
#endif
12+
#ifdef STM32F3xx
13+
// none
14+
#endif
15+
#ifdef STM32F4xx
16+
// none
17+
#endif
18+
#ifdef STM32F7xx
19+
// none
20+
#endif
21+
#ifdef STM32L0xx
22+
// none
23+
#endif
24+
#ifdef STM32L1xx
25+
// none
26+
#endif
27+
#ifdef STM32L4xx
28+
#include "stm32l4xx_hal_dfsdm_ex.c"
29+
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_dma_ex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
// none
2626
#endif
2727
#ifdef STM32L4xx
28-
// none
28+
#include "stm32l4xx_hal_dma_ex.c"
2929
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_dsi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
// none
2626
#endif
2727
#ifdef STM32L4xx
28-
// none
28+
#include "stm32l4xx_hal_dsi.c"
2929
#endif
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#include "stm32_def_build.h"
2+
3+
#ifdef STM32F0xx
4+
// none
5+
#endif
6+
#ifdef STM32F1xx
7+
// none
8+
#endif
9+
#ifdef STM32F2xx
10+
// none
11+
#endif
12+
#ifdef STM32F3xx
13+
// none
14+
#endif
15+
#ifdef STM32F4xx
16+
// none
17+
#endif
18+
#ifdef STM32F7xx
19+
// none
20+
#endif
21+
#ifdef STM32L0xx
22+
// none
23+
#endif
24+
#ifdef STM32L1xx
25+
// none
26+
#endif
27+
#ifdef STM32L4xx
28+
#include "stm32l4xx_hal_gfxmmu.c"
29+
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_ltdc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
// none
2626
#endif
2727
#ifdef STM32L4xx
28-
// none
28+
#include "stm32l4xx_hal_ltdc.c"
2929
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_ltdc_ex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
// none
2626
#endif
2727
#ifdef STM32L4xx
28-
// none
28+
#include "stm32l4xx_hal_ltdc_ex.c"
2929
#endif
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#include "stm32_def_build.h"
2+
3+
#ifdef STM32F0xx
4+
// none
5+
#endif
6+
#ifdef STM32F1xx
7+
//none
8+
#endif
9+
#ifdef STM32F2xx
10+
//none
11+
#endif
12+
#ifdef STM32F3xx
13+
// none
14+
#endif
15+
#ifdef STM32F4xx
16+
//none
17+
#endif
18+
#ifdef STM32F7xx
19+
//none
20+
#endif
21+
#ifdef STM32L0xx
22+
// none
23+
#endif
24+
#ifdef STM32L1xx
25+
// none
26+
#endif
27+
#ifdef STM32L4xx
28+
#include "stm32l4xx_hal_ospi.c"
29+
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_sai_ex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
// none
2626
#endif
2727
#ifdef STM32L4xx
28-
// none
28+
#include "stm32l4xx_hal_sai_ex.c"
2929
#endif
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#include "stm32_def_build.h"
2+
3+
#ifdef STM32F0xx
4+
// none
5+
#endif
6+
#ifdef STM32F1xx
7+
// none
8+
#endif
9+
#ifdef STM32F2xx
10+
// none
11+
#endif
12+
#ifdef STM32F3xx
13+
// none
14+
#endif
15+
#ifdef STM32F4xx
16+
// none
17+
#endif
18+
#ifdef STM32F7xx
19+
// none
20+
#endif
21+
#ifdef STM32L0xx
22+
// none
23+
#endif
24+
#ifdef STM32L1xx
25+
// none
26+
#endif
27+
#ifdef STM32L4xx
28+
#include "stm32l4xx_hal_sd_ex.c"
29+
#endif
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#include "stm32_def_build.h"
2+
3+
#ifdef STM32F0xx
4+
// none
5+
#endif
6+
#ifdef STM32F1xx
7+
// none
8+
#endif
9+
#ifdef STM32F2xx
10+
// none
11+
#endif
12+
#ifdef STM32F3xx
13+
// none
14+
#endif
15+
#ifdef STM32F4xx
16+
// none
17+
#endif
18+
#ifdef STM32F7xx
19+
// none
20+
#endif
21+
#ifdef STM32L0xx
22+
// none
23+
#endif
24+
#ifdef STM32L1xx
25+
// none
26+
#endif
27+
#ifdef STM32L4xx
28+
#include "stm32l4xx_hal_usart_ex.c"
29+
#endif

0 commit comments

Comments
 (0)