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
/
generic
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched: Implement generic sleep mechanism based on tasks pending
Kevin O'Connor
2017-08-08
2
-17
/
+1
*
avr: Implement internal avr specific timer to handle 16bit overflows
Kevin O'Connor
2017-08-08
2
-7
/
+0
*
sched: Support adding timers to the start of timer_list
Kevin O'Connor
2017-08-08
2
-1
/
+2
*
basecmd: Move low-level alloc code into basecmd.c
Kevin O'Connor
2017-07-20
2
-25
/
+11
*
irq: Support sleeping when mcu is idle
Kevin O'Connor
2017-07-17
4
-1
/
+24
*
command: Move low-level sendf transmission into board code
Kevin O'Connor
2017-06-29
1
-2
/
+3
*
command: Move command_task() to board specific code
Kevin O'Connor
2017-06-29
1
-2
/
+0
*
build: Use compile_time_request system for init, tasks, and shutdown
Kevin O'Connor
2017-05-26
2
-3
/
+3
*
irq: Add an irq_poll() stub for board code
Kevin O'Connor
2017-05-15
2
-0
/
+6
*
basecmd: Avoid calling malloc() from main code
Kevin O'Connor
2017-05-11
2
-4
/
+29
*
timer_irq: Integrate timer_try_set_next() into timer_dispatch_many()
Kevin O'Connor
2017-03-30
2
-45
/
+26
*
timer_irq: Rename generic/timer.c to generic/timer_irq.c
Kevin O'Connor
2017-03-30
2
-0
/
+7
*
sched: Move timer dispatch loop to board code
Kevin O'Connor
2017-03-30
2
-2
/
+15
*
timer: Make sure to reset the timer repeat checks on a shutdown
Kevin O'Connor
2017-03-30
1
-0
/
+7
*
sched: Be explicit with loading of the waketime variable
Kevin O'Connor
2017-03-26
2
-2
/
+2
*
timer: Allow board code to define its own timer_is_before implementation
Kevin O'Connor
2017-03-26
2
-2
/
+12
*
generic: Move generic parts of sam3x8e timer.c to generic directory
Kevin O'Connor
2017-03-11
1
-0
/
+87
*
sched: Avoid rescheduling the currently active timer
Kevin O'Connor
2017-03-10
1
-1
/
+0
*
armcm_irq: Move ARM Cortex-M irq handling to new file
Kevin O'Connor
2017-02-19
1
-0
/
+58
*
io.h: read/write[bwl] should use barrier
Kevin O'Connor
2017-02-02
1
-3
/
+13
*
gpio: Merge gpio_adc_sample_time() into gpio_adc_sample()
Kevin O'Connor
2016-11-02
1
-3
/
+2
*
irq: Allow boards to define the return type of irq_save()
Kevin O'Connor
2016-06-13
1
-2
/
+4
*
generic: Add new file generic/io.h and move read/writeb() to it
Kevin O'Connor
2016-06-13
1
-0
/
+25
*
generic: Move simulator/gpio.h to generic/gpio.h
Kevin O'Connor
2016-06-13
1
-0
/
+37
*
generic: Move simulator/irq.h to new file generic/irq.h
Kevin O'Connor
2016-06-13
2
-0
/
+24
*
generic: Move board timer.h files into generic/misc.h
Kevin O'Connor
2016-06-13
1
-0
/
+6
*
generic: Create generic board infrastructure and move misc.h to it
Kevin O'Connor
2016-06-13
3
-0
/
+51