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 /.gitmodules | |
| parent | 6e7f2064cf8d5feaca9a59ce0593198a3fc29d12 (diff) | |
add CMSIS_5 submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 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 |
