Skip to content

Commit f1a6ec5

Browse files
kevswimsYatekii
authored andcommitted
Update template.yaml to have expected core access options
The old 0x0 variant was no longer supported in target-gen
1 parent 0e66381 commit f1a6ec5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

template.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ variants:
55
- name: main
66
type: {{architecture}}
77
core_access_options: !Arm
8-
ap: 0x0
9-
psel: 0x0
8+
ap: !v1 1
109
memory_map:
1110
- !Ram
1211
range:
@@ -50,4 +49,4 @@ flash_algorithms:
5049
erase_sector_timeout: 0x0
5150
sectors:
5251
- size: 0x0
53-
address: 0x0
52+
address: 0x0

0 commit comments

Comments
 (0)