diff options
| author | hathach <[email protected]> | 2020-04-22 13:34:04 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-22 13:34:04 +0700 |
| commit | 4c2d93eec90b8207e5869c04d4a0a59c19c61b06 (patch) | |
| tree | c81066b54471b7132edaa8c976b3cfe39c318d2e /.gitmodules | |
| parent | 1d33aa9b6f7940f9eac07ce684515856940175da (diff) | |
remove cmsis 5 from submodules
cmsis 5 use git lfs causing issue with submodule cloning and isn't used
yet. Could re-add later if needed.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index c1c5cefe7..c8f8eea97 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,9 +28,6 @@ [submodule "lib/FreeRTOS"] path = lib/FreeRTOS url = https://github.com/FreeRTOS/FreeRTOS.git -[submodule "lib/CMSIS_5"] - path = lib/CMSIS_5 - url = https://github.com/ARM-software/CMSIS_5.git [submodule "lib/CMSIS_4"] path = lib/CMSIS_4 url = https://github.com/ARM-software/CMSIS.git |
