diff options
| author | hathach <[email protected]> | 2020-03-10 14:55:56 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-03-10 14:55:56 +0700 |
| commit | 554006508512f08295d7fe1049f5238ab5ac44df (patch) | |
| tree | 83d98f7320d839ff995b833ce50ec31fc78160e3 | |
| parent | 39ce2e8361730e50fef7c968195d759de1800bcd (diff) | |
added FreeRTOS as submodule
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | lib/FreeRTOS | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0dda17d64..0f9ad34c7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "lib/lwip"] path = lib/lwip url = https://git.savannah.nongnu.org/git/lwip.git +[submodule "lib/FreeRTOS"] + path = lib/FreeRTOS + url = https://github.com/FreeRTOS/FreeRTOS.git diff --git a/lib/FreeRTOS b/lib/FreeRTOS new file mode 160000 +Subproject c40a6da2e4cb8042b56d1b174051cbbe9813781 |
