mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-30 03:10:27 -07:00
Implement rescheduling math using the simple 32-bit timer instead of the Unix timespec struct. This makes the code simpler and doesn't adversely impact the overall performance. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |
||
|---|---|---|
| .. | ||
| analog.c | ||
| console.c | ||
| gpio.c | ||
| gpio.h | ||
| hard_pwm.c | ||
| i2c.c | ||
| internal.h | ||
| Kconfig | ||
| main.c | ||
| Makefile | ||
| pca9685.c | ||
| sensor_ds18b20.c | ||
| spidev.c | ||
| timer.c | ||
| watchdog.c | ||