add spi flash test function for arm

This commit is contained in:
Liu_Weichao
2021-05-19 16:15:42 +08:00
parent 86d96159fe
commit f48da2b6f9
20 changed files with 272 additions and 61 deletions

View File

@@ -4,4 +4,12 @@ ifeq ($(CONFIG_USER_TEST_LORA_ADHOC),y)
SRC_FILES += test_adhoc_lora.c
endif
ifeq ($(CONFIG_USER_TEST_SPI_LORA),y)
SRC_FILES += test_spi_lora.c
endif
ifeq ($(CONFIG_USER_TEST_SPI_FLASH),y)
SRC_FILES += test_spi_flash.c
endif
include $(KERNEL_ROOT)/compiler.mk