File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ Changes in this release
23
23
from ``uint8_t `` to ``enum lorawan_message_type ``. If ``0 `` was passed for
24
24
unconfirmed message, this has to be changed to ``LORAWAN_MSG_UNCONFIRMED ``.
25
25
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
+
26
30
Removed APIs in this release
27
31
============================
28
32
@@ -83,6 +87,10 @@ New APIs in this release
83
87
* Added :c:macro: `IN_RANGE ` for checking if a value is in the range of two
84
88
other values.
85
89
90
+ * SDHC API
91
+
92
+ * Added the :ref: `SDHC api <sdhc_api >`, used to interact with SD host controllers.
93
+
86
94
Kernel
87
95
******
88
96
@@ -230,6 +238,13 @@ Libraries / Subsystems
230
238
* Added mcumgr os hook to allow an application to accept or decline a reset
231
239
request; :kconfig:option: `CONFIG_OS_MGMT_RESET_HOOK ` enables the callback.
232
240
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
+
233
248
HALs
234
249
****
235
250
You can’t perform that action at this time.
0 commit comments