Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trsync: Don't require callers of trsync_do_trigger() to disable irqs | Kevin O'Connor | 2024-10-26 | 1 | -3/+6 |
| | | | | | | | | | Disable irqs within trsync_do_trigger(). This fixes a bug in ldc1612 - as that code was calling trsync_do_trigger() without first disabling irqs. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | trsync: Introduce new "trigger synchronization" support | Kevin O'Connor | 2021-06-09 | 1 | -0/+200 |
Separate out the stepper stopping code from endstop.c into its own trsync.c code file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |