RS485 test update

This commit is contained in:
Jiang Yufan
2023-08-22 14:27:02 +08:00
parent aef55df1dc
commit feb0d29fc9
3 changed files with 114 additions and 1 deletions
+6 -1
View File
@@ -66,7 +66,12 @@ ifeq ($(CONFIG_ADD_XIZI_FEATURES),y)
endif
ifeq ($(CONFIG_USER_TEST_RS485),y)
SRC_FILES += test_rs485.c
ifeq ($(CONFIG_ARCH_RISCV),y)
SRC_FILES += test_rs485_riscv.c
endif
ifeq ($(CONFIG_ARCH_ARM),y)
SRC_FILES += test_rs485_arm.c
endif
endif
ifeq ($(CONFIG_USER_TEST_HWTIMER),y)