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
/
simulator
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
simulator: Rework dummy simulator code to user timer_irq / serial_irq
Kevin O'Connor
2018-07-11
1
-108
/
+1
*
avr: Implement internal avr specific timer to handle 16bit overflows
Kevin O'Connor
2017-08-08
1
-5
/
+0
*
sched: Support adding timers to the start of timer_list
Kevin O'Connor
2017-08-08
1
-4
/
+9
*
irq: Support sleeping when mcu is idle
Kevin O'Connor
2017-07-17
1
-0
/
+5
*
command: Move low-level sendf transmission into board code
Kevin O'Connor
2017-06-29
1
-9
/
+2
*
command: Move command_task() to board specific code
Kevin O'Connor
2017-06-29
1
-13
/
+0
*
build: Use compile_time_request system for init, tasks, and shutdown
Kevin O'Connor
2017-05-26
1
-1
/
+1
*
irq: Add an irq_poll() stub for board code
Kevin O'Connor
2017-05-15
1
-0
/
+5
*
sched: Move timer dispatch loop to board code
Kevin O'Connor
2017-03-30
1
-6
/
+0
*
sched: Be explicit with loading of the waketime variable
Kevin O'Connor
2017-03-26
1
-1
/
+1
*
timer: Allow board code to define its own timer_is_before implementation
Kevin O'Connor
2017-03-26
1
-0
/
+6
*
sched: Avoid rescheduling the currently active timer
Kevin O'Connor
2017-03-10
1
-6
/
+0
*
irq: Allow boards to define the return type of irq_save()
Kevin O'Connor
2016-06-13
1
-6
/
+10
*
generic: Move simulator/irq.h to new file generic/irq.h
Kevin O'Connor
2016-06-13
1
-0
/
+32
*
sched: Change sched_from_ms() to sched_from_us()
Kevin O'Connor
2016-06-02
1
-1
/
+1
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+102