From f04dc2a501451eb0de3b1fbccbf7b7963fdc6f33 Mon Sep 17 00:00:00 2001
From: Vincent TEMPLIER <vincent.templier@cea.fr>
Date: Mon, 22 Jan 2024 09:30:50 +0000
Subject: [PATCH] Rename CMSIS-NN submodule

---
 .gitmodules                                 | 4 ++--
 aidge_export_arm_cortexm/CMSIS-NN/CMSIS-NN  | 1 -
 aidge_export_arm_cortexm/_CMSIS-NN/CMSIS-NN | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)
 delete mode 160000 aidge_export_arm_cortexm/CMSIS-NN/CMSIS-NN
 create mode 160000 aidge_export_arm_cortexm/_CMSIS-NN/CMSIS-NN

diff --git a/.gitmodules b/.gitmodules
index 50c48e7..19b163a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
-[submodule "aidge_export_arm_cortexm/CMSIS-NN/CMSIS-NN"]
-	path = aidge_export_arm_cortexm/CMSIS-NN/CMSIS-NN
+[submodule "aidge_export_arm_cortexm/_CMSIS-NN/CMSIS-NN"]
+	path = aidge_export_arm_cortexm/_CMSIS-NN/CMSIS-NN
 	url = https://github.com/ARM-software/CMSIS-NN.git
diff --git a/aidge_export_arm_cortexm/CMSIS-NN/CMSIS-NN b/aidge_export_arm_cortexm/CMSIS-NN/CMSIS-NN
deleted file mode 160000
index 90ffad8..0000000
--- a/aidge_export_arm_cortexm/CMSIS-NN/CMSIS-NN
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 90ffad86151c2f7832b8e48d2ef16d68ed5d4d73
diff --git a/aidge_export_arm_cortexm/_CMSIS-NN/CMSIS-NN b/aidge_export_arm_cortexm/_CMSIS-NN/CMSIS-NN
new file mode 160000
index 0000000..3b4e406
--- /dev/null
+++ b/aidge_export_arm_cortexm/_CMSIS-NN/CMSIS-NN
@@ -0,0 +1 @@
+Subproject commit 3b4e406b144f006f916004584350e869e79f016c
-- 
GitLab