Skip to content

Commit

Permalink
doc: release: 3.3: Add flashdisk changes
Browse files Browse the repository at this point in the history
Mention removal of flashdisk Kconfig options in favor of new
zephyr,flash-disk devicetree binding.

Signed-off-by: Tomasz Moń <[email protected]>
  • Loading branch information
tmon-nordic authored and carlescufi committed Oct 28, 2022
1 parent ba1fdcd commit 7cfc553
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/releases/release-notes-3.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ Changes in this release
and :kconfig:option:`CONFIG_BT_PER_ADV_SYNC_TRANSFER_SENDER` have been
added to enable the PAST implementation rather than
:kconfig:option:`CONFIG_BT_CONN`.
* Flashdisk: :kconfig:option:`CONFIG_DISK_FLASH_VOLUME_NAME`,
:kconfig:option:`CONFIG_DISK_FLASH_DEV_NAME`,
:kconfig:option:`CONFIG_DISK_FLASH_START`,
:kconfig:option:`CONFIG_DISK_FLASH_MAX_RW_SIZE`,
:kconfig:option:`CONFIG_DISK_ERASE_BLOCK_SIZE`,
:kconfig:option:`CONFIG_DISK_FLASH_ERASE_ALIGNMENT`,
:kconfig:option:`CONFIG_DISK_VOLUME_SIZE` and
:kconfig:option:`CONFIG_DISK_FLASH_SECTOR_SIZE` Kconfig options have been
removed in favor of new :dtcompatible:`zephyr,flash-disk` devicetree binding.

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

* Bindings

* New:

* :dtcompatible:`zephyr,flash-disk`

Libraries / Subsystems
**********************

Expand Down

0 comments on commit 7cfc553

Please sign in to comment.