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
*
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
*
stepper: Move MCU_stepper from mcu.py to stepper.py
Kevin O'Connor
2019-11-12
1
-133
/
+1
*
query_adc: Add a new module to help query and debug analog pins
Kevin O'Connor
2019-11-07
1
-0
/
+4
*
itersolve: Remove unused gen_steps()
Kevin O'Connor
2019-11-06
1
-5
/
+0
*
mcu: Remove set_ignore_move()
Kevin O'Connor
2019-11-06
1
-15
/
+4
*
itersolve: Add support for generating steps from a trapq
Kevin O'Connor
2019-11-06
1
-3
/
+35
*
mcu: Contact and identify all the mcus prior to configuring them
Kevin O'Connor
2019-11-06
1
-20
/
+23
*
mcu: Prevent "math domain errors" in stats calculation
Kevin O'Connor
2019-08-30
1
-1
/
+2
*
pins: Move reserved pin handling into PinResolver class
Kevin O'Connor
2019-08-19
1
-4
/
+4
*
endstop: Rename mcu end_stop commands to endstop
Kevin O'Connor
2019-07-12
1
-11
/
+11
*
stepcompress: Remove no longer needed stepcompress_set_homing()
Kevin O'Connor
2019-07-10
1
-10
/
+0
*
homing: Implement homing via new toolhead "drip" movement
Kevin O'Connor
2019-07-10
1
-27
/
+31
*
mcu: Rework home_wait() to use a reactor completion
Kevin O'Connor
2019-07-10
1
-34
/
+37
*
serialhdl: Update SendWithRetry to use reactor completions
Kevin O'Connor
2019-07-10
1
-4
/
+3
*
mcu: Use regular send_with_response() for query_endstop()
Kevin O'Connor
2019-07-10
1
-16
/
+13
*
mcu: Integrate query_endstop_wait() into query_endstop()
Kevin O'Connor
2019-07-10
1
-3
/
+1
[next]