stm32: doc: dac: move to peripheral_apis.

Drops all the stub dummy header files, many of which weren't even being
built, and moves them to the clean peripherals_api doc section.
This commit is contained in:
Karl Palsson
2019-05-21 22:13:43 +00:00
parent d559b5a4db
commit fe5e82a3cc
8 changed files with 6 additions and 191 deletions

View File

@@ -37,7 +37,7 @@ TGT_CFLAGS += $(STANDARD_FLAGS)
ARFLAGS = rcs
OBJS = can.o flash.o rcc.o dma.o rtc.o comparator.o \
dac.o pwr.o gpio.o timer.o adc.o desig.o
pwr.o gpio.o timer.o adc.o desig.o
OBJS += gpio_common_all.o gpio_common_f0234.o crc_common_all.o crc_v2.o \
pwr_common_v1.o iwdg_common_all.o rtc_common_l1f024.o \