From fc6ca4b032d42df17fe70ad451200a024c289e89 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Thu, 25 Jul 2024 14:39:36 +0100 Subject: [PATCH] docs: release-notes: Add note on zephyr auto max sectors Adds a note about the new feature that has been added Signed-off-by: Jamie McCrae --- docs/release-notes.d/zephyr-auto-max-sectors.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/release-notes.d/zephyr-auto-max-sectors.md diff --git a/docs/release-notes.d/zephyr-auto-max-sectors.md b/docs/release-notes.d/zephyr-auto-max-sectors.md new file mode 100644 index 000000000..a45aeb03f --- /dev/null +++ b/docs/release-notes.d/zephyr-auto-max-sectors.md @@ -0,0 +1,5 @@ +- Added support for automatically calculating the maximum number + of sectors that are needed for a build by checking the erase + sizes of the partitions using CMake for Zephyr. This behaviour + can be reverted to the old manual behaviour by disabling + ``CONFIG_BOOT_MAX_IMG_SECTORS_AUTO``