mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
boards: nucleo-f334r8: remove empty files
Remove the empty files from the board folder (reported by nxstyle tool). Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
27425f3035
commit
413f11c598
@@ -24,12 +24,6 @@ CSRCS = stm32_boot.c
|
|||||||
|
|
||||||
ifeq ($(CONFIG_ARCH_LEDS),y)
|
ifeq ($(CONFIG_ARCH_LEDS),y)
|
||||||
CSRCS += stm32_autoleds.c
|
CSRCS += stm32_autoleds.c
|
||||||
else
|
|
||||||
CSRCS += stm32_userleds.c
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_ARCH_BUTTONS),y)
|
|
||||||
CSRCS += stm32_buttons.c
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_LIB_BOARDCTL),y)
|
ifeq ($(CONFIG_LIB_BOARDCTL),y)
|
||||||
@@ -40,26 +34,10 @@ ifeq ($(CONFIG_ADC),y)
|
|||||||
CSRCS += stm32_adc.c
|
CSRCS += stm32_adc.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_CAN),y)
|
|
||||||
CSRCS += stm32_can.c
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_DAC),y)
|
ifeq ($(CONFIG_DAC),y)
|
||||||
CSRCS += stm32_dac.c
|
CSRCS += stm32_dac.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_PWM),y)
|
|
||||||
CSRCS += stm32_pwm.c
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_SPI),y)
|
|
||||||
CSRCS += stm32_spi.c
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_TIMER),y)
|
|
||||||
CSRCS += stm32_timer.c
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_STM32_HRTIM),y)
|
ifeq ($(CONFIG_STM32_HRTIM),y)
|
||||||
CSRCS += stm32_hrtim.c
|
CSRCS += stm32_hrtim.c
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
Reference in New Issue
Block a user