diff options
| author | hathach <[email protected]> | 2021-03-05 22:08:42 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-03-05 22:08:42 +0700 |
| commit | a64535f57d3b2d05ee5796547bf215e9e7e57282 (patch) | |
| tree | 614c9c9b8c0f2c782c8bd0b5f67b021f713479d1 | |
| parent | af81089225d30e363e5fa1f0b00c85c3c3f9c4f8 (diff) | |
add back lib/CMSIS_5 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 664e32c59..c0e6eef03 100644 --- a/.gitmodules +++ b/.gitmodules @@ -110,3 +110,6 @@ [submodule "lib/FreeRTOS-Kernel"] path = lib/FreeRTOS-Kernel url = https://github.com/FreeRTOS/FreeRTOS-Kernel.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 20285262657d1b482d132d20d755c8c330d55c1 |
