Add arm fsmc driver

This commit is contained in:
Zhao_Jiasheng
2021-05-28 14:31:48 +08:00
parent 1402fe12e9
commit 013e3c14cc
18 changed files with 3412 additions and 342 deletions

View File

@@ -1,4 +1,5 @@
SRC_FILES := test_main.c
SRC_FILES := test_main.c
SRC_FILES += extsram_test.c
ifeq ($(CONFIG_KERNEL_TEST_SEM),y)
SRC_FILES += test_sem.c