Skip to content

Commit 618cb62

Browse files
authored
Adding default target-set (#76)
The default target-set - selects both secure and none-secure projects - configures the FVP model to run application via play button
1 parent c2784a7 commit 618cb62

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

SimpleTrustZone/SimpleTZ.csolution.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
solution:
2-
created-for: CMSIS-Toolbox@2.6.0
2+
created-for: CMSIS-Toolbox@2.12.0
33
cdefault:
44
select-compiler:
55
- compiler: AC6
@@ -15,6 +15,16 @@ solution:
1515
target-types:
1616
- type: AVH
1717
device: ARM::ARMCM33
18+
target-set:
19+
- set:
20+
images:
21+
- project-context: CM33_ns.Debug
22+
- project-context: CM33_s.Debug
23+
debugger:
24+
name: Arm-FVP
25+
model: FVP_MPS2_Cortex-M33
26+
config-file: ../FVP/FVP_MPS2_Cortex-M33/fvp_config.txt
27+
args: --stat
1828

1929
build-types:
2030
- type: Debug
@@ -25,5 +35,5 @@ solution:
2535
optimize: balanced
2636

2737
projects:
28-
- project: ./CM33_s/CM33_s.cproject.yml
2938
- project: ./CM33_ns/CM33_ns.cproject.yml
39+
- project: ./CM33_s/CM33_s.cproject.yml

0 commit comments

Comments
 (0)