forked from ARM-software/AVH-TFLmicrospeech
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmicrospeech.csolution.yml
More file actions
26 lines (20 loc) · 896 Bytes
/
microspeech.csolution.yml
File metadata and controls
26 lines (20 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
solution:
compiler: AC6 # currently required for components Compiler:I/O
# it is recommended to list the pack or packs that define the device or board used in the csolution.yml file
packs:
- pack: ARM::CMSIS
target-types:
- type: MIMXRT1064 # runs on NXP i.MX RT1064 EVK
device: NXP::MIMXRT1064DVL6A
# add more hardware targets (don't forget to add the required packs)
build-types: # defines toolchain options for 'debug' and 'release'
- type: Debug
debug: on
optimize: none
- type: Release
debug: off
optimize: balanced
output-dirs:
outdir: ./out/$TargetType$/
projects: # list related projects
- project: ./Platform_MIMXRT1064-EVK/microspeech.cproject.yml