aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/chelper/msgblock.c
Commit message (Collapse)AuthorAgeFilesLines
* msgblock: Add clock estimation helper functionsKevin O'Connor2021-06-091-0/+26
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* msgblock: Add msgblock_decode()Kevin O'Connor2021-06-091-0/+33
| | | | | | | Add function that can parse a simple VLQ encoded message to an array of integers. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* msgblock: Move message manipulation code from serialqueue.c to new msgblock.cKevin O'Connor2021-06-091-0/+150
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>