zephyr/samples/drivers/i2c
Bjarki Arge Andreasen 4cd33baf06 samples: i2c: rtio: add i2c_rtio_loopback sample
Add sample which clearly and thorougly shows how to use RTIO with
I2C controllers, both synchronously and async, comparing it with
the "standard" I2C API, in an controlled environment. Both the I2C
controller and I2C target are managed by the sample, using loopback
to monitor and control the I2C transfers.

Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
2024-12-18 22:10:45 +01:00
..
custom_target boards: nxp: adopt new zephyr:board directive and role 2024-10-24 17:51:15 +02:00
rtio_loopback samples: i2c: rtio: add i2c_rtio_loopback sample 2024-12-18 22:10:45 +01:00
target_eeprom boards: nxp: adopt new zephyr:board directive and role 2024-10-24 17:51:15 +02:00
README.rst doc: samples: Adopt code-sample-category across tree 2024-09-23 12:00:00 +02:00

.. zephyr:code-sample-category:: i2c
   :name: Inter-Integrated Circuit (I2C) Bus
   :show-listing:

   These samples demonstrate how to use the :ref:`I2C <i2c_api>` driver API.