xmos / fwk_io

I/O Framework
Other
2 stars 10 forks source link

Fix I2C slave test #90

Closed ed-xmos closed 10 months ago

ed-xmos commented 10 months ago

https://xmosjira.atlassian.net/browse/AP-178

Add handshaking so i2c slave test is ready at right time

mbanth commented 10 months ago

@ed-xmos, I notice that, at least for this PR, the I2S tests are still skipped. Will you re-enable those (and possibly find further test failures)?

ed-xmos commented 10 months ago

@ed-xmos, I notice that, at least for this PR, the I2S tests are still skipped. Will you re-enable those (and possibly find further test failures)?

In the update develop PR I have enabled scanning of all submodules so they are automatically run for that since submodules have been changed. In addition I also manually ran all tests and it was only I2C slave that was failing. So I am happy that these have been and will continue to be regression tested as needed.