Skip to content

Commit f92111a

Browse files
committed
Enable building of both bin and axf files
Signed-off-by: Richard Burton <richard.burton@arm.com>
1 parent d4816d1 commit f92111a

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

cmsis-pack-examples/kws/kws.cproject.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.0.0/tools/projmgr/schemas/cproject.schema.json
1818

1919
project:
20+
output:
21+
type:
22+
- elf
23+
- bin
2024

2125
groups:
2226
- group: Wav file based example

cmsis-pack-examples/object-detection/object-detection.cproject.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.0.0/tools/projmgr/schemas/cproject.schema.json
1818

1919
project:
20+
output:
21+
type:
22+
- elf
23+
- bin
2024

2125
groups:
2226
- group: Use Case

0 commit comments

Comments
 (0)