nuttx-apps/testing/drivertest
xinbingnan 5a8e089c66 drivertest/drivertest_i2c_spi.c: add testcase for i2c and spi
The BMI160 6-axis acceleration sensor is used as the peripheral of the I2C test. The main purpose of the test is to open the peripheral and read the data of the sensor. If it is read successfully, the test is successful.

Add compiled constraints to make it work only when the bmi160 driver is turned on.

Signed-off-by: xinbingnan <xinbingnan@xiaomi.com>
2023-02-22 02:46:36 +08:00
..
drivertest_block.c testing/drivertest: add block driver test 2023-02-09 19:52:52 +08:00
drivertest_gpio.c testing/drivertest: add gpio driver test 2023-02-12 21:48:24 +08:00
drivertest_i2c_spi.c drivertest/drivertest_i2c_spi.c: add testcase for i2c and spi 2023-02-22 02:46:36 +08:00
drivertest_pwm.c testing/drivertest: add pwm driver test 2023-02-08 21:13:27 +08:00
drivertest_relay.c drivertest_relay: add relay test case 2023-02-17 23:43:11 +08:00
drivertest_rtc.c testing/drivertest:add rtc test case. 2023-02-06 03:54:02 +08:00
drivertest_simple.c testing/drivertest: modify the test source code name 2023-02-02 22:14:27 +08:00
drivertest_timer.c testing/drivertest: add timer driver test 2023-02-07 00:54:03 +08:00
drivertest_watchdog.c testing/drivertest:add watchdog test case. 2023-02-09 03:06:22 +08:00
Kconfig testing/drivertest: add drivertest for cmocka driver testcases 2023-02-02 22:14:27 +08:00
Make.defs testing/drivertest: add drivertest for cmocka driver testcases 2023-02-02 22:14:27 +08:00
Makefile drivertest/drivertest_i2c_spi.c: add testcase for i2c and spi 2023-02-22 02:46:36 +08:00