summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix inaccurate time conversion. Remove MSEC_PER_TICK and convert uint32_t ↵Gregory Nutt2014-08-111-5/+17
| | | | to uin64_t.
* Correct time conversion, 1000000 not 1000 to convert seconds to microseconds.Gregory Nutt2014-08-114-20/+33
|
* Update ChangeLogGregory Nutt2014-08-111-0/+4
|
* Timers: In Tickless mode, need to stop the interval timer before inserted a ↵Gregory Nutt2014-08-113-60/+145
| | | | new delay into the timer list. Otherwise, the time is incorrect on the first entry of the list
* Comment out reassessment of timer in the middle of context switches. Need ↵Gregory Nutt2014-08-114-3/+16
| | | | to revisit
* Updated README filesGregory Nutt2014-08-103-0/+15
|
* SAMA5 Tickless: Corrects some logic errors with timer/counter frequencyGregory Nutt2014-08-108-76/+163
|
* CosmeticGregory Nutt2014-08-104-21/+31
|
* Updated ChangeLogGregory Nutt2014-08-101-0/+2
|
* Tickless OS: Correct a bug: logic to detect changes in head of timer list ↵Gregory Nutt2014-08-101-10/+11
| | | | was wrong.
* Slightly improved nanosecond calculationGregory Nutt2014-08-101-2/+4
|
* Cosmetic changed, updated README files, improved commentsGregory Nutt2014-08-105-0/+91
|
* Don't try to return time remaining if the timespec pointer is NULLGregory Nutt2014-08-101-26/+18
|
* Move TC debug options to one fileGregory Nutt2014-08-104-56/+29
|
* Update commentsGregory Nutt2014-08-102-2/+7
|
* Update README filesGregory Nutt2014-08-103-0/+171
|
* Updated ChangedLogGregory Nutt2014-08-101-0/+3
|
* SAMA5: Fix bugs in timer/counter interrupts and one-shot timerGregory Nutt2014-08-109-53/+118
|
* SAMA5 Timer/counter repair: Missing sem_post() caused a hangGregory Nutt2014-08-094-11/+25
|
* Update ChangeLogGregory Nutt2014-08-091-0/+3
|
* SAMA5: Use the one-shot and free-running timers to implement tickless OS ↵Gregory Nutt2014-08-094-2/+371
| | | | support for SAMA5
* Update ChangeLogGregory Nutt2014-08-091-0/+3
|
* SAMA5 free-running timer: Add support for a free-running timer wrapper ↵Gregory Nutt2014-08-094-0/+525
| | | | around the low-level timer/counter logic.
* SAMA5 oneshot: Some clean-up and correction to the initial implementationGregory Nutt2014-08-094-57/+64
|
* Update ChangeLogGregory Nutt2014-08-091-1/+6
|
* SAMA5 timer/counter: Add support for a one-shot timer wrapper around the ↵Gregory Nutt2014-08-098-136/+821
| | | | low-level timer/counter logic. This also involved several changes that rippled into the ADC driver (untested).
* Update ChangeLogGregory Nutt2014-08-091-0/+4
|
* audio NULL driver: Fix an error in a variable nameGregory Nutt2014-08-091-1/+1
|
* SAMA5 T/C: Can now handle non-constant BOARD_MCK_FREQUENCY. Also now ↵Gregory Nutt2014-08-094-70/+407
| | | | supports methods to attach user interrupt handlers
* Update ChangeLogGregory Nutt2014-08-091-0/+3
|
* Fix errors in documentation and comments related to the Tickless OS. From ↵Gregory Nutt2014-08-093-14/+16
| | | | Vijay Kumar
* Update ChangeLogGregory Nutt2014-08-081-0/+19
|
* Remove os_internal.h it has been replace by several new header files under ↵Gregory Nutt2014-08-08158-269/+54
| | | | sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures
* Move exit.c to task/exit.cGregory Nutt2014-08-083-3/+114
|
* Replace os_internal.h with sched/sched.h in files that actually reference ↵Gregory Nutt2014-08-08201-201/+201
| | | | something in sched.h
* Part of the last incomplete changeGregory Nutt2014-08-081-0/+70
|
* Partial (non-working) checked in before the big, risky automated changeGregory Nutt2014-08-0835-101/+71
|
* Move a few files in sched/ that did not seem to have a home to sched/signal ↵Gregory Nutt2014-08-088-20/+20
| | | | and sched/task
* Move task control files from sched/ to sched/taskGregory Nutt2014-08-0839-101/+240
|
* Move errno related files from sched/ to sched/errnoGregory Nutt2014-08-085-19/+60
|
* Move initialization functions from sched/ to sched/initGregory Nutt2014-08-086-23/+182
|
* Move page fill sources from sched/ to sched/pagingGregory Nutt2014-08-088-17/+105
|
* Update ChangeLogGregory Nutt2014-08-081-0/+9
|
* Move POSIX timer files from sched/ to sched/timer/Gregory Nutt2014-08-0811-27/+23
|
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-0869-87/+127
|
* Move interrupt dispatch logic from sched/ to sched/irqGregory Nutt2014-08-0810-21/+60
|
* Move watchdog functions from sched/ to sched/wdogGregory Nutt2014-08-0849-61/+101
|
* Move group logic from sched/ to sched/groupGregory Nutt2014-08-0835-63/+103
|
* Update ChangeLogGregory Nutt2014-08-081-1/+11
|
* Move environment files from sched/ to sched/environGregory Nutt2014-08-0836-78/+271
|