RIOT-OS / RobotFW-tests

Includes tests for RIOT based on the Robot Framework
GNU Lesser General Public License v2.1
4 stars 13 forks source link

tests/i2c: Add i2c tests using new philip #11

Closed MrKevinWeiss closed 5 years ago

MrKevinWeiss commented 5 years ago

tests/i2c: Update write byte test to verify with philip tests/i2c dist/api: Add i2c tests to verify error codes

This PR starts using philip with the tests. The write byte check now doesn't depend on the read byte command and instead verifies with philip. Also adds some tests to check the correct error codes too. The error code check may point out some problems on other boards but was tested with the nucleo board.

Fixes #7

MrKevinWeiss commented 5 years ago

Done

MrKevinWeiss commented 5 years ago

Thanks @smlng :kissing:

smlng commented 5 years ago

ACK and GO