You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
test_i2c_pca95xx in tests/boards/mec15xxevb_assy6853/i2c_api/ has assertion failure.
To Reproduce
Steps to reproduce the behavior:
west build -b mec15xxevb_assy6853 -p auto tests/boards/mec15xxevb_assy6853/i2c_api/
west flash
See error
Expected behavior
Test suite should pass.
Logs and console output
*** Booting Zephyr OS build v2.5.0-rc1-133-gdfd8e7522d11 ***
Running test suite i2c_test
===================================================================
START - test_i2c_pca95xx
E: Write error: -60
Assertion failed at WEST_TOPDIR/zephyr/tests/boards/mec15xxevb_assy6853/i2c_api/src/main.c:48: test_i2c_pca95xx: (ret == 0 is false)
Failed to write data to i2c device
FAIL - test_i2c_pca95xx
===================================================================
Test suite i2c_test failed.
===================================================================
PROJECT EXECUTION FAILED
Environment (please complete the following information):
Linux Ubuntu 18.04.4 LTS
zephyr-v2.5.0-rc1-133-gdfd8e7522d11
Toolchain zephyr-sdk-0.12.0
The text was updated successfully, but these errors were encountered:
need to make some jumpers setting to change to use I2C01 port according to the README.txt file in tests/boards/mec15xxevb_assy6853/i2c_api/, this will be passed.
Describe the bug
test_i2c_pca95xx in tests/boards/mec15xxevb_assy6853/i2c_api/ has assertion failure.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Test suite should pass.
Logs and console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: