From feff6aafd5a2ed4826d3de07ad2e33695e1cabc8 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 23 Mar 2020 22:36:21 +0700 Subject: add CMSIS_5 as submodule --- lib/CMSIS_5 | 1 + 1 file changed, 1 insertion(+) create mode 160000 lib/CMSIS_5 (limited to 'lib') diff --git a/lib/CMSIS_5 b/lib/CMSIS_5 new file mode 160000 index 000000000..3ae681dae --- /dev/null +++ b/lib/CMSIS_5 @@ -0,0 +1 @@ +Subproject commit 3ae681dae15bfb76ca7601efad2f88834249baad -- cgit v1.3.1 From 9f5042399eb2f866be2ebaf22c283b80b878f5ba Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 24 Mar 2020 08:49:48 +0700 Subject: add cmsis_4 as submodule --- .gitmodules | 3 +++ lib/CMSIS_4 | 1 + 2 files changed, 4 insertions(+) create mode 160000 lib/CMSIS_4 (limited to 'lib') 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 -- cgit v1.3.1 From a2aa50d2ef0095ccccc4797ad8da028c00c9e86a Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 24 Mar 2020 09:33:11 +0700 Subject: update cmsis_5 --- lib/CMSIS_5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/CMSIS_5 b/lib/CMSIS_5 index 3ae681dae..02459e61c 160000 --- a/lib/CMSIS_5 +++ b/lib/CMSIS_5 @@ -1 +1 @@ -Subproject commit 3ae681dae15bfb76ca7601efad2f88834249baad +Subproject commit 02459e61c2941a4c1f6e8462500faac4c31ed654 -- cgit v1.3.1 From c05990af959d5f505899e3122fbe34cd7f24e77e Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 24 Mar 2020 09:52:48 +0700 Subject: change cmsis5 to master --- .gitmodules | 1 + lib/CMSIS_5 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/.gitmodules b/.gitmodules index c1c5cefe7..32e537dce 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,6 +31,7 @@ [submodule "lib/CMSIS_5"] path = lib/CMSIS_5 url = https://github.com/ARM-software/CMSIS_5.git + branch = master [submodule "lib/CMSIS_4"] path = lib/CMSIS_4 url = https://github.com/ARM-software/CMSIS.git diff --git a/lib/CMSIS_5 b/lib/CMSIS_5 index 02459e61c..4a65d8801 160000 --- a/lib/CMSIS_5 +++ b/lib/CMSIS_5 @@ -1 +1 @@ -Subproject commit 02459e61c2941a4c1f6e8462500faac4c31ed654 +Subproject commit 4a65d88011a1595b7c8b42fa0d70b7bdfc132acc -- cgit v1.3.1