incubator-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
..
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
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 include/nuttx/i2c/i2c_master.h: Rename I2C_M_NORESTART to I2C_M_NOSTART since it may be used in other contexts than a repeated start. Add comments to clarilfy setup for repeated start. 2018-08-03 08:51:55 -06:00
ds3231.c arch/arm/src/stm32: Make STM32 usable with an external RTC. drivers/timers/ds3231.c: Correct some debug statments. 2018-01-24 06:55:14 -06:00
ds3231.h Update some comments 2015-11-20 09:55:18 -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 Centralize definitions associated with CONFIG_DEBUG_RTC 2016-06-16 07:39:23 -06:00
pcf85263.h drivers/timers/pcf85263.c: Add a driver for the NXP PCF85263 I2C RTC 2015-11-20 17:36:10 -06:00
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