aboutsummaryrefslogtreecommitdiffstats
path: root/src/linux/watchdog.c
Commit message (Collapse)AuthorAgeFilesLines
* linux: Rework timer_check_periodic() to use ticksKevin O'Connor2021-04-191-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 processKevin O'Connor2017-09-201-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>