stm32g4: Add support for Timers

This commit is contained in:
Sam Kirkham
2020-07-29 12:35:25 +01:00
committed by Karl Palsson
parent f4f75c92dd
commit 0fbf6e8cc1
3 changed files with 38 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ 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.o rcc_common_all.o
OBJS += timer_common_all.o timer_common_f0234.o
VPATH += ../../usb:../:../../cm3:../common
VPATH += ../../ethernet