Skip to content

Commit 4a6300f

Browse files
p.koevesdiYatekii
authored andcommitted
changed is_boot_memory to access: boot:
1 parent 56d52ae commit 4a6300f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

template.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ variants:
1212
range:
1313
start: {{ram-start-address}}
1414
end: {{ram-end-address}}
15-
is_boot_memory: false
15+
access:
16+
boot: false
1617
cores:
1718
- main
1819
- !Nvm
1920
range:
2021
start: {{flash-start-address}}
2122
end: {{flash-end-address}}
22-
is_boot_memory: true
23+
access:
24+
boot: true
2325
cores:
2426
- main
2527
flash_algorithms:

0 commit comments

Comments
 (0)