stm32g4: Enable CRS

This commit is contained in:
Ben Brewer 2020-08-03 14:25:45 +01:00 committed by Karl Palsson
parent 82b4626ae3
commit 98855377c6
2 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,8 @@
# include <libopencm3/stm32/common/crs_common_all.h>
#elif defined(STM32L4)
# include <libopencm3/stm32/common/crs_common_all.h>
#elif defined(STM32G4)
# include <libopencm3/stm32/common/crs_common_all.h>
#else
# error "stm32 family not defined or not supported for this peripheral"
#endif

View File

@ -36,6 +36,7 @@ TGT_CFLAGS += $(STANDARD_FLAGS)
ARFLAGS = rcs
OBJS += adc.o adc_common_v2.o adc_common_v2_multi.o
OBJS += crs_common_all.o
OBJS += dma_common_l1f013.o
OBJS += dmamux.o
OBJS += flash.o flash_common_all.o flash_common_f.o flash_common_idcache.o