diff options
| author | hathach <[email protected]> | 2020-10-30 14:08:54 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-10-30 14:08:54 +0700 |
| commit | 4f3ac8c492e5b45bed3270b80e4efe7c00a46a0e (patch) | |
| tree | 307c3beab59e317cb1e1b3f925fcae69725ef30e | |
| parent | 6e7f2064cf8d5feaca9a59ce0593198a3fc29d12 (diff) | |
add 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 81ba7f068..965bbb69e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -109,3 +109,6 @@ [submodule "hw/mcu/st/stm32l5xx_hal_driver"] path = hw/mcu/st/stm32l5xx_hal_driver url = https://github.com/STMicroelectronics/stm32l5xx_hal_driver.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 b7b26f50d00072812aec8453f643e24bafedccb |
