This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
drivers
/
timers
History
Xiang Xiao
f64741faca
drivers/timers/arch_rtc.c: up_rtc_set_lowerhalf call clock_synchronize() for external RTC.
2018-11-09 16:34:07 -06:00
..
arch_alarm.c
drivers/timers: Simplify the error handling in arch rtc/alarm/timer wrapper
2018-11-08 12:06:44 -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: Simplify the error handling in arch rtc/alarm/timer wrapper
2018-11-08 12:06:44 -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
…
ds3231.h
…
Kconfig
drivers/timers: RTC_PERIODIC is no longer EXPERIMENTAL, remove unimplemented EXPERIMENTAL RTC configuration variables.
2018-09-17 06:27:37 -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
…
pcf85263.h
…
rtc.c
…
timer.c
drivers/timers: Add maxtimeout method to the struct timer_ops_s interface
2018-08-24 10:16:17 -06:00
watchdog.c
…