Skip to content

Commit 7cfc553

Browse files
tmon-nordiccarlescufi
authored andcommitted
doc: release: 3.3: Add flashdisk changes
Mention removal of flashdisk Kconfig options in favor of new zephyr,flash-disk devicetree binding. Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
1 parent ba1fdcd commit 7cfc553

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/releases/release-notes-3.3.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ Changes in this release
2323
and :kconfig:option:`CONFIG_BT_PER_ADV_SYNC_TRANSFER_SENDER` have been
2424
added to enable the PAST implementation rather than
2525
:kconfig:option:`CONFIG_BT_CONN`.
26+
* Flashdisk: :kconfig:option:`CONFIG_DISK_FLASH_VOLUME_NAME`,
27+
:kconfig:option:`CONFIG_DISK_FLASH_DEV_NAME`,
28+
:kconfig:option:`CONFIG_DISK_FLASH_START`,
29+
:kconfig:option:`CONFIG_DISK_FLASH_MAX_RW_SIZE`,
30+
:kconfig:option:`CONFIG_DISK_ERASE_BLOCK_SIZE`,
31+
:kconfig:option:`CONFIG_DISK_FLASH_ERASE_ALIGNMENT`,
32+
:kconfig:option:`CONFIG_DISK_VOLUME_SIZE` and
33+
:kconfig:option:`CONFIG_DISK_FLASH_SECTOR_SIZE` Kconfig options have been
34+
removed in favor of new :dtcompatible:`zephyr,flash-disk` devicetree binding.
2635

2736
- Starting from this release ``zephyr-`` prefixed tags won't be created
2837
anymore. The project will continue using ``v`` tags, for example ``v3.3.0``.
@@ -244,6 +253,12 @@ USB
244253
Devicetree
245254
**********
246255

256+
* Bindings
257+
258+
* New:
259+
260+
* :dtcompatible:`zephyr,flash-disk`
261+
247262
Libraries / Subsystems
248263
**********************
249264

0 commit comments

Comments
 (0)