Skip to content

Commit 1bfc794

Browse files
authored
Merge pull request #78 from fpistm/update_HAL
Update HAL Drivers: F1, F3 and L4 series
2 parents 49b495d + bcc4de6 commit 1bfc794

File tree

490 files changed

+68441
-22754
lines changed

Some content is hidden

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

490 files changed

+68441
-22754
lines changed

cores/arduino/stm32/HAL/stm32yyxx_hal_mmc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// none
55
#endif
66
#ifdef STM32F1xx
7-
// none
7+
#include "stm32f1xx_hal_mmc.c"
88
#endif
99
#ifdef STM32F2xx
1010
#include "stm32f2xx_hal_mmc.c"

cores/arduino/stm32/HAL/stm32yyxx_hal_timebase_rtc_alarm_template.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "stm32f0xx_hal_timebase_rtc_alarm_template.c"
66
#endif
77
#ifdef STM32F1xx
8-
// none
8+
#include "stm32f1xx_hal_timebase_rtc_alarm_template.c"
99
#endif
1010
#ifdef STM32F2xx
1111
#include "stm32f2xx_hal_timebase_rtc_alarm_template.c"

cores/arduino/stm32/HAL/stm32yyxx_hal_timebase_tim_template.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "stm32f0xx_hal_tim_template.c"
66
#endif
77
#ifdef STM32F1xx
8-
// none
8+
#include "stm32f1xx_hal_tim_template.c"
99
#endif
1010
#ifdef STM32F2xx
1111
#include "stm32f2xx_hal_tim_template.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_adc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "stm32f0xx_ll_adc.c"
55
#endif
66
#ifdef STM32F1xx
7-
// none
7+
#include "stm32f1xx_ll_adc.c"
88
#endif
99
#ifdef STM32F2xx
1010
#include "stm32f2xx_ll_adc.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_crc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "stm32f0xx_ll_crc.c"
55
#endif
66
#ifdef STM32F1xx
7-
// none
7+
#include "stm32f1xx_ll_crc.c"
88
#endif
99
#ifdef STM32F2xx
1010
#include "stm32f2xx_ll_crc.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_dac.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "stm32f0xx_ll_dac.c"
55
#endif
66
#ifdef STM32F1xx
7-
// none
7+
#include "stm32f1xx_ll_dac.c"
88
#endif
99
#ifdef STM32F2xx
1010
#include "stm32f2xx_ll_dac.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_dma.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "stm32f0xx_ll_dma.c"
55
#endif
66
#ifdef STM32F1xx
7-
// none
7+
#include "stm32f1xx_ll_dma.c"
88
#endif
99
#ifdef STM32F2xx
1010
#include "stm32f2xx_ll_dma.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_exti.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "stm32f0xx_ll_exti.c"
55
#endif
66
#ifdef STM32F1xx
7-
// none
7+
#include "stm32f1xx_ll_exti.c"
88
#endif
99
#ifdef STM32F2xx
1010
#include "stm32f2xx_ll_exti.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_gpio.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "stm32f0xx_ll_gpio.c"
55
#endif
66
#ifdef STM32F1xx
7-
// none
7+
#include "stm32f1xx_ll_gpio.c"
88
#endif
99
#ifdef STM32F2xx
1010
#include "stm32f2xx_ll_gpio.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_i2c.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "stm32f0xx_ll_i2c.c"
55
#endif
66
#ifdef STM32F1xx
7-
// none
7+
#include "stm32f1xx_ll_i2c.c"
88
#endif
99
#ifdef STM32F2xx
1010
#include "stm32f2xx_ll_i2c.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_pwr.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "stm32f0xx_ll_pwr.c"
55
#endif
66
#ifdef STM32F1xx
7-
// none
7+
#include "stm32f1xx_ll_pwr.c"
88
#endif
99
#ifdef STM32F2xx
1010
#include "stm32f2xx_ll_pwr.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_rcc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "stm32f0xx_ll_rcc.c"
55
#endif
66
#ifdef STM32F1xx
7-
// none
7+
#include "stm32f1xx_ll_rcc.c"
88
#endif
99
#ifdef STM32F2xx
1010
#include "stm32f2xx_ll_rcc.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_rtc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "stm32f0xx_ll_rtc.c"
55
#endif
66
#ifdef STM32F1xx
7-
// none
7+
#include "stm32f1xx_ll_rtc.c"
88
#endif
99
#ifdef STM32F2xx
1010
#include "stm32f2xx_ll_rtc.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_spi.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "stm32f0xx_ll_spi.c"
55
#endif
66
#ifdef STM32F1xx
7-
// none
7+
#include "stm32f1xx_ll_spi.c"
88
#endif
99
#ifdef STM32F2xx
1010
#include "stm32f2xx_ll_spi.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_tim.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "stm32f0xx_ll_tim.c"
55
#endif
66
#ifdef STM32F1xx
7-
// none
7+
#include "stm32f1xx_ll_tim.c"
88
#endif
99
#ifdef STM32F2xx
1010
#include "stm32f2xx_ll_tim.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_usart.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "stm32f0xx_ll_usart.c"
55
#endif
66
#ifdef STM32F1xx
7-
// none
7+
#include "stm32f1xx_ll_usart.c"
88
#endif
99
#ifdef STM32F2xx
1010
#include "stm32f2xx_ll_usart.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_utils.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "stm32f0xx_ll_utils.c"
55
#endif
66
#ifdef STM32F1xx
7-
// none
7+
#include "stm32f1xx_ll_utils.c"
88
#endif
99
#ifdef STM32F2xx
1010
#include "stm32f2xx_ll_utils.c"

0 commit comments

Comments
 (0)