F7 WS2811 make cleanup
This commit is contained in:
parent
a5866f4fc6
commit
3bb2dd1fee
1
Makefile
1
Makefile
|
@ -983,6 +983,7 @@ STM32F7xx_COMMON_SRC = \
|
||||||
drivers/dma_stm32f7xx.c \
|
drivers/dma_stm32f7xx.c \
|
||||||
drivers/gpio_stm32f7xx.c \
|
drivers/gpio_stm32f7xx.c \
|
||||||
drivers/inverter.c \
|
drivers/inverter.c \
|
||||||
|
drivers/light_ws2811strip_hal.c \
|
||||||
drivers/bus_spi_hal.c \
|
drivers/bus_spi_hal.c \
|
||||||
drivers/pwm_output_stm32f7xx.c \
|
drivers/pwm_output_stm32f7xx.c \
|
||||||
drivers/timer_hal.c \
|
drivers/timer_hal.c \
|
||||||
|
|
|
@ -10,6 +10,4 @@ TARGET_SRC = \
|
||||||
drivers/barometer/barometer_spi_ms5611.c \
|
drivers/barometer/barometer_spi_ms5611.c \
|
||||||
drivers/compass/compass_ak8963.c \
|
drivers/compass/compass_ak8963.c \
|
||||||
drivers/compass/compass_hmc5883l.c \
|
drivers/compass/compass_hmc5883l.c \
|
||||||
drivers/compass/compass_spi_hmc5883l.c \
|
drivers/compass/compass_spi_hmc5883l.c
|
||||||
drivers/light_ws2811strip.c \
|
|
||||||
drivers/light_ws2811strip_hal.c
|
|
||||||
|
|
|
@ -2,6 +2,4 @@ F7X5XG_TARGETS += $(TARGET)
|
||||||
FEATURES += SDCARD VCP ONBOARDFLASH
|
FEATURES += SDCARD VCP ONBOARDFLASH
|
||||||
|
|
||||||
TARGET_SRC = \
|
TARGET_SRC = \
|
||||||
drivers/accgyro/accgyro_spi_icm20689.c \
|
drivers/accgyro/accgyro_spi_icm20689.c
|
||||||
drivers/light_ws2811strip.c \
|
|
||||||
drivers/light_ws2811strip_hal.c
|
|
||||||
|
|
|
@ -3,6 +3,4 @@ FEATURES += SDCARD VCP
|
||||||
|
|
||||||
TARGET_SRC = \
|
TARGET_SRC = \
|
||||||
drivers/accgyro/accgyro_spi_mpu6500.c \
|
drivers/accgyro/accgyro_spi_mpu6500.c \
|
||||||
drivers/accgyro/accgyro_mpu6500.c \
|
drivers/accgyro/accgyro_mpu6500.c
|
||||||
drivers/light_ws2811strip.c \
|
|
||||||
drivers/light_ws2811strip_hal.c
|
|
||||||
|
|
|
@ -7,6 +7,4 @@ TARGET_SRC = \
|
||||||
drivers/barometer/barometer_fake.c \
|
drivers/barometer/barometer_fake.c \
|
||||||
drivers/barometer/barometer_ms5611.c \
|
drivers/barometer/barometer_ms5611.c \
|
||||||
drivers/compass/compass_fake.c \
|
drivers/compass/compass_fake.c \
|
||||||
drivers/compass/compass_hmc5883l.c \
|
drivers/compass/compass_hmc5883l.c
|
||||||
drivers/light_ws2811strip.c \
|
|
||||||
drivers/light_ws2811strip_hal.c
|
|
||||||
|
|
Loading…
Reference in New Issue