add cmsis_4 as submodule

This commit is contained in:
hathach
2020-03-24 08:49:48 +07:00
parent 056d0bb4bf
commit 9f5042399e
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -31,3 +31,6 @@
[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

1
lib/CMSIS_4 Submodule

Submodule lib/CMSIS_4 added at f2cad43457