aboutsummaryrefslogtreecommitdiffstats
path: root/src/sam3x8e/timer.c
Commit message (Expand)AuthorAgeFilesLines
* sam3: Rename src/sam3x8e to src/sam3Kevin O'Connor2019-01-071-65/+0
* sched: Implement generic sleep mechanism based on tasks pendingKevin O'Connor2017-08-081-7/+0
* sched: Support adding timers to the start of timer_listKevin O'Connor2017-08-081-13/+11
* irq: Support sleeping when mcu is idleKevin O'Connor2017-07-171-0/+7
* build: Use compile_time_request system for init, tasks, and shutdownKevin O'Connor2017-05-261-2/+2
* sam3x8e: Align the TC0_Handler timer irq handlerKevin O'Connor2017-03-301-1/+1
* timer_irq: Integrate timer_try_set_next() into timer_dispatch_many()Kevin O'Connor2017-03-301-12/+14
* timer_irq: Rename generic/timer.c to generic/timer_irq.cKevin O'Connor2017-03-301-3/+1
* sched: Move timer dispatch loop to board codeKevin O'Connor2017-03-301-1/+4
* generic: Move generic parts of sam3x8e timer.c to generic directoryKevin O'Connor2017-03-111-88/+11
* sched: Avoid rescheduling the currently active timerKevin O'Connor2017-03-101-31/+12
* armcm_irq: Move ARM Cortex-M irq handling to new fileKevin O'Connor2017-02-191-1/+1
* sam3x8e/timer: Be careful of races in timer_set_next()Kevin O'Connor2017-02-141-4/+16
* build: Define DECL_CONSTANT mechanism for defining exported constantsKevin O'Connor2016-12-231-0/+3
* sam3x8e: Rework timer priority code to use time instead of event countKevin O'Connor2016-10-311-11/+14
* sam3x8e: Add initial support for Arduino Due boardsKevin O'Connor2016-06-141-0/+142