add w5500 test example

This commit is contained in:
wuzheng
2022-11-29 09:30:48 +08:00
parent d8ac0998b2
commit 100fe8c2d0
5 changed files with 97 additions and 3 deletions

View File

@@ -83,7 +83,11 @@ ifeq ($(CONFIG_ADD_XIZI_FETURES),y)
ifeq ($(CONFIG_USER_TEST_CAMERA),y)
SRC_FILES += test_camera.c
endif
endif
ifeq ($(CONFIG_USER_TEST_W5500),y)
SRC_FILES += test_w5500.c
endif
include $(KERNEL_ROOT)/compiler.mk
endif