Files
new_kbd/pm_static.yml

40 lines
629 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: 0x82000
region: flash_primary
size: 0x75e00
mcuboot_primary:
address: 0xc000
end_address: 0x82000
orig_span: &id001
- mcuboot_pad
- app
region: flash_primary
size: 0x76000
span: *id001
mcuboot_secondary:
address: 0x82000
end_address: 0xf8000
region: flash_primary
size: 0x76000
settings_storage:
address: 0xf8000
end_address: 0x100000
region: flash_primary
size: 0x8000