example for edu-riscv64:watchdog,lcd and timer

This commit is contained in:
wuzheng
2022-11-15 15:47:48 +08:00
parent 8c929ba701
commit f22fbc3c94
27 changed files with 1632 additions and 122 deletions
@@ -57,5 +57,17 @@ ifeq ($(CONFIG_ADD_XIZI_FETURES),y)
SRC_FILES += test_rs485.c
endif
ifeq ($(CONFIG_USER_TEST_HWTIMER),y)
SRC_FILES += test_hwtimer.c
endif
ifeq ($(CONFIG_USER_TEST_LCD_EDU),y)
SRC_FILES += test_lcd_edu.c
endif
ifeq ($(CONFIG_USER_TEST_WDT),y)
SRC_FILES += test_wdt.c
endif
include $(KERNEL_ROOT)/compiler.mk
endif