stm32g4: Implement RCC

Co-authored-by: Sam Kirkham <sam.kirkham@codethink.co.uk>
This commit is contained in:
Ben Brewer
2020-11-30 12:57:43 +00:00
committed by Karl Palsson
parent 59569bfb04
commit f4f75c92dd
3 changed files with 1084 additions and 215 deletions

View File

@@ -38,7 +38,7 @@ ARFLAGS = rcs
OBJS += flash.o flash_common_all.o flash_common_f.o flash_common_idcache.o
OBJS += gpio_common_all.o gpio_common_f0234.o
OBJS += pwr.o
OBJS += rcc_common_all.o
OBJS += rcc.o rcc_common_all.o
VPATH += ../../usb:../:../../cm3:../common
VPATH += ../../ethernet