Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | serialqueue: Support notification of when a command is processed | Kevin O'Connor | 2020-02-20 | 1 | -10/+45 |
* | serialqueue: Remove unused serialqueue_encode_and_send() function | Kevin O'Connor | 2020-02-20 | 1 | -16/+0 |
* | serialqueue: Wrap code to 80 columns | Kevin O'Connor | 2019-02-27 | 1 | -3/+4 |
* | serialqueue: Increase receive message debug queue to 100 messages | Kevin O'Connor | 2018-09-02 | 1 | -1/+1 |
* | chelper: Compile with gcc -fwhole-program option | Kevin O'Connor | 2018-06-20 | 1 | -13/+14 |
* | serialqueue: Limit message transmission to available receive buffer size | Kevin O'Connor | 2018-05-28 | 1 | -3/+20 |
* | command: Wait to send ack until after processing commands | Kevin O'Connor | 2018-05-28 | 1 | -5/+9 |
* | serialqueue: Fix batching of BACKGROUND_PRIORITY_CLOCK messages | Kevin O'Connor | 2018-05-05 | 1 | -1/+2 |
* | chelper: Move the host C code to a new klippy/chelper/ directory | Kevin O'Connor | 2018-04-30 | 1 | -0/+1090 |