summaryrefslogtreecommitdiff
path: root/docs/sections
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 /docs/sections
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 'docs/sections')
-rw-r--r--docs/sections/building.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/sections/building.md b/docs/sections/building.md
index 973b644..5cfb1a1 100644
--- a/docs/sections/building.md
+++ b/docs/sections/building.md
@@ -192,9 +192,10 @@ The build parameters are:
`dependencies/core-driver` git submodule. Repository is hosted here:
[ethos-u-core-driver](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-core-driver).
-- `CMSIS_SRC_PATH`: The path to the CMSIS sources to be used to build TensorFlow Lite Micro library. This parameter is
- optional and is only valid for Arm® *Cortex®-M* CPU targeted configurations. The default value points to the
- `dependencies/cmsis` git submodule. Repository is hosted here: [CMSIS-5](https://github.com/ARM-software/CMSIS_5.git)
+- `CMSIS_SRC_PATH`, `CMSIS_DSP_SRC_PATH`: Paths to the CMSIS sources to be used to build TensorFlow Lite Micro library.
+ These parameters are optional and are only valid for Arm® *Cortex®-M* CPU targeted configurations. The default values
+ points to the `dependencies/cmsis` and `dependencies/cmsis-dsp` git submodules. Repositories are hosted here:
+ [CMSIS-5](https://github.com/ARM-software/CMSIS_5.git) and [CMSIS-DPS](https://github.com/ARM-software/CMSIS-DSP).
- `ETHOS_U_NPU_ENABLED`: Sets whether the use of *Ethos-U* NPU is available for the deployment target. By default, this
is set and therefore application is built with *Ethos-U* NPU supported.