summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/dm320/dm320_timerisr.c
Commit message (Collapse)AuthorAgeFilesLines
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
|
* Change all time conversions. Yech. New timer units in microseconds breaks ↵Gregory Nutt2014-08-071-1/+1
| | | | all existing logic that used milliseconds in the conversions. Something likely got broken doing this, probably because I confused a MSEC2TICK conversion with a TICK2MSEC conversion. Also, the tickless OS no appears fully functional and passes the OS test on the simulator with no errors
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ↵Gregory Nutt2014-08-061-2/+2
| | | | interfaces for the tickless OS; Don't build existing timer initialization logic if CONFIG_SCHED_TICKLESS is defined.
* More trailing whilespace removalGregory Nutt2014-04-131-14/+14
|
* Email address change in nuttx/patacongo2012-09-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for changes to header filespatacongo2009-12-281-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2447 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-161-3/+5
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2359 42af7a65-404d-4744-a932-0658087f49c3
* Add system timer logicpatacongo2009-04-121-23/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1700 42af7a65-404d-4744-a932-0658087f49c3
* Common ARM supportpatacongo2007-04-281-0/+153
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@187 42af7a65-404d-4744-a932-0658087f49c3