Files
new_kbd/pm_static.yml

34 lines
527 B
YAML
Raw Normal View History

mcuboot:
address: 0x0
end_address: 0xc000
region: flash_primary
size: 0xc000
mcuboot_pad:
address: 0xc000
end_address: 0xc200
region: flash_primary
size: 0x200
app:
address: 0xc200
end_address: 0xf8000
region: flash_primary
size: 0xebe00
mcuboot_primary:
address: 0xc000
end_address: 0xf8000
orig_span: &id001
- mcuboot_pad
- app
region: flash_primary
size: 0xec000
span: *id001
settings_storage:
address: 0xf8000
end_address: 0x100000
region: flash_primary
size: 0x8000