aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/chelper/serialqueue.c
Commit message (Expand)AuthorAgeFilesLines
* serialqueue: Support notification of when a command is processedKevin O'Connor2020-02-201-10/+45
* serialqueue: Remove unused serialqueue_encode_and_send() functionKevin O'Connor2020-02-201-16/+0
* serialqueue: Wrap code to 80 columnsKevin O'Connor2019-02-271-3/+4
* serialqueue: Increase receive message debug queue to 100 messagesKevin O'Connor2018-09-021-1/+1
* chelper: Compile with gcc -fwhole-program optionKevin O'Connor2018-06-201-13/+14
* serialqueue: Limit message transmission to available receive buffer sizeKevin O'Connor2018-05-281-3/+20
* command: Wait to send ack until after processing commandsKevin O'Connor2018-05-281-5/+9
* serialqueue: Fix batching of BACKGROUND_PRIORITY_CLOCK messagesKevin O'Connor2018-05-051-1/+2
* chelper: Move the host C code to a new klippy/chelper/ directoryKevin O'Connor2018-04-301-0/+1090