Merge pull request #370 from hathach/remove-cmsis5

remove cmsis 5 from submodules
This commit is contained in:
Ha Thach
2020-04-22 13:44:09 +07:00
committed by GitHub
2 changed files with 0 additions and 4 deletions

3
.gitmodules vendored
View File

@@ -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

Submodule lib/CMSIS_5 deleted from 4a65d88011