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
/
misc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
command: Fix handling of buffer passing in args[] on 64bit mcu
Kevin O'Connor
2020-10-30
1
-0
/
+1
*
command: Add command_decode_ptr() helper
Kevin O'Connor
2020-10-30
1
-1
/
+0
*
command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengths
Kevin O'Connor
2018-05-28
1
-1
/
+1
*
avr: Implement internal avr specific timer to handle 16bit overflows
Kevin O'Connor
2017-08-08
1
-1
/
+0
*
sched: Support adding timers to the start of timer_list
Kevin O'Connor
2017-08-08
1
-0
/
+1
*
basecmd: Move low-level alloc code into basecmd.c
Kevin O'Connor
2017-07-20
1
-2
/
+2
*
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
*
basecmd: Avoid calling malloc() from main code
Kevin O'Connor
2017-05-11
1
-1
/
+2
*
sched: Move timer dispatch loop to board code
Kevin O'Connor
2017-03-30
1
-1
/
+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
-1
/
+2
*
sched: Avoid rescheduling the currently active timer
Kevin O'Connor
2017-03-10
1
-1
/
+0
*
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
1
-0
/
+16