Skip to content

Commit

Permalink
Refactor (mainly move files) drv/stm32cube with better directory/file…
Browse files Browse the repository at this point in the history
… separation for everything specific to stm32f4xx
  • Loading branch information
bvernoux authored and Baldanos committed Jan 29, 2020
1 parent 56fa5bb commit bf0c4f7
Show file tree
Hide file tree
Showing 196 changed files with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions src/drv/stm32cube/stm32cube.mk
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# List of all the stm32cube used files
STM32CUBESRC = ./drv/stm32cube/stm32f4xx_hal_msp.c \
./drv/stm32cube/src/stm32f4xx_hal_gpio.c \
./drv/stm32cube/src/stm32f4xx_hal_spi.c \
./drv/stm32cube/src/stm32f4xx_hal_uart.c \
./drv/stm32cube/src/stm32f4xx_hal_adc.c \
./drv/stm32cube/src/stm32f4xx_hal_dac.c \
./drv/stm32cube/src/stm32f4xx_hal_dac_ex.c \
./drv/stm32cube/src/stm32f4xx_hal_tim.c \
./drv/stm32cube/src/stm32f4xx_hal_tim_ex.c \
./drv/stm32cube/src/stm32f4xx_hal_can.c \
./drv/stm32cube/src/stm32f4xx_hal_smartcard.c \
STM32CUBESRC = ./drv/stm32cube/stm32f4xx_hal/stm32f4xx_hal_msp.c \
./drv/stm32cube/stm32f4xx_hal/src/stm32f4xx_hal_gpio.c \
./drv/stm32cube/stm32f4xx_hal/src/stm32f4xx_hal_spi.c \
./drv/stm32cube/stm32f4xx_hal/src/stm32f4xx_hal_uart.c \
./drv/stm32cube/stm32f4xx_hal/src/stm32f4xx_hal_adc.c \
./drv/stm32cube/stm32f4xx_hal/src/stm32f4xx_hal_dac.c \
./drv/stm32cube/stm32f4xx_hal/src/stm32f4xx_hal_dac_ex.c \
./drv/stm32cube/stm32f4xx_hal/src/stm32f4xx_hal_tim.c \
./drv/stm32cube/stm32f4xx_hal/src/stm32f4xx_hal_tim_ex.c \
./drv/stm32cube/stm32f4xx_hal/src/stm32f4xx_hal_can.c \
./drv/stm32cube/stm32f4xx_hal/src/stm32f4xx_hal_smartcard.c \
./drv/stm32cube/bsp.c \
./drv/stm32cube/bsp_adc.c \
./drv/stm32cube/bsp_dac.c \
Expand All @@ -27,5 +27,6 @@ STM32CUBESRC = ./drv/stm32cube/stm32f4xx_hal_msp.c \

# Required include directories
STM32CUBEINC = ./drv/stm32cube \
./drv/stm32cube/inc \
./drv/stm32cube/inc/Legacy
./drv/stm32cube/stm32f4xx_hal \
./drv/stm32cube/stm32f4xx_hal/inc \
./drv/stm32cube/stm32f4xx_hal/inc/Legacy
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bf0c4f7

Please sign in to comment.