aboutsummaryrefslogtreecommitdiffstats
path: root/src/trsync.c
Commit message (Collapse)AuthorAgeFilesLines
* trsync: Don't require callers of trsync_do_trigger() to disable irqsKevin O'Connor2024-10-261-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" supportKevin O'Connor2021-06-091-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>