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
@@ -92,4 +92,8 @@ ifeq ($(CONFIG_KERNEL_TEST_SPI_FLASH),y)
SRC_FILES += test_spi_flash.c
endif
ifeq ($(KERNEL_TEST_SOFT_SPI_SD),y)
SRC_FILES += test_softspi_sd.c
endif
include $(KERNEL_ROOT)/compiler.mk