Skip to content

Commit 7dfccee

Browse files
authored
Merge pull request stm32duino#290 from fpistm/LL_include
Update LL wrapper files management
2 parents 0ee453e + 8da6361 commit 7dfccee

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

-2
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

-2
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

-2
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

-2
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

-2
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

-2
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
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

-2
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

-2
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

-2
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

cores/arduino/stm32/HAL/stm32yyxx_hal_cryp.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F2xx
42
#include "stm32f2xx_hal_cryp.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_cryp_ex.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F4xx
42
#include "stm32f4xx_hal_cryp_ex.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_dac.c

-2
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_dac.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_dac_ex.c

-2
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_dac_ex.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_dcmi.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F2xx
42
#include "stm32f2xx_hal_dcmi.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_dcmi_ex.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F4xx
42
#include "stm32f4xx_hal_dcmi_ex.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_dfsdm.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F4xx
42
#include "stm32f4xx_hal_dfsdm.c"
53
#endif
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32L4xx
42
#include "stm32l4xx_hal_dfsdm_ex.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_dma.c

-2
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_dma.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_dma2d.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F4xx
42
#include "stm32f4xx_hal_dma2d.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_dma_ex.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F2xx
42
#include "stm32f2xx_hal_dma_ex.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_dsi.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F4xx
42
#include "stm32f4xx_hal_dsi.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_eth.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F1xx
42
#include "stm32f1xx_hal_eth.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_firewall.c

-2
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_firewall.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_flash.c

-2
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_flash.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_flash_ex.c

-2
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_flash_ex.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_flash_ramfunc.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F4xx
42
#include "stm32f4xx_hal_flash_ramfunc.c"
53
#endif
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F4xx
42
#include "stm32f4xx_hal_fmpi2c.c"
53
#endif
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F4xx
42
#include "stm32f4xx_hal_fmpi2c_ex.c"
53
#endif
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32L4xx
42
#include "stm32l4xx_hal_gfxmmu.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_gpio.c

-2
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_gpio.c"
53
#endif
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F1xx
42
#include "stm32f1xx_hal_gpio_ex.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_hash.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F2xx
42
#include "stm32f2xx_hal_hash.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_hash_ex.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F4xx
42
#include "stm32f4xx_hal_hash_ex.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_hcd.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F1xx
42
#include "stm32f1xx_hal_hcd.c"
53
#endif
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F3xx
42
#include "stm32f3xx_hal_hrtim.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_i2c.c

-2
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_i2c.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_i2c_ex.c

-2
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_i2c_ex.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_i2s.c

-2
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_i2s.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_i2s_ex.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F3xx
42
#include "stm32f3xx_hal_i2s_ex.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_irda.c

-2
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_irda.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_iwdg.c

-2
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_iwdg.c"
53
#endif
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F7xx
42
#include "stm32f7xx_hal_jpeg.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_lcd.c

-2
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_lcd.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_lptim.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F4xx
42
#include "stm32f4xx_hal_lptim.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_ltdc.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F4xx
42
#include "stm32f4xx_hal_ltdc.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_ltdc_ex.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F4xx
42
#include "stm32f4xx_hal_ltdc_ex.c"
53
#endif
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F7xx
42
#include "stm32f7xx_hal_mdios.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_mmc.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F1xx
42
#include "stm32f1xx_hal_mmc.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_msp_template.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#if 0
42
#ifdef STM32F0xx
53
#include "stm32f0xx_hal_msp_template.c"

cores/arduino/stm32/HAL/stm32yyxx_hal_nand.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F1xx
42
#include "stm32f1xx_hal_nand.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_nor.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F1xx
42
#include "stm32f1xx_hal_nor.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_opamp.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F3xx
42
#include "stm32f3xx_hal_opamp.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_opamp_ex.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F3xx
42
#include "stm32f3xx_hal_opamp_ex.c"
53
#endif
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32L4xx
42
#include "stm32l4xx_hal_ospi.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_pccard.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F1xx
42
#include "stm32f1xx_hal_pccard.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_pcd.c

-2
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_pcd.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_pcd_ex.c

-2
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_pcd_ex.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_pwr.c

-2
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_pwr.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_pwr_ex.c

-2
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_pwr_ex.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_qspi.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F4xx
42
#include "stm32f4xx_hal_qspi.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_rcc.c

-2
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_rcc.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_rcc_ex.c

-2
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_rcc_ex.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_rng.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "stm32_def_build.h"
2-
31
#ifdef STM32F2xx
42
#include "stm32f2xx_hal_rng.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_rtc.c

-2
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_rtc.c"
53
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_rtc_ex.c

-2
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_rtc_ex.c"
53
#endif

0 commit comments

Comments
 (0)