nuttx-apps/testing/drivers/drivertest
Nightt b4f1e29494 apps: Fix additional open() arguments.
Add missing mode arguments to direct open() calls that use O_CREAT.

Also open the lp503x device with explicit read-only flags instead of O_CREAT, matching the device-node usage.

Signed-off-by: Nightt <87569709+nightt5879@users.noreply.github.com>
2026-05-22 13:39:04 +08:00
..
CMakeLists.txt
drivertest_adc.c
drivertest_audio.c apps: Fix additional open() arguments. 2026-05-22 13:39:04 +08:00
drivertest_block.c
drivertest_framebuffer.c include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
drivertest_gpio.c
drivertest_i2c_read.c
drivertest_i2c_spi.c
drivertest_i2c_write.c
drivertest_lcd.c include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
drivertest_mps2.c
drivertest_mps2_isr_signal.c
drivertest_mps2_zerointerrupt.c
drivertest_oneshot.c !apps: drop redundant casts on tv_sec/tv_nsec and fix printf formats 2026-05-22 13:38:25 +08:00
drivertest_pm.c
drivertest_pm_runtime.c
drivertest_pm_smp.c
drivertest_posix_timer.c !apps: drop redundant casts on tv_sec/tv_nsec and fix printf formats 2026-05-22 13:38:25 +08:00
drivertest_pwm.c testing/drivertest_pwm: remove references to CONFIG_PWM_MULTICHAN 2026-05-18 11:35:09 -04:00
drivertest_regulator.c
drivertest_relay.c
drivertest_rtc.c testing/drivers: set default vendor dalay to 1 for rtc cases run correctly 2026-02-03 17:36:49 +08:00
drivertest_simple.c
drivertest_timer.c
drivertest_touchpanel.c testing: add unistd.h for drivertest_touchpanel.c 2026-01-26 19:32:27 +08:00
drivertest_uart.c
drivertest_watchdog.c include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
Kconfig
Make.defs
Makefile
test_content_gen.py