zephyr/tests/boards/frdm_k64f/i2c
Anas Nashif 345735d0a8 tests: remove CONFIG_ZTEST_NEW_API in all tests
Remove all usage of CONFIG_ZTEST_NEW_API from tests and sample as this
is now enabled by default.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-10-20 15:04:29 +02:00
..
src devices: constify statically initialized device pointers 2022-08-19 11:51:26 +02:00
CMakeLists.txt
prj.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
README.rst
testcase.yaml

FRDM K64F I2C Testing
#####################

Tests the i2c transfer and transfer async APIs against the fxos8700 sensor
on the board using its FIFO with a async and sync transfer to compare
and contrast the behavior.