stm32f3: Add support for OPAMP

This commit is contained in:
Ben Brewer
2020-05-22 11:25:32 +01:00
committed by Karl Palsson
parent 2a4cf034c7
commit 05f07c1051
4 changed files with 377 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ OBJS += flash.o flash_common_all.o flash_common_f.o
OBJS += gpio_common_all.o gpio_common_f0234.o
OBJS += i2c_common_v2.o
OBJS += iwdg_common_all.o
OBJS += opamp.o
OBJS += pwr_common_v1.o
OBJS += rcc.o rcc_common_all.o
OBJS += spi_common_all.o spi_common_v2.o