From 0d55e9340132021a6b6cefde04112aa52473c19a Mon Sep 17 00:00:00 2001 From: "Ionut.Muthi" Date: Mon, 28 Nov 2022 14:20:25 +0000 Subject: [PATCH] add submodules --- +adi/+common | 1 + .gitmodules | 6 ++++++ CI/scripts | 1 + 3 files changed, 8 insertions(+) create mode 160000 +adi/+common create mode 100644 .gitmodules create mode 160000 CI/scripts diff --git a/+adi/+common b/+adi/+common new file mode 160000 index 0000000..933f969 --- /dev/null +++ b/+adi/+common @@ -0,0 +1 @@ +Subproject commit 933f969d0e34175a27156af323f917f9748ddbee diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c5a5928 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "+adi/+common"] + path = +adi/+common + url = https://github.com/analogdevicesinc/ToolboxCommon.git +[submodule "CI/scripts"] + path = CI/scripts + url = https://github.com/analogdevicesinc/ToolboxCI.git diff --git a/CI/scripts b/CI/scripts new file mode 160000 index 0000000..c1489a3 --- /dev/null +++ b/CI/scripts @@ -0,0 +1 @@ +Subproject commit c1489a3cf2781045900cb29e68a7b7c896200366