stm32g0: Support DAC
Nothing extra needed to be defined here - this might've just been missed when adding STM32G0 support. Tested and works well on an STM32G051. Registers in `stm32/common/dac_common_v1.h` match the STM32G0x1 reference manual.
This commit is contained in:
committed by
Karl Palsson
parent
e9c68ff9e8
commit
3ab83bc078
@@ -35,6 +35,7 @@ TGT_CFLAGS += $(STANDARD_FLAGS)
|
||||
ARFLAGS = rcs
|
||||
OBJS += adc.o adc_common_v2.o
|
||||
OBJS += crc_common_all.o
|
||||
OBJS += dac_common_all.o dac_common_v1.o
|
||||
OBJS += desig_common_all.o desig_common_v1.o
|
||||
OBJS += dma_common_l1f013.o
|
||||
OBJS += dmamux.o
|
||||
|
||||
Reference in New Issue
Block a user