| commit | 81c2a48abeb6b9ef3b5c45842900b5c0b8b7e2d0 | [log] [tgz] |
|---|---|---|
| author | Khai Cao <khai.cao.xh@renesas.com> | Mon Sep 29 11:40:33 2025 +0700 |
| committer | Johan Hedberg <johan.hedberg@gmail.com> | Fri Oct 24 09:45:22 2025 +0300 |
| tree | 94a4e84e6236b8430d1ff878039c846ab17cc238 | |
| parent | 97c3efcec1630272a8fbcf85fd595dc24f2a6ea5 [diff] |
tests: i2c: add support for i2c sci on Renesas RA boards Add board support for EK_RA6M5, EK_RA6M4 i2c test use sci_i2c: - tests/drivers/i2c/i2c_api Example for i2c use sci_i2c: west build -b ek_ra6m5 tests/drivers/i2c/i2c_api/ -p always \ -DDTC_OVERLAY_FILE=boards/ek_ra6m5_sci_i2c.overlay \ -DCONF_FILE="boards/ek_ra6m5_sci_i2c.conf" Signed-off-by: Khai Cao <khai.cao.xh@renesas.com>