nuttx/drivers/timers
Xiang Xiao 6c057e608b Squashed commit of the following:
drivers/timers/arch_timer.c: implement timer arch API on top of timer driver interface

    drivers/timers/arch_alarm.c:  Implement alarm arch API on top of oneshot driver interface

    drivers/timers/arch_rtc.c:  Implement RTC arch API on top of RTC driver interface

    include/nuttx/timers/rtc.h:  Extend struct rtc_time by adding tm_nsec if RTC supporst hiresolution time.
2018-08-27 11:55:30 -06:00
..
arch_alarm.c Squashed commit of the following: 2018-08-27 11:55:30 -06:00
arch_rtc.c Squashed commit of the following: 2018-08-27 11:55:30 -06:00
arch_timer.c Squashed commit of the following: 2018-08-27 11:55:30 -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
Kconfig Squashed commit of the following: 2018-08-27 11:55:30 -06:00
Make.defs Squashed commit of the following: 2018-08-27 11:55:30 -06:00
oneshot.c drivers/timers: Add a new method to the struct oneshot_operations_s interface to get the current time from a oneshot timer driver (if it is available from the lower half) 2018-08-24 10:21:29 -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 Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
timer.c drivers/timers: Add maxtimeout method to the struct timer_ops_s interface 2018-08-24 10:16:17 -06:00
watchdog.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00