From 9f5042399eb2f866be2ebaf22c283b80b878f5ba Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 24 Mar 2020 08:49:48 +0700 Subject: [PATCH] add cmsis_4 as submodule --- .gitmodules | 3 +++ lib/CMSIS_4 | 1 + 2 files changed, 4 insertions(+) create mode 160000 lib/CMSIS_4 diff --git a/.gitmodules b/.gitmodules index 60cec00d0..c1c5cefe7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "lib/CMSIS_5"] path = lib/CMSIS_5 url = https://github.com/ARM-software/CMSIS_5.git +[submodule "lib/CMSIS_4"] + path = lib/CMSIS_4 + url = https://github.com/ARM-software/CMSIS.git diff --git a/lib/CMSIS_4 b/lib/CMSIS_4 new file mode 160000 index 000000000..f2cad4345 --- /dev/null +++ b/lib/CMSIS_4 @@ -0,0 +1 @@ +Subproject commit f2cad4345783c948ed4a7f5cdb02cdc0856366f1