File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -249,6 +249,15 @@ Kernel
249
249
* Added :c:func: `k_realloc `, that uses kernel heap to implement traditional :c:func: `realloc `
250
250
semantics.
251
251
252
+ * Devices can now store devicetree metadata such as nodelabels by turning on
253
+ :kconfig:option: `CONFIG_DEVICE_DT_METADATA `. This option may be useful in
254
+ e.g. shells as devices can be obtained using human-friendly names thanks to
255
+ APIs like :c:func: `device_get_by_dt_nodelabel `.
256
+
257
+ * Any device initialization can be deferred if its associated devicetree node
258
+ has the special ``zephyr,deferred-init `` property set. The device can be
259
+ initialized later in time by using :c:func: `device_init `.
260
+
252
261
Bluetooth
253
262
*********
254
263
* Audio
You can’t perform that action at this time.
0 commit comments