summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor changes for OpenSUSE 13.1 build; update a couple of configurations in i...nuttx-7.4Gregory Nutt2014-08-143-1/+16
* Update remaining documents for the 7.4 releaseGregory Nutt2014-08-143-15/+38
* Update ChangeLogs and ReleaseNotes for 7.4 release (not complete)Gregory Nutt2014-08-142-2/+73
* Update ChangeLogs and ReleaseNotes for 7.4 release (not complete)Gregory Nutt2014-08-144-7/+371
* Sudoku needs a .gitignoreGregory Nutt2014-08-131-0/+11
* Updated commentsGregory Nutt2014-08-121-4/+14
* Fix warning caused by change in mktime prototypeGregory Nutt2014-08-121-8/+9
* Tickless Stuff: Back out the risky timer operations when the ready-to-run li...Gregory Nutt2014-08-124-57/+32
* Update README filesGregory Nutt2014-08-123-4/+10
* Fix conditional compilation errorGregory Nutt2014-08-121-16/+16
* Tickless: If using an ALARM, then really should report time of expirationGregory Nutt2014-08-124-14/+257
* Define interfaces to use an alarm instead of an interval timer with the tickl...Gregory Nutt2014-08-123-9/+181
* Update ChangeLogGregory Nutt2014-08-121-0/+3
* Adds support for localtime. From Max NeklyudovGregory Nutt2014-08-1211-7/+2697
* Update ChangeLogGregory Nutt2014-08-111-0/+2
* Add a Sudoku gameGregory Nutt2014-08-118-6/+736
* Minor update to handling of timeslick delay on tast switchesGregory Nutt2014-08-112-7/+43
* SAMA5: Enable the 32.768 crystal if SCHED_TICKLESS is selectedGregory Nutt2014-08-1111-11/+58
* Fix a computation error in the fix for the last computational errorGregory Nutt2014-08-113-2919/+4
* Update ChangeLogGregory Nutt2014-08-111-0/+6
* Fix inaccurate time conversion. Remove MSEC_PER_TICK and convert uint32_t to...Gregory Nutt2014-08-111-5/+17
* 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 n...Gregory Nutt2014-08-113-60/+145
* Comment out reassessment of timer in the middle of context switches. Need to...Gregory Nutt2014-08-114-3/+16
* 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 was...Gregory Nutt2014-08-101-10/+11
* 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 supp...Gregory Nutt2014-08-094-2/+371
* Update ChangeLogGregory Nutt2014-08-091-0/+3
* SAMA5 free-running timer: Add support for a free-running timer wrapper around...Gregory Nutt2014-08-094-0/+525
* 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 low-...Gregory Nutt2014-08-098-136/+821
* 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 supports...Gregory Nutt2014-08-094-70/+407
* Update ChangeLogGregory Nutt2014-08-091-0/+3