Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
boards/ | 04-Jan-2025 | - | 22 | 18 | ||
src/ | 04-Jan-2025 | - | 310 | 224 | ||
CMakeLists.txt | D | 04-Jan-2025 | 224 | 9 | 6 | |
README.rst | D | 04-Jan-2025 | 379 | 12 | 8 | |
prj.conf | D | 04-Jan-2025 | 41 | 4 | 3 | |
testcase.yaml | D | 04-Jan-2025 | 759 | 35 | 34 |
README.rst
1i2c ram test 2############ 3 4Tests an i2c controller driver against a (s/f/nv)ram module doing a simple write and readback. 5 6Excercises most of the i2c controller APIs in the process. 7 8Hardware Setup 9============== 10- Target supporting I2C (with RTIO for the I2C_RTIO test-cases), e.g: mimxrt1010_evk. 11- External I2C RAM chipset connected to the I2C bus, e.g: Fujitsu's MB85 FeRAM. 12