summaryrefslogtreecommitdiff
path: root/scripts/cmake/common_user_options.cmake
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 /scripts/cmake/common_user_options.cmake
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 'scripts/cmake/common_user_options.cmake')
-rw-r--r--scripts/cmake/common_user_options.cmake6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/cmake/common_user_options.cmake b/scripts/cmake/common_user_options.cmake
index 3e1206d..97e9b40 100644
--- a/scripts/cmake/common_user_options.cmake
+++ b/scripts/cmake/common_user_options.cmake
@@ -88,9 +88,13 @@ if (NOT TARGET_PLATFORM STREQUAL native)
"${DEPENDENCY_ROOT_DIR}/cmsis"
PATH)
USER_OPTION(CMSIS_DSP_SRC_PATH
- "Path to CMSIS-5 DSP sources"
+ "Path to CMSIS-5 DSP sources"
"${DEPENDENCY_ROOT_DIR}/cmsis-dsp"
PATH)
+ USER_OPTION(CMSIS_NN_SRC_PATH
+ "Path to CMSIS-5 NN sources"
+ "${DEPENDENCY_ROOT_DIR}/cmsis-nn"
+ PATH)
# If we need NPU libraries:
if (ETHOS_U_NPU_ENABLED)