diff options
| author | Ha Thach <[email protected]> | 2020-04-22 13:44:09 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-22 13:44:09 +0700 |
| commit | e23206821f6b060f384962cfb71f8cbb65b45c0f (patch) | |
| tree | 2f147a98cdc506cdcfba7d908078b251cf8336c9 | |
| parent | 379b8ac5564bad58b4ad3c0e90cc12fbd06cd8be (diff) | |
| parent | 4c2d93eec90b8207e5869c04d4a0a59c19c61b06 (diff) | |
Merge pull request #370 from hathach/remove-cmsis5
remove cmsis 5 from submodules
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | lib/CMSIS_5 | 0 |
2 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 diff --git a/lib/CMSIS_5 b/lib/CMSIS_5 deleted file mode 160000 -Subproject 4a65d88011a1595b7c8b42fa0d70b7bdfc132ac |
