From 9c6f9f8afcb003fd72944918d6b6e200d68c0918 Mon Sep 17 00:00:00 2001 From: Kshitij Sisodia Date: Fri, 20 May 2022 14:30:02 +0100 Subject: MLECO-3225: Using official support for Arm Cortex-M85 CPU. * CMake version requirement bumped up to 3.21.0 * CMake 3.22.4 installed in the local Python virtualenv * CPU flags updated in toolchain files. * Using __ARM_FEATURE_DSP instead of potentially defining ARM_MATH_DSP wrongly. * CMake project version bumped up to 22.05.0 Changes also made for MLECO-3107 (pack generation): * TensorFlow Lite Micro CMSIS-pack version updated to 1.22.02. * Change to using __ARM_FEATURE_DSP will also help the generated pack. Partial changes for MLECO-3095: * CMSIS updated to version post 5.9.0 * TensorFlow Lite Micro updated to latest available * Ethos-U driver and core-platform repositories updated to 20.05_rc2 tags. Change-Id: I012c9e65897aed8ce589cff9bfe3a19efc3edeb9 Signed-off-by: Kshitij Sisodia --- source/application/api/use_case/ad/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/application/api/use_case/ad') diff --git a/source/application/api/use_case/ad/CMakeLists.txt b/source/application/api/use_case/ad/CMakeLists.txt index 224816f..8cd703d 100644 --- a/source/application/api/use_case/ad/CMakeLists.txt +++ b/source/application/api/use_case/ad/CMakeLists.txt @@ -17,7 +17,7 @@ ######################################################### # ANOMALY DETECTION API library # ######################################################### -cmake_minimum_required(VERSION 3.15.6) +cmake_minimum_required(VERSION 3.21.0) set(AD_API_TARGET ad_api) project(${AD_API_TARGET} -- cgit v1.2.1