Skip to content

Commit ddeb4e0

Browse files
committed
Update HAL for STM32F2xx (from STM32CubeF2 V1.6.0)
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 6a1f248 commit ddeb4e0

File tree

155 files changed

+52784
-6374
lines changed

Some content is hidden

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

155 files changed

+52784
-6374
lines changed

cores/arduino/stm32/HAL/stm32yyxx_hal_mmc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// none
88
#endif
99
#ifdef STM32F2xx
10-
// none
10+
#include "stm32f2xx_hal_mmc.c"
1111
#endif
1212
#ifdef STM32F3xx
1313
// none

cores/arduino/stm32/HAL/stm32yyxx_ll_adc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// none
88
#endif
99
#ifdef STM32F2xx
10-
// none
10+
#include "stm32f2xx_ll_adc.c"
1111
#endif
1212
#ifdef STM32F3xx
1313
#include "stm32f3xx_ll_adc.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_crc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// none
88
#endif
99
#ifdef STM32F2xx
10-
// none
10+
#include "stm32f2xx_ll_crc.c"
1111
#endif
1212
#ifdef STM32F3xx
1313
#include "stm32f3xx_ll_crc.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_dac.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// none
88
#endif
99
#ifdef STM32F2xx
10-
// none
10+
#include "stm32f2xx_ll_dac.c"
1111
#endif
1212
#ifdef STM32F3xx
1313
#include "stm32f3xx_ll_dac.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// none
88
#endif
99
#ifdef STM32F2xx
10-
// none
10+
#include "stm32f2xx_ll_dma.c"
1111
#endif
1212
#ifdef STM32F3xx
1313
#include "stm32f3xx_ll_dma.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_exti.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// none
88
#endif
99
#ifdef STM32F2xx
10-
// none
10+
#include "stm32f2xx_ll_exti.c"
1111
#endif
1212
#ifdef STM32F3xx
1313
#include "stm32f3xx_ll_exti.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_gpio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// none
88
#endif
99
#ifdef STM32F2xx
10-
// none
10+
#include "stm32f2xx_ll_gpio.c"
1111
#endif
1212
#ifdef STM32F3xx
1313
#include "stm32f3xx_ll_gpio.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// none
88
#endif
99
#ifdef STM32F2xx
10-
// none
10+
#include "stm32f2xx_ll_i2c.c"
1111
#endif
1212
#ifdef STM32F3xx
1313
#include "stm32f3xx_ll_i2c.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_pwr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// none
88
#endif
99
#ifdef STM32F2xx
10-
// none
10+
#include "stm32f2xx_ll_pwr.c"
1111
#endif
1212
#ifdef STM32F3xx
1313
#include "stm32f3xx_ll_pwr.c"

cores/arduino/stm32/HAL/stm32yyxx_ll_rcc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// none
88
#endif
99
#ifdef STM32F2xx
10-
// none
10+
#include "stm32f2xx_ll_rcc.c"
1111
#endif
1212
#ifdef STM32F3xx
1313
#include "stm32f3xx_ll_rcc.c"

0 commit comments

Comments
 (0)