zephyr icon indicating copy to clipboard operation
zephyr copied to clipboard

drivers: i2c: add Andes atciic100 driver

Open wtlee1995 opened this issue 2 years ago • 3 comments

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]

wtlee1995 avatar Jul 29 '22 01:07 wtlee1995

  1. We've removed the label requirement in dts bindings, because label properties are not required . (PR #48177 )
  2. Update driver to use devicetree Kconfig symbol (PR #47196)

wtlee1995 avatar Jul 29 '22 10:07 wtlee1995

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?

wtlee1995 avatar Aug 02 '22 10:08 wtlee1995

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.

edersondisouza avatar Aug 05 '22 20:08 edersondisouza

I will update the driver that drops DEV_DATA/DEV_CFG usage (PR #37616)

wtlee1995 avatar Aug 12 '22 05:08 wtlee1995

Updated driver because there are conflicts in adp_xc7k_ae350.dts and adp_xc7k_ae350.yaml with another PR that add andes counter driver.

wtlee1995 avatar Aug 29 '22 02:08 wtlee1995