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
/
endstop.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
endstop: Rename mcu end_stop commands to endstop
Kevin O'Connor
2019-07-12
1
-35
/
+35
*
endstop: Use "pin_value" instead of "pin" when querying endstop state
Kevin O'Connor
2019-03-19
1
-4
/
+4
*
endstop: Eliminate end_stop_set_oversample command
Kevin O'Connor
2017-10-12
1
-21
/
+13
*
endstop: Fix typo in comment
Kevin O'Connor
2017-10-02
1
-1
/
+1
*
endstop: Support oversampling of the endstop
Kevin O'Connor
2017-10-01
1
-5
/
+45
*
sched: Don't count milliseconds in the periodic timer
Kevin O'Connor
2017-08-08
1
-2
/
+4
*
build: Use compile_time_request system for init, tasks, and shutdown
Kevin O'Connor
2017-05-26
1
-1
/
+1
*
build: Avoid using noinline in common code
Kevin O'Connor
2017-05-15
1
-1
/
+1
*
endstop: Support halting more than one stepper on trigger
Kevin O'Connor
2017-04-03
1
-9
/
+31
*
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
/
+3
*
endstop: No need to store pin_value
Kevin O'Connor
2017-03-09
1
-5
/
+5
*
basecmd: Use oid_ prefix for the oid manipulation functions
Kevin O'Connor
2017-03-09
1
-5
/
+5
*
sched: Minor change - remove unneeded header files
Kevin O'Connor
2017-01-14
1
-1
/
+0
*
sched: Use uint_fast8_t for return type of timers
Kevin O'Connor
2016-06-14
1
-1
/
+1
*
irq: Prefer irq_disable/enable instead of irq_save/restore in cmds/tasks
Kevin O'Connor
2016-06-13
1
-3
/
+3
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+110