Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linux: Rework timer_check_periodic() to use ticks | Kevin O'Connor | 2021-04-19 | 1 | -1/+1 |
| | | | | | | Avoid using a 'struct timespec' to simplify the code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | linux: Initial support for running Klipper in a Linux real-time process | Kevin O'Connor | 2017-09-20 | 1 | -0/+36 |
Add support for compiling the Klipper micro-controller code as a real-time process capable of running on standard Linux systems. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |