Added filex.

This commit is contained in:
Yilin Sun 2023-05-08 22:44:13 +08:00
parent bdba0f3b73
commit 79e0576ed2
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
3 changed files with 7 additions and 0 deletions

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "lib/threadx"]
path = lib/threadx
url = https://github.com/azure-rtos/threadx.git
[submodule "lib/filex"]
path = lib/filex
url = https://github.com/azure-rtos/filex.git

View File

@ -133,6 +133,7 @@ set(TARGET_C_INCLUDES
# Shared libraries linked with application
set(TARGET_LIBS
"filex"
"threadx"
"c"
"m"
@ -167,6 +168,8 @@ set(THREADX_TOOLCHAIN "gnu" CACHE STRING "")
set(TX_USER_FILE "${CMAKE_CURRENT_SOURCE_DIR}/include/tx_user.h" CACHE STRING "")
add_subdirectory(lib/threadx)
add_subdirectory(lib/filex)
# Shared sources, includes and definitions
add_compile_definitions(${TARGET_C_DEFINES})
include_directories(${TARGET_C_INCLUDES})

1
lib/filex Submodule

@ -0,0 +1 @@
Subproject commit 9e3ad51f2b64ed05df50a211909eef536c0d06ec