Skip to content

Commit

Permalink
changed is_boot_memory to access: boot:
Browse files Browse the repository at this point in the history
  • Loading branch information
p.koevesdi authored and Yatekii committed Nov 21, 2024
1 parent 56d52ae commit 4a6300f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@ variants:
range:
start: {{ram-start-address}}
end: {{ram-end-address}}
is_boot_memory: false
access:
boot: false
cores:
- main
- !Nvm
range:
start: {{flash-start-address}}
end: {{flash-end-address}}
is_boot_memory: true
access:
boot: true
cores:
- main
flash_algorithms:
Expand Down

0 comments on commit 4a6300f

Please sign in to comment.