Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eb3b80b

Browse files
committedAug 1, 2018
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 <[email protected]>
1 parent c70f367 commit eb3b80b

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

0 commit comments

Comments
 (0)
Please sign in to comment.