Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linux: Remove unneeded includes from timer.c | Kevin O'Connor | 2017-10-23 | 1 | -2/+0 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | sched: Don't shutdown on a "timer in the past" if already shutdown | Kevin O'Connor | 2017-10-12 | 1 | -3/+2 |
| | | | | | | A shutdown will not help if the mcu is already in a shutdown state. 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/+233 |
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> |