aboutsummaryrefslogtreecommitdiffstats
path: root/src/linux/console.c
Commit message (Expand)AuthorAgeFilesLines
* linux: Use Unix signals to notify when a timer is pendingKevin O'Connor2021-11-021-31/+11
* command: Fix handling of buffer passing in args[] on 64bit mcuKevin O'Connor2020-10-301-0/+6
* linux: userspace GPIO controlandryblack2020-05-171-1/+1
* command: Add command_find_and_dispatch() helperKevin O'Connor2018-05-281-3/+1
* command: Add a command_encode_and_frame() helperKevin O'Connor2018-05-281-2/+1
* command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengthsKevin O'Connor2018-05-281-4/+4
* linux: Add support for pca9685 i2c pwm devicesKevin O'Connor2017-09-201-2/+2
* linux: Initial support for running Klipper in a Linux real-time processKevin O'Connor2017-09-201-0/+210