stm32: drop empty usart.c files

On some targets these weren't even being referenced, on others they
were, in all cases they were empty and contributed no value.

They _actually_ served to declare groupings for doxygen, but we can do
that in a different manner, without having to have dummy files around.
This commit is contained in:
Karl Palsson
2018-02-14 23:08:53 +00:00
parent 595aa806e6
commit 7b9baabd69
9 changed files with 3 additions and 192 deletions

View File

@@ -37,7 +37,7 @@ TGT_CFLAGS += $(STANDARD_FLAGS)
ARFLAGS = rcs
OBJS = rcc.o adc.o can.o pwr.o usart.o dma.o flash.o desig.o
OBJS = rcc.o adc.o can.o pwr.o dma.o flash.o desig.o
OBJS += gpio_common_all.o gpio_common_f0234.o \
dac_common_all.o crc_common_all.o crc_v2.o \