nuttx/drivers/timers
Gregory Nutt dc8c814ca3 Squashed commit of the following:
Fixed coding standard error in several files.  Use of while( is incorrect; a space is required between while and (.  Also ran tools/nxstyle and fix thoses complaints as well in most files.

    Changes to comply with coding standard.  Mostly focused on files with missing space after keyword in if(, switch(, and for(.  Offending files also got changes to comply with tools nxstyle.  If there were logs of nxstyle complaints, the file also got a taste of tools/indent.sh.  Still need to fix occurrences of while( with missing space.  There are a lot of them.
2019-02-27 08:41:08 -06:00
..
arch_alarm.c Squashed commit of the following: 2019-02-27 08:41:08 -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/timers/arch_alarm.c and arch_timer.c: Implement up_critmon_gettime and up_critmon_convert and remove the critical section from current_usec to infinite recursion. 2019-01-27 10:15:51 -06:00
cs2100-cp.c
ds3231.c
ds3231.h
Kconfig drivers/timers/watchdog.c: Support auto-monitor service 2019-01-27 10:03:16 -06:00
Make.defs drivers/timers/mcp794xx.c: Rename the module to mcp794xx. 2019-01-08 13:04:50 -06:00
mcp794xx.c Squashed commit of the following: 2019-01-12 08:43:45 -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 sched/signal and related changes to other OS subsystems. 2019-01-27 09:28:59 -06:00
pcf85263.c
pcf85263.h
rtc.c drivers/timers/rtc.c: Protect the RTC state with a semaphore. 2019-01-27 10:08:07 -06:00
timer.c drivers/timers/timer.c: Support the signal notification through SIGEV_THREAD 2019-01-28 06:32:27 -06:00
watchdog.c drivers/timers/watchdog.c: Support auto-monitor service 2019-01-27 10:03:16 -06:00