adapt rtc driver for hc32f4a0

This commit is contained in:
wuzheng
2023-02-02 18:01:24 +08:00
parent b2de31844a
commit d2e6719a0e
9 changed files with 271 additions and 1 deletions
@@ -28,4 +28,8 @@ ifeq ($(CONFIG_BSP_USING_USB),y)
SRC_DIR += usb
endif
ifeq ($(CONFIG_BSP_USING_RTC),y)
SRC_DIR += rtc
endif
include $(KERNEL_ROOT)/compiler.mk