Skip to content

Commit e4903e0

Browse files
dcpleungstephanosio
authored andcommitted
doc: release-notes/3.3: add bits on I3C
This adds a few bits on I3C subsystem. Signed-off-by: Daniel Leung <[email protected]>
1 parent 51246d1 commit e4903e0

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

doc/hardware/peripherals/i3c.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,5 +358,6 @@ API Reference
358358
.. doxygengroup:: i3c_interface
359359
.. doxygengroup:: i3c_ccc
360360
.. doxygengroup:: i3c_addresses
361+
.. doxygengroup:: i3c_target_device
361362

362363
.. _I3C Specification: https://www.mipi.org/specifications/i3c-sensor-specification

doc/releases/release-notes-3.3.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,14 @@ Drivers and Sensors
749749

750750
* I3C
751751

752+
* Added a new target device API :c:func:`i3c_target_tx_write` to
753+
explicit write to TX FIFO.
754+
755+
* GETMRL and GETMWL are both optional in :c:func:`i3c_device_basic_info_get` as
756+
MRL and MWL are optional according to I3C specification.
757+
758+
* Added a new driver to support Cadence I3C controller.
759+
752760
* IEEE 802.15.4
753761

754762
* Interrupt Controller

0 commit comments

Comments
 (0)