Skip to content

Commit

Permalink
docs: release-notes: Add note on erase/write block size checking
Browse files Browse the repository at this point in the history
Adds notes on these new features

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
  • Loading branch information
nordicjm committed Sep 27, 2024
1 parent 7f3c77e commit 71bccff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/release-notes.d/compatible-slots.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Added optional write block size checking to ensure expected
sizes match what is available on the hardware.
- Added optional erase size checking to ensure expected sizes
match what is available on the hardware.
- Added debug logs for zephyr to output discrepencies in erase
and write block sizes in dts vs actual hardware configuration
at run-time.

0 comments on commit 71bccff

Please sign in to comment.