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
/
sched.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched: Report the time of a shutdown
Kevin O'Connor
2017-03-24
1
-1
/
+2
*
sched: Move functions within sched.c
Kevin O'Connor
2017-03-11
1
-40
/
+38
*
sched: Rename sched_timer() to sched_add_timer()
Kevin O'Connor
2017-03-11
1
-1
/
+1
*
sched: Don't overwrite shutdown reason if shutdown called while shutdown
Kevin O'Connor
2017-03-10
1
-1
/
+2
*
sched: Avoid rescheduling the currently active timer
Kevin O'Connor
2017-03-10
1
-22
/
+29
*
sched: Use a sentinel timer at the end of the timer_list
Kevin O'Connor
2017-03-10
1
-9
/
+29
*
sched: Minor change - remove unneeded header files
Kevin O'Connor
2017-01-14
1
-2
/
+0
*
sched: Improve AVR optimization of reschedule_timer()
Kevin O'Connor
2016-10-19
1
-7
/
+11
*
sched: Use 'unsigned int' instead of 'uint16_t' for shutdown reason
Kevin O'Connor
2016-06-14
1
-2
/
+2
*
sched: Use uint_fast8_t for return type of timers
Kevin O'Connor
2016-06-14
1
-2
/
+2
*
irq: Allow boards to define the return type of irq_save()
Kevin O'Connor
2016-06-13
1
-3
/
+3
*
generic: Move board timer.h files into generic/misc.h
Kevin O'Connor
2016-06-13
1
-1
/
+1
*
sched: Optimize timer list handling
Kevin O'Connor
2016-06-13
1
-39
/
+50
*
sched: Change sched_from_ms() to sched_from_us()
Kevin O'Connor
2016-06-02
1
-6
/
+6
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+282