zephyr
zephyr copied to clipboard
drivers: i2c: add Andes atciic100 driver
Added Andes atciic100 I2C driver which supported target mode. Also tested on adp_xc7k_ae350 board. We opened a PR #43399, but closed it because of some logic errors. We fix the errors and refine the code according to @teburd suggestions.
Signed-off-by: Wei-Tai Lee [email protected]
The failed test case seems like a timing issue in tests/net/socket/tcp/net.socket.tcp, and it isn't related to this PR. Are there any suggestions for passing CI?
The failed test case seems like a timing issue in tests/net/socket/tcp/net.socket.tcp, and it isn't related to this PR. Are there any suggestions for passing CI?
You can try to re-run failed jobs (click "Details" of the failed twister run). Or rebase and push the rebased version.
I will update the driver that drops DEV_DATA/DEV_CFG usage (PR #37616)
Updated driver because there are conflicts in adp_xc7k_ae350.dts
and adp_xc7k_ae350.yaml
with another PR that add andes counter driver.