Skip to content

Commit 35d42e4

Browse files
authored
Merge pull request #132 from Burton2000/main
Enable building of both bin and axf files
2 parents d4816d1 + f92111a commit 35d42e4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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)