diff options
| author | Ha Thach <[email protected]> | 2020-03-24 10:42:53 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-24 10:42:53 +0700 |
| commit | b4a9a6e99a264cdcb886a1cc04818c086fbd7496 (patch) | |
| tree | a191d0f0b62bf1ed75833cea48c11112ae910739 /.gitmodules | |
| parent | 00eabbac3533b2b33020c477b9cc07af491fd626 (diff) | |
| parent | 16d6da18e3215608e30ad23897162f65740530cd (diff) | |
Merge pull request #307 from hathach/upgrade-nrfx
Upgrade nrfx from 2.0.0 to 2.1.0
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0f9ad34c7..c1c5cefe7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,9 @@ [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 |
