Skip to content

Commit 1e0a9b8

Browse files
committed
Update LL wrapper files management
Move all LL wrapper file in LL/ directory instead of HAL Split stm32yyxx_ll.h file per feature (stm32yyxx_ll_*.h), this allow a better granularity and to include only the required LL header file instead of the full list. Anyway, it will be always possible to include all LL headers if needed using: stm32yyxx_ll.h Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent ad75c01 commit 1e0a9b8

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)