Skip to content

Commit 508aa75

Browse files
authored
Merge pull request stm32duino#290 from fpistm/LL_include
Update LL wrapper files management
2 parents e4035a7 + 1e0a9b8 commit 508aa75

File tree

156 files changed

+831
-481
lines changed

Some content is hidden

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

156 files changed

+831
-481
lines changed

cores/arduino/stm32/HAL/stm32yyxx_hal.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F0xx
42
#include "stm32f0xx_hal.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_adc.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F0xx
42
#include "stm32f0xx_hal_adc.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_adc_ex.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F0xx
42
#include "stm32f0xx_hal_adc_ex.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_can.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F0xx
42
#include "stm32f0xx_hal_can.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_cec.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F0xx
42
#include "stm32f0xx_hal_cec.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_comp.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F0xx
42
#include "stm32f0xx_hal_comp.c"
53
#endif
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32L0xx
42
#include "stm32l0xx_hal_comp_ex.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_cortex.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F0xx
42
#include "stm32f0xx_hal_cortex.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_crc.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F0xx
42
#include "stm32f0xx_hal_crc.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_crc_ex.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F0xx
42
#include "stm32f0xx_hal_crc_ex.c"
53
#endif

0 commit comments

Comments
 (0)