index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sam3x8e
/
timer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sam3: Rename src/sam3x8e to src/sam3
Kevin O'Connor
2019-01-07
1
-65
/
+0
*
sched: Implement generic sleep mechanism based on tasks pending
Kevin O'Connor
2017-08-08
1
-7
/
+0
*
sched: Support adding timers to the start of timer_list
Kevin O'Connor
2017-08-08
1
-13
/
+11
*
irq: Support sleeping when mcu is idle
Kevin O'Connor
2017-07-17
1
-0
/
+7
*
build: Use compile_time_request system for init, tasks, and shutdown
Kevin O'Connor
2017-05-26
1
-2
/
+2
*
sam3x8e: Align the TC0_Handler timer irq handler
Kevin O'Connor
2017-03-30
1
-1
/
+1
*
timer_irq: Integrate timer_try_set_next() into timer_dispatch_many()
Kevin O'Connor
2017-03-30
1
-12
/
+14
*
timer_irq: Rename generic/timer.c to generic/timer_irq.c
Kevin O'Connor
2017-03-30
1
-3
/
+1
*
sched: Move timer dispatch loop to board code
Kevin O'Connor
2017-03-30
1
-1
/
+4
*
generic: Move generic parts of sam3x8e timer.c to generic directory
Kevin O'Connor
2017-03-11
1
-88
/
+11
*
sched: Avoid rescheduling the currently active timer
Kevin O'Connor
2017-03-10
1
-31
/
+12
*
armcm_irq: Move ARM Cortex-M irq handling to new file
Kevin O'Connor
2017-02-19
1
-1
/
+1
*
sam3x8e/timer: Be careful of races in timer_set_next()
Kevin O'Connor
2017-02-14
1
-4
/
+16
*
build: Define DECL_CONSTANT mechanism for defining exported constants
Kevin O'Connor
2016-12-23
1
-0
/
+3
*
sam3x8e: Rework timer priority code to use time instead of event count
Kevin O'Connor
2016-10-31
1
-11
/
+14
*
sam3x8e: Add initial support for Arduino Due boards
Kevin O'Connor
2016-06-14
1
-0
/
+142