diff options
| author | hathach <[email protected]> | 2021-03-01 22:13:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-03-01 22:13:21 +0700 |
| commit | 7ff14a652ba1348f863338479eb3347a06fcc80a (patch) | |
| tree | 7beade137d94356b48e977ec6646867c672b9dcd /.gitmodules | |
| parent | e8cbccf81decb4074f40791c1608d46c112fe0b2 (diff) | |
add submodule lib/FreeRTOS-Kernel
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 1ec196a48..e33532c4e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -114,3 +114,6 @@ url = https://github.com/raspberrypi/pico-sdk.git fetchRecurseSubmodules = false +[submodule "lib/FreeRTOS-Kernel"] + path = lib/FreeRTOS-Kernel + url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git |
