Skip to content

Commit db6890e

Browse files
danieldegrassedleach02
authored andcommitted
doc: release: add release notes for SD subsystem
add release notes about SDHC driver, as well as binding changes for SPI mode SD cards. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent e74d845 commit db6890e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/releases/release-notes-3.1.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Changes in this release
2323
from ``uint8_t`` to ``enum lorawan_message_type``. If ``0`` was passed for
2424
unconfirmed message, this has to be changed to ``LORAWAN_MSG_UNCONFIRMED``.
2525

26+
* Disk Subsystem: SPI mode SD cards now use the SD subsystem to communicate
27+
with SD cards. See :ref:`the disk access api <disk_access_api>` for an
28+
example of the new devicetree binding format required.
29+
2630
Removed APIs in this release
2731
============================
2832

@@ -83,6 +87,10 @@ New APIs in this release
8387
* Added :c:macro:`IN_RANGE` for checking if a value is in the range of two
8488
other values.
8589

90+
* SDHC API
91+
92+
* Added the :ref:`SDHC api <sdhc_api>`, used to interact with SD host controllers.
93+
8694
Kernel
8795
******
8896

@@ -230,6 +238,13 @@ Libraries / Subsystems
230238
* Added mcumgr os hook to allow an application to accept or decline a reset
231239
request; :kconfig:option:`CONFIG_OS_MGMT_RESET_HOOK` enables the callback.
232240

241+
* SD Subsystem
242+
243+
* Added the SD subsystem, which is used by the
244+
:ref:`disk access api <disk_access_api>` to interact with connected SD cards.
245+
This subsystem uses the :ref:`SDHC api <sdhc_api>` to interact with the SD
246+
host controller the SD device is connected to.
247+
233248
HALs
234249
****
235250

0 commit comments

Comments
 (0)