summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/clock.h
Commit message (Expand)AuthorAgeFilesLines
* last change alters semantics of __HAVE_KERNEL_GLOBALSGregory Nutt2014-08-301-7/+3
* Back out and replace recent kludges for errno and clock_systimer. There is a...Gregory Nutt2014-08-301-8/+2
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+6
* g_system_timer must be handler in a special way if there are external modulesGregory Nutt2014-08-281-8/+34
* When reading the system timer, don't read a struct timespec, convert it to a ...Gregory Nutt2014-08-151-0/+19
* WM8904: Don't use MSEC2TICK in timeout calculationGregory Nutt2014-08-081-11/+11
* Some final tickless OS bugfixes. No longer EXPERIMENTAL. Update some commentsGregory Nutt2014-08-071-1/+1
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-5/+8
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-071-12/+27
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-3/+0
* if CONFIG_SCHED_TICKLESS is defined, then the global variable g_system_timer ...Gregory Nutt2014-08-061-9/+13
* CPU load calculations now available for all threads. Available in /proc/pid/...Gregory Nutt2014-02-231-14/+31
* Add logic to meaure and calculate the CPU load percentage. From David AlessioGregory Nutt2014-02-221-4/+24
* Fixes for l3s, USB composite, nfsmount, apps context build problemspatacongo2012-12-241-1/+1
* Add clock_synchronize() which may be used to re-synchonize the system time wi...patacongo2012-03-221-5/+37
* Remove support for UTC time; add support for 64-bit timepatacongo2011-10-021-16/+50
* Add support for lo- and hi-res RTC hardwarepatacongo2011-10-011-1/+1
* More timer changes from Urospatacongo2011-05-061-27/+9
* Rename uptime to UTCpatacongo2011-04-201-6/+6
* More changes from Urospatacongo2011-04-161-8/+7
* Add code changes from Urospatacongo2011-04-151-21/+35
* Add time and uptimepatacongo2011-04-151-13/+55
* Macro clock_systimer replaces direct access to g_system_timer variablepatacongo2011-04-131-3/+3
* LPCXpression console on UART3patacongo2011-04-131-3/+21
* Switching to C99 stdint.h typespatacongo2009-12-141-3/+4
* Add NSH ping commandpatacongo2008-09-021-3/+11
* Added network init; refactored some header filespatacongo2007-09-091-0/+121