nuttx/drivers/timers
Gregory Nutt 9ff1795760 Check return from nxsem_wait_initialize()
Resolution of Issue 619 will require multiple steps, this part of the first step in that resolution:  Every call to nxsem_wait_uninterruptible() must handle the return value from nxsem_wait_uninterruptible properly.  This commit is only for rwbuffer.c and those files under drivers/serial, drivers/timers, and drivers/usbdev.

This commit completes that step for all of the files under drivers/.  Still remaining:  All of the files under arch/.
2020-04-01 14:20:04 -03:00
..
arch_alarm.c
arch_rtc.c
arch_timer.c
cs2100-cp.c
ds3231.c
ds3231.h
Kconfig
Make.defs
mcp794xx.c
mcp794xx.h
oneshot.c
pcf85263.c
pcf85263.h
pwm.c Check return from nxsem_wait_initialize() 2020-04-01 14:20:04 -03:00
rpmsg_rtc.c
rtc.c
timer.c
watchdog.c