feat: add settings mgmt and split debug transport snippets

This commit is contained in:
2026-05-11 16:19:37 +02:00
parent 3fed249430
commit 5ae098962d
15 changed files with 366 additions and 56 deletions

View File

@@ -1,4 +1,39 @@
# External Flash
# Static Partition Manager layout for sysbuild builds.
# Keep this aligned with boards/iten/buzzy/buzzy.dts internal flash partitions.
mcuboot:
address: 0x0
size: 0xC000
region: flash_primary
mcuboot_pad:
address: 0xC000
size: 0x200
region: flash_primary
app:
address: 0xC200
size: 0x75E00
region: flash_primary
mcuboot_primary:
address: 0xC000
size: 0x76000
region: flash_primary
span: [mcuboot_pad, app]
mcuboot_secondary:
address: 0x82000
size: 0x76000
region: flash_primary
# Internal flash tail partition (8 x 4 KiB pages) for ZMS/settings-style usage.
storage:
address: 0xF8000
size: 0x8000
region: flash_primary
# External flash LittleFS image area.
littlefs_storage:
address: 0x0
size: 0x800000