aboutsummaryrefslogtreecommitdiffstats
path: root/src/linux/internal.h
Commit message (Collapse)AuthorAgeFilesLines
* linux: Add support for pca9685 i2c pwm devicesKevin O'Connor2017-09-201-0/+2
| | | | | | | Add support for controlling pca9685 PWM drivers using the standard Linux I2C interface. The pca9685 device is found on Replicape boards. 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/+17
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>