incubator-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
..
Kconfig Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
Make.defs This commit brings in the drivers needed to support OpenAMP. These changes were ported from https://github.com/FishsemiCode/nuttx. The current state: Most drivers do now compile but are not yet verfied. 2019-11-02 11:30:33 -06:00
arch_alarm.c Run all files modified by PR274 through nxstyle. 2020-02-15 07:17:22 -06:00
arch_rtc.c drivers/timers/arch_rtc.c: up_rtc_set_lowerhalf call clock_synchronize() for external RTC. 2018-11-09 16:34:07 -06:00
arch_timer.c drivers/bch, pipes, timers: Run drivers through tools/nxstyle, correcting as many complaints as possible. 2019-12-06 23:36:33 -06:00
cs2100-cp.c drivers/bch, pipes, timers: Run drivers through tools/nxstyle, correcting as many complaints as possible. 2019-12-06 23:36:33 -06:00
ds3231.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
ds3231.h
mcp794xx.c Remove TIME_EXTENDED option to more conform C standard 2020-01-23 08:17:22 -06:00
mcp794xx.h drivers/timers/mcp794xx.c: Fix MCP794xx driver to wait for OSCRUN and fix tm_year. 2019-01-12 07:50:29 -06:00
oneshot.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
pcf85263.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
pcf85263.h Fix typos in comments 2020-02-14 08:50:45 -06:00
pwm.c Check return from nxsem_wait_initialize() 2020-04-01 14:20:04 -03:00
rpmsg_rtc.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
rtc.c Fixed RTC periodic callback issue 2020-03-09 06:21:21 -05:00
timer.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
watchdog.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00