zephyr/tests/drivers/i2c/i2c_ram
Yuval Peress 8974c248cf rtio: Add default i2c submit handler
Use the RTIO work queue to fake the i2c submit calls for drivers which
haven't yet implemented the API. Applications can change the size of
the work queue pool depending on how much traffic they have on the buses.

Signed-off-by: Yuval Peress <peress@google.com>
2024-09-04 21:28:26 +02:00
..
boards tests: i2c: i2c_ram: Add nrf52840dk overlay 2024-05-21 16:48:00 -04:00
src tests: i2c_ram: rtio: Fix sequence to prepare ops to avoid overwriting 2024-05-10 11:44:43 +02:00
CMakeLists.txt
prj.conf
README.rst
testcase.yaml rtio: Add default i2c submit handler 2024-09-04 21:28:26 +02:00

i2c ram test
############

Tests an i2c controller driver against a (s/f/nv)ram module doing a simple write and readback.

Excercises most of the i2c controller APIs in the process.

Hardware Setup
==============
- Target supporting I2C (with RTIO for the I2C_RTIO test-cases), e.g: mimxrt1010_evk.
- External I2C RAM chipset connected to the I2C bus, e.g: Fujitsu's MB85 FeRAM.