feat add watchdog on xidatong board

This commit is contained in:
Liu_Weichao
2022-05-06 15:58:01 +08:00
parent 46291764d4
commit 67666c1707
15 changed files with 798 additions and 10 deletions
@@ -24,4 +24,8 @@ ifeq ($(CONFIG_BSP_USING_USB),y)
SRC_DIR += usb
endif
ifeq ($(CONFIG_BSP_USING_WDT),y)
SRC_DIR += wdt
endif
include $(KERNEL_ROOT)/compiler.mk