diff options
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | lib/CMSIS_4 | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 60cec00d0..c1c5cefe7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/lib/CMSIS_4 b/lib/CMSIS_4 new file mode 160000 +Subproject f2cad4345783c948ed4a7f5cdb02cdc0856366f |
