-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDemo.csolution.yml
More file actions
53 lines (47 loc) · 1.41 KB
/
Demo.csolution.yml
File metadata and controls
53 lines (47 loc) · 1.41 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
44
45
46
47
48
49
50
51
52
53
solution:
description: AWS Cloud Connector Example
created-for: CMSIS-Toolbox@2.13.0
cdefault:
select-compiler:
- compiler: AC6
- compiler: GCC
compiler: AC6
packs:
- pack: ARM::V2M_MPS3_SSE_300_BSP@1.5.0
# Add BSP pack to use a physical board
# - pack: <BSP or DFP>.pack
# Add pack with shield layers to support Arduino WiFi Shields
# - pack: ARM::CMSIS-Driver@2.10.0
build-types:
- type: Debug
debug: on
optimize: debug
- type: Release
debug: off
optimize: balanced
target-types:
# This target is an AVH-FVP simulation model that does not require hardware
- type: Simulator
board: ARM::V2M-MPS3-SSE-300-FVP
variables:
- Board-Layer: $SolutionDir()$/Board/AVH_MPS3_Corstone-300/Board.clayer.yml
- Shield-Layer: ""
- Socket-Layer: $SolutionDir()$/Socket/VSocket/Socket.clayer.yml
target-set:
- set:
images:
- project-context: Demo.Debug
debugger:
name: Arm-FVP
model: FVP_Corstone_SSE-300
config-file: Board/AVH_MPS3_Corstone-300/fvp_config.txt
args: -Q 10
# Add a target hardware to use the example on physical hardware
# - type: MyBoard
# board: <board name>
# variables:
# - Board-Layer: ""
# - Shield-Layer: ""
# - Socket-Layer: ""
projects:
- project: Demo.cproject.yml