summaryrefslogtreecommitdiff
path: root/chip/lm4/hwtimer.c
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* force the compiler to use a valid register allocation for irq handlersVincent Palatin2014-03-111-1/+1
* lm4: Modified clock gating to allow easy expansion to low power.Alec Berg2013-10-101-6/+3
* Use SECOND and MSEC constantsRandall Spangler2012-10-291-20/+19
* Hook functions no longer return valuesRandall Spangler2012-10-231-3/+1
* add a function to fast forward system timerVincent Palatin2012-08-061-1/+7
* Maintain timer value across sysjumps and clean up init debug outputRandall Spangler2012-05-111-2/+5
* Add hooks module so modules can be notified of system-level events.Randall Spangler2012-04-191-4/+12
* Support dynamically changing the system clockRandall Spangler2012-04-091-7/+13
* Split the timer code between OS code and hardware dependant code.Vincent Palatin2012-01-251-0/+91