提交历史

作者 SHA1 备注 提交日期
  Xiang Xiao 517974787f Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 4 年之前
  Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24) 4 年之前
  Gregory Nutt b5111d2c38 tools/nxstyle.c: Add logic to detect if there is a blank line following the final right brace. sched/: Applied the modified nxstyle to all C file as a test. 5 年之前
  Gregory Nutt 246773faa7 Rename CONFIG_SCHED_TIMEKEEPING to CONFIG_CLOCK_TIMEKEEPING. That is a better compartmentalized name. 8 年之前
  Max Neklyudov 8db29071da timekeeping: initial implementation 8 年之前
  Gregory Nutt 13cac3b592 sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 8 年之前
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 年之前
  Gregory Nutt 720343612b Remove some empty file section section header comments 8 年之前
  Gregory Nutt 6e3107650d nuttx/sched: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 8 年之前
  Gregory Nutt 5b51a9fcdd Standardize the width of all comment boxes in C files 9 年之前
  Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 9 年之前
  Gregory Nutt 16276a4793 Change the order of some operations to prevent a debug assertion from firing. 9 年之前
  Gregory Nutt b4423c1eed Make some file section headers more consistent with standard 9 年之前
  Gregory Nutt 3724a5e98e RTC: Remove all backdoor interfaces from rtc.h 9 年之前
  Gregory Nutt c19659d7d2 Fixes to clock bias logic. Remove vestiges of g_tickbias; apply bias instead to g_basetime 10 年之前
  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 10 年之前
  Gregory Nutt d4b56eb3cc Move clock functions from sched/ to sched/clock 10 年之前