Gregory Nutt
|
2de5be34e5
|
Update ChangeLog
|
2016-01-21 19:29:43 -06:00 |
|
Gregory Nutt
|
b04e2ea021
|
Trivial improvement to comments
|
2016-01-21 16:28:36 -06:00 |
|
Gregory Nutt
|
e001f37593
|
sched/clock/clock_timespec.c: Fix an error in the time conversion
|
2016-01-21 13:31:00 -06:00 |
|
Gregory Nutt
|
c99d927527
|
When an RTC is used, clock_systimespec() must subtract the basetime from the RTC time
|
2015-02-25 07:24:03 -06:00 |
|
Gregory Nutt
|
3724a5e98e
|
RTC: Remove all backdoor interfaces from rtc.h
|
2015-02-13 08:41:34 -06:00 |
|
Gregory Nutt
|
c5ab7c39d3
|
Eliminates a warning. From Macs N
|
2015-02-03 06:44:59 -06:00 |
|
Gregory Nutt
|
e69003cbf7
|
clock_systimespec(): Fixes for compilation errors in certain configurations. From Macs N.
|
2015-01-30 08:19:40 -06:00 |
|
Gregory Nutt
|
27c48a383e
|
Don't do 64-bit calculations if accuracy not achievable; Fix compile error in high res RTC mode
|
2014-08-15 17:48:07 -06:00 |
|
Gregory Nutt
|
eed1d6c619
|
When reading the system timer, don't read a struct timespec, convert it to a fake tick count, then back to a timespec. Remove CLOCK_ACTIVETIME.. it is non-standard, unused, and gets in the way of changes like this
|
2014-08-15 03:55:41 -06:00 |
|