incubator-nuttx/sched/clock
Rajan Gill 0d8e191d69 sched/clock: Correct calculation for the case of Tickless mode with a 32-bit timer. In that case, the calculation was returning millisecond accuracy. That is not good when the timer accuracy is < 1 msec. 2016-11-19 09:55:21 -06:00
..
Make.defs Fix a typo in a Make.defs file 2016-07-28 09:46:28 -06:00
clock.h sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:32:11 -06:00
clock_abstime2ticks.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
clock_dow.c Remove some empty file section section header comments 2016-02-17 18:05:03 -06:00
clock_getres.c sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-11 16:42:42 -06:00
clock_gettime.c Rename CONFIG_SCHED_TIMEKEEPING to CONFIG_CLOCK_TIMEKEEPING. That is a better compartmentalized name. 2016-07-11 06:54:02 -06:00
clock_initialize.c Correct time initialization for the case where time is initialized from settings in the .config file. The correct range for month (tm_mon) internally is 0-11, not 1-12 as it is in the .config file. 2016-10-27 08:36:24 -06:00
clock_settime.c Rename CONFIG_SCHED_TIMEKEEPING to CONFIG_CLOCK_TIMEKEEPING. That is a better compartmentalized name. 2016-07-11 06:54:02 -06:00
clock_systimer.c sched/clock: Correct calculation for the case of Tickless mode with a 32-bit timer. In that case, the calculation was returning millisecond accuracy. That is not good when the timer accuracy is < 1 msec. 2016-11-19 09:55:21 -06:00
clock_systimespec.c Update ChangeLog 2016-01-21 19:29:43 -06:00
clock_ticks2time.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
clock_time2ticks.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
clock_timekeeping.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
clock_timekeeping.h sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:32:11 -06:00
clock_timespec_add.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
clock_timespec_subtract.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00