summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMaksims Svecovs <maksims.svecovs@arm.com>2022-08-30 12:58:02 +0100
committerMaksims Svecovs <maksims.svecovs@arm.com>2022-08-31 10:00:45 +0100
commit254853c767f05d2770df5b2122824cffd7aec04c (patch)
tree2dfa0d70a092d27eb5443633a434d5477629defb /.gitmodules
parentc9f1717d227e21ebfab72cceee90b1f8f8522867 (diff)
downloadml-embedded-evaluation-kit-254853c767f05d2770df5b2122824cffd7aec04c.tar.gz
MLECO-3449: Update dependancies to 22.08 tags
Update dependencies to be aligned with 22.08 release of mlplatform according to: https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u/+/refs/heads/master/22.08.json CMSIS-DSP is moved to a separate repository, this patch adds a new repository along with user build parameter. Signed-off-by: Maksims Svecovs <maksims.svecovs@arm.com> Change-Id: I356fb19b5dac87a21adfc34c67f9699131666074
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 2fc7c1a..fb89583 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -10,3 +10,6 @@
[submodule "dependencies/core-platform"]
path = dependencies/core-platform
url = https://review.mlplatform.org/ml/ethos-u/ethos-u-core-platform
+[submodule "dependencies/cmsis-dsp"]
+ path = dependencies/cmsis-dsp
+ url = https://github.com/ARM-software/CMSIS-DSP.git