softspi driver and its app test

This commit is contained in:
wuzheng
2022-11-09 19:23:12 +08:00
parent 094986ac76
commit d3836f1a6f
20 changed files with 590 additions and 26 deletions
@@ -25,6 +25,10 @@ ifeq ($(CONFIG_ADD_XIZI_FETURES),y)
SRC_FILES += test_dac.c
endif
ifeq ($(CONFIG_USER_TEST_SD),y)
SRC_FILES += test_softspi_sd.c
endif
ifeq ($(CONFIG_USER_TEST_SEMC),y)
SRC_FILES += test_extsram.c
endif