Skip to content

Commit 9e87ab0

Browse files
authored
Merge pull request #508 from fpistm/CubeFw_update
[HAL/LL/CMSIS] Update F0, F4, G0, H7, L1, L4 and WB series
2 parents a4fb401 + f01ab2a commit 9e87ab0

File tree

784 files changed

+363645
-169738
lines changed

Some content is hidden

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

784 files changed

+363645
-169738
lines changed

cores/arduino/stm32/HAL/stm32yyxx_hal_dsi.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
#ifdef STM32F7xx
55
#include "stm32f7xx_hal_dsi.c"
66
#endif
7+
#ifdef STM32H7xx
8+
#include "stm32h7xx_hal_dsi.c"
9+
#endif
710
#ifdef STM32L4xx
811
#include "stm32l4xx_hal_dsi.c"
912
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_ltdc_ex.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
#ifdef STM32F7xx
55
#include "stm32f7xx_hal_ltdc_ex.c"
66
#endif
7+
#ifdef STM32H7xx
8+
#include "stm32h7xx_hal_ltdc_ex.c"
9+
#endif
710
#ifdef STM32L4xx
811
#include "stm32l4xx_hal_ltdc_ex.c"
912
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_mmc.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313
#ifdef STM32H7xx
1414
#include "stm32h7xx_hal_mmc.c"
1515
#endif
16+
#ifdef STM32L4xx
17+
#include "stm32l4xx_hal_mmc.c"
18+
#endif
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
#ifdef STM32H7xx
22
#include "stm32h7xx_hal_mmc_ex.c"
33
#endif
4+
#ifdef STM32L4xx
5+
#include "stm32l4xx_hal_mmc_ex.c"
6+
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_msp_template.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
#ifdef STM32G0xx
2121
#include "stm32g0xx_hal_msp_template.c"
2222
#endif
23+
#ifdef STM32H7xx
24+
#include "stm32h7xx_hal_msp_template.c"
25+
#endif
2326
#ifdef STM32L0xx
2427
#include "stm32l0xx_hal_msp_template.c"
2528
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_spi_ex.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
#ifdef STM32H7xx
1717
#include "stm32h7xx_hal_spi_ex.c"
1818
#endif
19-
#ifdef STM32L1xx
20-
#include "stm32l1xx_hal_spi_ex.c"
21-
#endif
2219
#ifdef STM32L4xx
2320
#include "stm32l4xx_hal_spi_ex.c"
2421
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_timebase_rtc_alarm_template.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
#ifdef STM32G0xx
2121
#include "stm32g0xx_hal_timebase_rtc_alarm_template.c"
2222
#endif
23+
#ifdef STM32H7xx
24+
#include "stm32h7xx_hal_timebase_rtc_alarm_template.c"
25+
#endif
2326
#ifdef STM32WBxx
2427
#include "stm32wbxx_hal_timebase_rtc_alarm_template.c"
2528
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_timebase_rtc_wakeup_template.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
#ifdef STM32G0xx
1818
#include "stm32g0xx_hal_timebase_rtc_wakeup_template.c"
1919
#endif
20+
#ifdef STM32H7xx
21+
#include "stm32h7xx_hal_timebase_rtc_wakeup_template.c"
22+
#endif
2023
#ifdef STM32WBxx
2124
#include "stm32wbxx_hal_timebase_rtc_wakeup_template.c"
2225
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_timebase_tim_template.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
#ifdef STM32G0xx
2121
#include "stm32g0xx_hal_timebase_tim_template.c"
2222
#endif
23+
#ifdef STM32H7xx
24+
#include "stm32h7xx_hal_timebase_tim_template.c"
25+
#endif
2326
#ifdef STM32L1xx
2427
#include "stm32l1xx_hal_timebase_tim_template.c"
2528
#endif

cores/arduino/stm32/LL/stm32yyxx_ll_usb.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
#ifdef STM32L0xx
1717
#include "stm32l0xx_ll_usb.c"
1818
#endif
19+
#ifdef STM32L1xx
20+
#include "stm32l1xx_ll_usb.c"
21+
#endif
1922
#ifdef STM32L4xx
2023
#include "stm32l4xx_ll_usb.c"
2124
#endif

0 commit comments

Comments
 (0)