aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/serialqueue.c
Commit message (Expand)AuthorAgeFilesLines
* reactor: Use the system monotonic clock instead of the normal system clockKevin O'Connor2017-02-061-3/+3
* serialqueue: Remove serialqueue_flush_ready()Kevin O'Connor2016-12-301-14/+1
* pyhelper: Add ability to route error messages to python loggingKevin O'Connor2016-11-301-2/+2
* pyhelper: Move helper functions from serialqueue.c to new fileKevin O'Connor2016-11-301-59/+1
* mcu: Be careful to free memory allocated in C codeKevin O'Connor2016-11-301-18/+46
* serialhdl: Fully deallocate serialqueue on disconnectKevin O'Connor2016-11-291-0/+34
* serialqueue: Kick the background thread from serialqueue_exitKevin O'Connor2016-11-291-9/+10
* serialqueue: Fix possible memory leak in serialqueue_extract_old()Kevin O'Connor2016-11-291-2/+2
* serialhdl: Calculate baudadjust from MCU's baud instead of host baudKevin O'Connor2016-07-161-2/+9
* serialqueue: Add debugging helper functions for dumping a binary bufferKevin O'Connor2016-06-051-0/+24
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+1021