index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
stepper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
trsync: Introduce new "trigger synchronization" support
Kevin O'Connor
2021-06-09
1
-8
/
+21
*
stepper: Remove min_stop_interval from mcu code
Kevin O'Connor
2021-04-30
1
-13
/
+3
*
stepper: Use a reusable interface to the "move queue"
Kevin O'Connor
2020-12-04
1
-18
/
+13
*
stepper: Make toggling the step gpio after timer read conditional
Kevin O'Connor
2020-05-31
1
-1
/
+5
*
stepper: Add some comments on s->position tracking
Kevin O'Connor
2020-03-04
1
-0
/
+5
*
stepper: Don't update SF_LAST_DIR if SF_NEED_RESET
Kevin O'Connor
2019-07-12
1
-1
/
+3
*
stepper: Fix reset_step_clock corruption due to bitset typo
Kevin O'Connor
2019-03-19
1
-1
/
+1
*
command: Always pass a string to the DECL_CONSTANT() macro
Kevin O'Connor
2019-03-17
1
-1
/
+1
*
stepper: Require an explicit reset_step_clock after stepper_stop()
Kevin O'Connor
2019-03-17
1
-5
/
+9
*
stepper: Support an optimized step/unstep function on ARM
Kevin O'Connor
2019-03-10
1
-24
/
+49
*
stepper: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-2
/
+2
*
stepper: Fix bug when using a non-zero CONFIG_STEP_DELAY on AVR
Kevin O'Connor
2019-01-11
1
-1
/
+1
*
stepper: Support configuring the stepper pulse length from Kconfig
Kevin O'Connor
2019-01-09
1
-7
/
+8
*
stepper: Introduce and use gpio_out_toggle_noirq()
Kevin O'Connor
2018-05-15
1
-5
/
+5
*
mcu: Provide some further help on common MCU shutdown errors
Kevin O'Connor
2017-09-05
1
-1
/
+1
*
stepper: Revert f8b0c884
Kevin O'Connor
2017-08-11
1
-26
/
+25
*
stepper: Increase the step delay time from 1us to 2us
Kevin O'Connor
2017-06-13
1
-1
/
+1
*
build: Use compile_time_request system for init, tasks, and shutdown
Kevin O'Connor
2017-05-26
1
-1
/
+1
*
stepper: It is not necessary to ensure gpio_out_write value is 0 or 1
Kevin O'Connor
2017-05-15
1
-2
/
+2
*
stepper: Improve performance of scheduled unsteps
Kevin O'Connor
2017-03-30
1
-25
/
+26
*
timer: Allow board code to define its own timer_is_before implementation
Kevin O'Connor
2017-03-26
1
-5
/
+6
*
sched: Rename sched_timer() to sched_add_timer()
Kevin O'Connor
2017-03-11
1
-1
/
+1
*
stepper: Introduce stepper_get_position command and remove from endstop.c
Kevin O'Connor
2017-03-09
1
-5
/
+27
*
basecmd: Use oid_ prefix for the oid manipulation functions
Kevin O'Connor
2017-03-09
1
-5
/
+5
*
basecmd: Generalize the "move queue" runtime storage
Kevin O'Connor
2017-03-08
1
-5
/
+15
*
sched: Minor change - remove unneeded header files
Kevin O'Connor
2017-01-14
1
-1
/
+0
*
stepper: Reset the next step time on a stepper stop
Kevin O'Connor
2016-11-14
1
-0
/
+1
*
stepper: Default to a high direction pin meaning positive direction
Kevin O'Connor
2016-11-08
1
-2
/
+2
*
stepper: Disable "no next step" check for some count=1 queue_step commands
Kevin O'Connor
2016-09-22
1
-5
/
+16
*
stepper: Support rescheduling of step events on faster MCUs
Kevin O'Connor
2016-06-14
1
-19
/
+72
*
sched: Use uint_fast8_t for return type of timers
Kevin O'Connor
2016-06-14
1
-3
/
+3
*
irq: Prefer irq_disable/enable instead of irq_save/restore in cmds/tasks
Kevin O'Connor
2016-06-13
1
-3
/
+3
*
stepper: Optimize for case where add is zero
Kevin O'Connor
2016-06-13
1
-11
/
+15
*
stepper: Use stepper_stop() instead of stepper_reset() in stepper_shutdown()
Kevin O'Connor
2016-06-02
1
-13
/
+6
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+202