diff options
| author | hathach <[email protected]> | 2020-03-23 22:36:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-03-23 22:36:21 +0700 |
| commit | feff6aafd5a2ed4826d3de07ad2e33695e1cabc8 (patch) | |
| tree | 73d02d8762ca51764192ed342f9ba156835fb169 | |
| parent | c47d9c3c683c2be632b0d9e99eb0698973fe1795 (diff) | |
add CMSIS_5 as submodule
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | lib/CMSIS_5 | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0f9ad34c7..60cec00d0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +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 diff --git a/lib/CMSIS_5 b/lib/CMSIS_5 new file mode 160000 +Subproject 3ae681dae15bfb76ca7601efad2f88834249baa |
