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
/
basecmd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
debugcmds: Move debugging commands from basecmd.c to new file
Kevin O'Connor
2017-05-15
1
-90
/
+0
*
basecmd: Avoid calling malloc() from main code
Kevin O'Connor
2017-05-11
1
-23
/
+7
*
basecmd: Add debugging commands for testing communication
Kevin O'Connor
2017-04-23
1
-0
/
+15
*
timer: Allow board code to define its own timer_is_before implementation
Kevin O'Connor
2017-03-26
1
-4
/
+4
*
sched: Rename sched_timer() to sched_add_timer()
Kevin O'Connor
2017-03-11
1
-1
/
+1
*
basecmd: Remove unimplemented command_reset()
Kevin O'Connor
2017-03-09
1
-7
/
+0
*
basecmd: Use oid_ prefix for the oid manipulation functions
Kevin O'Connor
2017-03-09
1
-11
/
+11
*
basecmd: Generalize the "move queue" runtime storage
Kevin O'Connor
2017-03-08
1
-25
/
+66
*
serialhdl: Load the mcu's 64bit clock at start of connection
Kevin O'Connor
2017-03-03
1
-4
/
+16
*
sched: Minor change - remove unneeded header files
Kevin O'Connor
2017-01-14
1
-1
/
+1
*
basecmd: Improve accuracy of stats "sumsq" variable
Kevin O'Connor
2017-01-09
1
-2
/
+13
*
sched: Use uint_fast8_t for return type of timers
Kevin O'Connor
2016-06-14
1
-1
/
+1
*
irq: Allow boards to define the return type of irq_save()
Kevin O'Connor
2016-06-13
1
-3
/
+3
*
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
/
+301