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
/
klippy
/
mcu.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
mcu: Return time of trigger from home_wait()
Kevin O'Connor
2021-08-17
1
-1
/
+11
*
stepper: Query the stepper mcu position during startup
Kevin O'Connor
2021-08-06
1
-1
/
+1
*
mcu: Support returning the mcu reported shutdown time
Kevin O'Connor
2021-07-29
1
-0
/
+6
*
mcu: Set reqclock on trsync_start commands
Kevin O'Connor
2021-07-09
1
-2
/
+3
*
homing: Check for failures during multi-endstop homing
Kevin O'Connor
2021-06-09
1
-1
/
+3
*
mcu: Enable trdispatch infrastructure during homing
Kevin O'Connor
2021-06-09
1
-66
/
+138
*
trsync: Introduce new "trigger synchronization" support
Kevin O'Connor
2021-06-09
1
-30
/
+37
*
mcu: Raise config_error (not protocol error) on pin enumeration errors
Kevin O'Connor
2021-06-09
1
-11
/
+20
*
serialhdl: Support prepending a warn_prefix to error and log messages
Kevin O'Connor
2021-06-09
1
-1
/
+2
*
klippy: Report known software versions on a protocol error during connection
Kevin O'Connor
2021-05-02
1
-1
/
+1
*
endstop: Report trigger time in endstop_query response
Kevin O'Connor
2021-04-30
1
-2
/
+2
*
stepper: Remove min_stop_interval from mcu code
Kevin O'Connor
2021-04-30
1
-1
/
+1
*
mcu: Update hints for "Timer too close" and "No next step" errors
Kevin O'Connor
2021-03-19
1
-1
/
+6
*
mcu: Add support for connecting to devices on a CAN bus
Kevin O'Connor
2021-03-13
1
-6
/
+19
*
tmc2130: Verify SPI register writes
Kevin O'Connor
2021-03-10
1
-4
/
+10
*
serialhdl: Update callers to decide serial fd type
Kevin O'Connor
2021-03-02
1
-17
/
+17
*
mcu: Raise a command_error on a command timeout event
Kevin O'Connor
2021-02-27
1
-4
/
+6
*
buildcommands: Extend number of available mcu messages from 96 to 128
Kevin O'Connor
2021-02-18
1
-2
/
+2
*
msgproto: Avoid peeking into the msgproto class members
Kevin O'Connor
2021-02-18
1
-7
/
+10
*
mcu: Add a get_status() callback with micro-controller info and stats
Kevin O'Connor
2021-01-19
1
-6
/
+16
*
heaters: Always register heater pin as a pwm pin
Kevin O'Connor
2020-12-15
1
-2
/
+0
*
gpiocmds: Merge digital output and soft pwm code
Kevin O'Connor
2020-12-10
1
-6
/
+6
*
gpiocmds: Use move queue for software pwm
Kevin O'Connor
2020-12-04
1
-2
/
+3
*
gpiocmds: Use move queue for digital output pins
Pascal Pieper
2020-12-04
1
-4
/
+5
*
pwmcmds: Use move queue for hard PWM
Pascal Pieper
2020-12-04
1
-2
/
+3
*
mcu: Support reserving move queue slots
Pascal Pieper
2020-12-04
1
-1
/
+6
*
gpiocmds: Send soft pwm cycle_time separately from schedule_soft_pwm_out
Kevin O'Connor
2020-12-04
1
-10
/
+17
*
mcu: Add support for setting reqclock in CommandQueryWrapper.send()
Kevin O'Connor
2020-10-29
1
-4
/
+5
*
mcu: Don't default serial config option to /dev/ttyS0
Kevin O'Connor
2020-10-28
1
-10
/
+10
*
mcu: Increase the time to reset a pwm pin during startup
Kevin O'Connor
2020-10-11
1
-6
/
+3
*
mcu: Fix set_pwm() for hard pwm
Kevin O'Connor
2020-09-27
1
-11
/
+13
*
mcu: Add support for changing cycle_time in set_pwm()
Kevin O'Connor
2020-09-26
1
-3
/
+5
*
gpiocmds: Add soft-pwm frequency modulation support
Guy Shapira
2020-09-26
1
-9
/
+16
*
mcu: Setup for steppersync_free to be automatically called
Kevin O'Connor
2020-09-16
1
-14
/
+14
*
mcu: Don't define a __del__() method
Kevin O'Connor
2020-09-16
1
-2
/
+0
*
mcu: Use schedule_pwm_out instead of set_pwm_out on a restart
Kevin O'Connor
2020-09-09
1
-4
/
+7
*
mcu: Reset pwm and digital output pins to start values on a host restart
Kevin O'Connor
2020-07-25
1
-35
/
+43
*
mcu: Add support for commands to send only on a host restart
Kevin O'Connor
2020-07-25
1
-7
/
+12
*
mcu: Remove undocumented "custom" config parameter
Kevin O'Connor
2020-07-19
1
-13
/
+2
*
mcu: Avoid using "async" for variables as it conflicts with Python3
Kevin O'Connor
2020-06-15
1
-4
/
+4
*
serial: Add Fysetc Cheetah board specific reset sequence
Grigori Goronzy
2020-04-02
1
-2
/
+14
*
mcu: Shutdown if a spontaneous restart of an mcu is observed
Kevin O'Connor
2020-03-22
1
-3
/
+8
*
clocksync: Remove no longer used get_adjusted_freq() function
Kevin O'Connor
2020-03-06
1
-2
/
+0
*
mcu: Calculate homing rest_ticks via standard print_time_to_clock() call
Kevin O'Connor
2020-03-06
1
-1
/
+1
*
mcu: Introduce new lookup_query_command() command wrapper
Kevin O'Connor
2020-02-20
1
-37
/
+51
*
serialhdl: Convert queries to use new notify message ack system
Kevin O'Connor
2020-02-20
1
-5
/
+38
*
homing: Don't raise a TimeoutError from home_wait()
Kevin O'Connor
2020-02-19
1
-4
/
+1
*
homing: Replace notify callback with a completion
Kevin O'Connor
2020-02-19
1
-9
/
+7
*
homing: Merge home_prepare()/home_finalize() into move_begin/move_end events
Kevin O'Connor
2020-02-15
1
-4
/
+0
*
mcu: Minor simplification to default reset detection
Kevin O'Connor
2019-11-12
1
-5
/
+3
[next]