From f92111a6810995589c5573760e99d6b8417e84e9 Mon Sep 17 00:00:00 2001 From: Richard Burton Date: Wed, 9 Aug 2023 14:14:36 +0100 Subject: [PATCH] Enable building of both bin and axf files Signed-off-by: Richard Burton --- cmsis-pack-examples/kws/kws.cproject.yml | 4 ++++ .../object-detection/object-detection.cproject.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/cmsis-pack-examples/kws/kws.cproject.yml b/cmsis-pack-examples/kws/kws.cproject.yml index 59ed4da..74aa46e 100644 --- a/cmsis-pack-examples/kws/kws.cproject.yml +++ b/cmsis-pack-examples/kws/kws.cproject.yml @@ -17,6 +17,10 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.0.0/tools/projmgr/schemas/cproject.schema.json project: + output: + type: + - elf + - bin groups: - group: Wav file based example diff --git a/cmsis-pack-examples/object-detection/object-detection.cproject.yml b/cmsis-pack-examples/object-detection/object-detection.cproject.yml index c40ed77..df61704 100644 --- a/cmsis-pack-examples/object-detection/object-detection.cproject.yml +++ b/cmsis-pack-examples/object-detection/object-detection.cproject.yml @@ -17,6 +17,10 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.0.0/tools/projmgr/schemas/cproject.schema.json project: + output: + type: + - elf + - bin groups: - group: Use Case