From 8d03c19bce708f4d6efb76cb9ec3eb2fee8d681d Mon Sep 17 00:00:00 2001 From: Kshitij Sisodia Date: Mon, 26 Sep 2022 14:15:53 +0100 Subject: MLECO-3546: Adding CMSIS pack with pidx file Adding beta version of the CMSIS pack, created from the main branch. Adding a corresponding PIDX file for this pack to be linked to the public listing of Arm Keil packs. Packs, pidx and related resources will be available under 'resources/cmsis-packs/' directory. Change-Id: Iff6fe4d2a1cb14ae72442eb62664bf4ccd729c3c Signed-off-by: Kshitij Sisodia --- scripts/cmake/cmsis-pack-gen/use-case-api.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'scripts/cmake/cmsis-pack-gen/use-case-api.yml') diff --git a/scripts/cmake/cmsis-pack-gen/use-case-api.yml b/scripts/cmake/cmsis-pack-gen/use-case-api.yml index 8ac7b72..4d23540 100644 --- a/scripts/cmake/cmsis-pack-gen/use-case-api.yml +++ b/scripts/cmake/cmsis-pack-gen/use-case-api.yml @@ -46,23 +46,14 @@ packs: requirements: packages: - - attributes: {vendor: "tensorflow", name: "tensorflow-lite-micro", version: "1.22.02"} - - attributes: {vendor: "ARM", name: "CMSIS", version: "5.8.0"} + - attributes: {vendor: "tensorflow", name: "tensorflow-lite-micro", version: "1.22.5-rc4"} + - attributes: {vendor: "ARM", name: "CMSIS", version: "5.9.0"} releases: - version: "22.8.0" date: "2022-08-15" description: "Beta release package" -# @TODO: Add API header names and descriptions here (see placeholder below). -# apis: -# - name: "Image classification use case API" -# attributes: {Cclass: "Machine Learning", Cgroup: "Evaluation Kit", Capiversion: "1.0.0"} -# description: "Arm ml-embedded-eval kit example APIs" -# files: -# - name: "use_case/img_class/include/ImgClassProcessing.hpp" -# attributes: {category: header, attr: config, version: "1.0.0"} - taxonomy: - attributes: {Cclass: "Machine Learning"} description: "Machine Learning software frameworks and libraries" @@ -110,7 +101,7 @@ packs: - name: inference_runner_api target: inference_runner_api - attributes: {Cclass: "ML Eval Kit", Cgroup: "Common", Csub: "Generic", Cversion: "1.0.0"} + attributes: {Cclass: "ML Eval Kit", Cgroup: "Generic", Csub: "Inference runner", Cversion: "1.0.0"} description: "Generic inference runner use case API." dependencies: common_api -- cgit v1.2.1