This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-08 01:42:58 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
b0efacebe1dd888687228efe2b31d1b34997ffe4
nuttx
/
sched
/
clock
T
History
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
..
clock_abstime2ticks.c
…
clock_dow.c
…
clock_getres.c
…
clock_gettime.c
…
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
…
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
…
clock_ticks2time.c
…
clock_time2ticks.c
…
clock_timekeeping.c
…
clock_timekeeping.h
sched/: Review and correct some stylistic inconsistencies
2016-08-07 08:32:11 -06:00
clock_timespec_add.c
…
clock_timespec_subtract.c
…
clock.h
sched/: Review and correct some stylistic inconsistencies
2016-08-07 08:32:11 -06:00
Make.defs
…