Skip to content

Commit 388f767

Browse files
dcpleungdkalowsk
authored andcommitted
doc: release-notes/4.2: add bits about I3C
Add bits about I3C on added/removed kconfigs, and a new driver. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
1 parent 5540844 commit 388f767

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/releases/release-notes-4.2.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ Removed APIs and options
102102

103103
* Removed the ``get_ctrl`` driver API from :c:struct:`video_driver_api`.
104104

105+
* Removed ``CONFIG_I3C_USE_GROUP_ADDR`` and support for group addresses for I3C devices.
106+
105107
Deprecated APIs and options
106108
===========================
107109

@@ -181,6 +183,14 @@ New APIs and options
181183
* :c:macro:`I2C_DEVICE_DT_DEINIT_DEFINE`
182184
* :c:macro:`I2C_DEVICE_DT_INST_DEINIT_DEFINE`
183185

186+
* I3C
187+
188+
* :kconfig:option:`CONFIG_I3C_MODE`
189+
* :kconfig:option:`CONFIG_I3C_CONTROLLER_ROLE_ONLY`
190+
* :kconfig:option:`CONFIG_I3C_TARGET_ROLE_ONLY`
191+
* :kconfig:option:`CONFIG_I3C_DUAL_ROLE`
192+
* :c:func:`i3c_ccc_do_rstdaa`
193+
184194
* SPI
185195

186196
* :c:macro:`SPI_DEVICE_DT_DEINIT_DEFINE`

0 commit comments

Comments
 (0)