summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/i2c_controller
Commit message (Expand)AuthorAgeFilesLines
* zephyr: Add `test_` prefix to ZTEST function namesAl Semjonovs2023-04-071-18/+18
* zephyr: emul: update EMUL_DT_INST_DEFINE API usageFabio Baltieri2023-01-271-1/+1
* test: i2c: Verify I2C transfers with PEC rejectedKeith Short2022-11-241-0/+42
* test: i2c_controller: Verify i2c_field_update16() errorsKeith Short2022-11-241-0/+8
* test: i2c_controller: i2c_write16Keith Short2022-11-241-0/+23
* test: i2c_controller: Test unlocked transfersKeith Short2022-11-221-0/+41
* zephyr/test: Sort header filesJeremy Bettis2022-11-153-9/+10
* test: add missing include to avoid warningYuval Peress2022-09-301-0/+1
* zephyr: test: Test i2c extended register range access functionsTristan Honscheid2022-09-283-8/+225
* zephyr: tests: I2C controller i2c_read32 and i2c_write32Tristan Honscheid2022-09-285-0/+250