diff options
| author | hathach <[email protected]> | 2020-03-24 08:49:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-03-24 08:49:48 +0700 |
| commit | 9f5042399eb2f866be2ebaf22c283b80b878f5ba (patch) | |
| tree | 311bc6b6cf32b67fb982f36754f1b2a0fc850271 /.gitmodules | |
| parent | 056d0bb4bfd8fe1aca7227cd613a3ae85bed28ee (diff) | |
add cmsis_4 as submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 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 |
