Skip to content

Conversation

mertvatansever
Copy link
Contributor

This PR adds a default 64 KB storage partition to MAX32655 boards and cleans up redundant overlay files, which are no longer needed due to recent updates.

@zephyrbot zephyrbot added area: Tests Issues related to a particular existing or missing test area: Boards/SoCs platform: ADI Analog Devices, Inc. area: Flash labels Oct 9, 2025
MaureenHelm
MaureenHelm previously approved these changes Oct 9, 2025
@MaureenHelm MaureenHelm added this to the v4.3.0 milestone Oct 9, 2025
Comment on lines 178 to 185
code_partition: partition@10000000 {
label = "image-m4";
reg = <0x10000000 DT_SIZE_K(448)>;
};
storage_partition: partition@70000 {
label = "storage";
reg = <0x70000 DT_SIZE_K(64)>;
};
Copy link
Contributor

@ozersa ozersa Oct 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the offset is different for code_partition (0x10000000) and storage_partition (0x00)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected, thanks.

Add a default 64K storage partition for max32655 boards.
Remove no longer required overlays.

Signed-off-by: Rob Cornall <[email protected]>
Copy link

@jhedberg jhedberg merged commit ef6aad9 into zephyrproject-rtos:main Oct 16, 2025
21 checks passed
@MaureenHelm MaureenHelm deleted the add-storage-partition-max32655 branch October 16, 2025 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: Boards/SoCs area: Flash area: Tests Issues related to a particular existing or missing test platform: ADI Analog Devices, Inc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants