Files
zephyr/snippets/slot1-partition/slot1-partition.overlay
Jamie McCrae fddcf70d57 snippets: Add slot1-partition snippet
Adds a snippet which sets the chosen code partition to
slot1_partition, which can be used with things like MCUboot

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2026-01-20 15:31:06 +00:00

6 lines
65 B
Plaintext

/ {
chosen {
zephyr,code-partition = &slot1_partition;
};
};