nuttx-apps/testing/drivertest
liuhongchao 7efa80aa51 apps/drivertest: Fix run cmocka_driver_framebuffer No display on the screen
Signed-off-by: liuhongchao <liuhongchao@xiaomi.com>
2024-08-20 02:50:29 +08:00
..
CMakeLists.txt cmake:port testing applications to CMake build 2024-06-29 22:31:03 +08:00
drivertest_adc.c drivertest/adc : support cmocka_driver_adc 2023-08-11 13:51:30 +08:00
drivertest_audio.c drivertest: Fix drivertest_audio crash 2023-12-28 05:38:58 -08:00
drivertest_block.c Fix the wrong comment banner 2023-12-03 14:27:14 -03:00
drivertest_framebuffer.c apps/drivertest: Fix run cmocka_driver_framebuffer No display on the screen 2024-08-20 02:50:29 +08:00
drivertest_gpio.c
drivertest_i2c_spi.c
drivertest_lcd.c Change all sizeof(arr)/sizeof(arr[0]) to nitems 2023-08-17 22:51:51 +03:00
drivertest_oneshot.c
drivertest_pm_runtime.c pm_rumtime: test shorten time, make compatible with SMP. 2024-06-21 10:20:11 +08:00
drivertest_posix_timer.c
drivertest_pwm.c
drivertest_regulator.c regulator:add testcase for regualtor register 2023-08-29 13:41:08 +08:00
drivertest_relay.c
drivertest_rtc.c Fix the wrong comment banner 2023-12-03 14:27:14 -03:00
drivertest_simple.c Fix drivertest_watchdog.c:207:30: error: 'struct wdg_state_s' has no member named 'infopath' 2023-09-25 01:08:49 +03:00
drivertest_timer.c drivertest:fix timer testcase 2023-08-10 20:41:05 +08:00
drivertest_touchpanel.c drivertest: Fix run cmocka_driver_touchpanel crash 2024-08-20 02:50:29 +08:00
drivertest_uart.c testing/drivertest: Fix typo error in drivertest_uart.c 2023-08-11 13:50:55 +08:00
drivertest_watchdog.c Fix drivertest_watchdog.c:284:33: error: storage size of 'reset_cause' isn't known 2023-09-26 00:45:16 +03:00
Kconfig
Make.defs
Makefile drivertest: Fix run cmocka_driver_touchpanel crash 2024-08-20 02:50:29 +08:00
test_content_gen.py