summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorRichard Burton <richard.burton@arm.com>2022-12-01 12:31:23 +0000
committerRichard Burton <richard.burton@arm.com>2022-12-01 12:31:23 +0000
commit71f282e8dc7284431cd6d0305370cc8e450d4463 (patch)
treeb1e74e4df1990da4061e477e628485022142ffe0 /.gitmodules
parentf32a86a6969508d7a156decbed0bfc9466ad92fa (diff)
downloadml-embedded-evaluation-kit-71f282e8dc7284431cd6d0305370cc8e450d4463.tar.gz
MLECO-3620 MLECO-3619: Update to 22.11 dependencies22.11-rc122.11
* CMSIS-NN is now a seperate dependency * Added inclusive language commitment * TensorFlow Lite Micro dependency is moved ahead of 22.11 to fix compilation issue Change-Id: I60e3311ff7da2ce064cbcdca054a86bdd1f620d8
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index fb89583..8601853 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -13,3 +13,6 @@
[submodule "dependencies/cmsis-dsp"]
path = dependencies/cmsis-dsp
url = https://github.com/ARM-software/CMSIS-DSP.git
+[submodule "dependencies/cmsis-nn"]
+ path = dependencies/cmsis-nn
+ url = https://github.com/ARM-software/CMSIS-NN.git