aboutsummaryrefslogtreecommitdiffstats
path: root/src/basecmd.c
Commit message (Expand)AuthorAgeFilesLines
* debugcmds: Move debugging commands from basecmd.c to new fileKevin O'Connor2017-05-151-90/+0
* basecmd: Avoid calling malloc() from main codeKevin O'Connor2017-05-111-23/+7
* basecmd: Add debugging commands for testing communicationKevin O'Connor2017-04-231-0/+15
* timer: Allow board code to define its own timer_is_before implementationKevin O'Connor2017-03-261-4/+4
* sched: Rename sched_timer() to sched_add_timer()Kevin O'Connor2017-03-111-1/+1
* basecmd: Remove unimplemented command_reset()Kevin O'Connor2017-03-091-7/+0
* basecmd: Use oid_ prefix for the oid manipulation functionsKevin O'Connor2017-03-091-11/+11
* basecmd: Generalize the "move queue" runtime storageKevin O'Connor2017-03-081-25/+66
* serialhdl: Load the mcu's 64bit clock at start of connectionKevin O'Connor2017-03-031-4/+16
* sched: Minor change - remove unneeded header filesKevin O'Connor2017-01-141-1/+1
* basecmd: Improve accuracy of stats "sumsq" variableKevin O'Connor2017-01-091-2/+13
* sched: Use uint_fast8_t for return type of timersKevin O'Connor2016-06-141-1/+1
* irq: Allow boards to define the return type of irq_save()Kevin O'Connor2016-06-131-3/+3
* sched: Change sched_from_ms() to sched_from_us()Kevin O'Connor2016-06-021-1/+1
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+301