forked from Arm-Examples/AWS_MQTT_Demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDemo.csolution.yml
More file actions
45 lines (38 loc) · 1.11 KB
/
Demo.csolution.yml
File metadata and controls
45 lines (38 loc) · 1.11 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
solution:
description: AWS Cloud Connector Example
created-for: CMSIS-Toolbox@2.6.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 a AVH-FVP simulation model that does not require hardware
- type: AVH
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
# 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