From 4f3ac8c492e5b45bed3270b80e4efe7c00a46a0e Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 30 Oct 2020 14:08:54 +0700 Subject: [PATCH] add CMSIS_5 submodule --- .gitmodules | 3 +++ lib/CMSIS_5 | 1 + 2 files changed, 4 insertions(+) create mode 160000 lib/CMSIS_5 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 index 000000000..b7b26f50d --- /dev/null +++ b/lib/CMSIS_5 @@ -0,0 +1 @@ +Subproject commit b7b26f50d00072812aec8453f643e24bafedccb5