Skip to content

Commit

Permalink
docs: release-notes: Add note on zephyr auto max sectors
Browse files Browse the repository at this point in the history
Adds a note about the new feature that has been added

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
  • Loading branch information
nordicjm committed Jul 25, 2024
1 parent b2636fa commit fc6ca4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/release-notes.d/zephyr-auto-max-sectors.md
Original file line number Diff line number Diff line change
@@ -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``

0 comments on commit fc6ca4b

Please sign in to comment.