-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathzephyr.csolution.yml
More file actions
43 lines (37 loc) · 1.12 KB
/
zephyr.csolution.yml
File metadata and controls
43 lines (37 loc) · 1.12 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# ExecuTorch AI Example Solution
# This solution demonstrates running ExecuTorch inference on Arm Cortex-M with Ethos-U NPU
solution:
# List the packs that define the device and/or board.
packs:
- pack: ARM::V2M_MPS3_SSE_300_BSP@1.5.0
# List different hardware targets that are used to deploy the solution.
target-types:
- type: AVH-SSE-300
board: V2M-MPS3-SSE-300-FVP
device: SSE-300-MPS3
variables:
- west-board: mps3/corstone300/an547
target-set:
- set:
images:
- project-context: executorch-example.Debug
debugger:
name: Arm-FVP
model: FVP_Corstone_SSE-300_Ethos-U55
# List of different build configurations.
build-types:
- type: Debug
west-defs:
- CONFIG_DEBUG: y
- CONFIG_DEBUG_THREAD_INFO: y
- CONFIG_THREAD_STACK_INFO: n
- CONFIG_DEBUG_OPTIMIZATIONS: y
- type: Release
west-defs:
- CONFIG_SIZE_OPTIMIZATIONS: y
# List related projects.
projects:
- west:
app-path: ./executorch-example
compiler: GCC
created-for: CMSIS-Toolbox@2.12.0