diff options
| author | Huan Nguyen <[email protected]> | 2025-05-14 17:13:33 -0600 |
|---|---|---|
| committer | Huan Nguyen <[email protected]> | 2025-05-14 17:13:33 -0600 |
| commit | 7287ade62a51735b193bf3ec176be5db1fa23b4d (patch) | |
| tree | 944a0f9a8591b8b07409ae61a43c63176e1968cc | |
| parent | aba65143137c8b8d772752ed582c057674d2b0c3 (diff) | |
Add FileX and ThreadX as proper submodules
| -rw-r--r-- | .gitmodules | 6 | ||||
| m--------- | test/cmake/filex | 0 | ||||
| m--------- | test/cmake/threadx | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 88c15b8f..22342415 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,9 @@ path = addons/azure_iot/azure-sdk-for-c url = https://github.com/Azure/azure-sdk-for-c.git branch = 1.0.0 +[submodule "test/cmake/filex"] + path = test/cmake/filex + url = gh:eclipse-threadx/filex.git +[submodule "test/cmake/threadx"] + path = test/cmake/threadx + url = gh:eclipse-threadx/threadx.git diff --git a/test/cmake/filex b/test/cmake/filex new file mode 160000 +Subproject 1312f87f3b90c73c8db3aa1ccbadf15c60fe04b diff --git a/test/cmake/threadx b/test/cmake/threadx new file mode 160000 +Subproject 7ad78c40e9702917264a9b722890110fdb909eb |
