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
...
*
pru: Support config_reset command to manually reset mcu
Kevin O'Connor
2017-09-03
1
-10
/
+26
*
mcu: Add get_mcu() call to the mcu oid objects
Kevin O'Connor
2017-08-29
1
-7
/
+10
*
mcu: Fix bug causing corexy to not work (introduced in 9d75c3b0)
Kevin O'Connor
2017-08-29
1
-2
/
+2
*
mcu: Drop support for TICKS() expansion in mcu config commands
Kevin O'Connor
2017-08-26
1
-10
/
+11
*
chipmisc: Add support for statically configured output pins
Kevin O'Connor
2017-08-26
1
-12
/
+40
*
mcu: Track stepqueues separately from steppers
Kevin O'Connor
2017-08-25
1
-6
/
+6
*
mcu: Track oids separately from objects requiring a build_config() callback
Kevin O'Connor
2017-08-25
1
-13
/
+18
*
mcu: Eliminate "init callback" phase during connect
Kevin O'Connor
2017-08-25
1
-28
/
+21
*
pins: Support registering arbitrary chips that supply configurable pins
Kevin O'Connor
2017-08-25
1
-66
/
+76
*
klippy: Store printer startup parameters in new "start_args" dictionary
Kevin O'Connor
2017-08-25
1
-11
/
+22
*
irq: Support sleeping when mcu is idle
Kevin O'Connor
2017-07-17
1
-2
/
+4
*
mcu: Support converting from a system time to an mcu time
Kevin O'Connor
2017-07-17
1
-0
/
+6
*
klippy: Use newer "except XYZError as e" python syntax
Kevin O'Connor
2017-06-10
1
-1
/
+1
*
serialhdl: Support working with pseudo serial devices
Kevin O'Connor
2017-05-15
1
-1
/
+5
*
pwmcmds: Export the maximum PWM value
Kevin O'Connor
2017-05-15
1
-4
/
+8
*
queuelogger: Add critical information to each logfile on rollover
Kevin O'Connor
2017-05-01
1
-0
/
+11
*
mcu: No need to log mcu_stats debugging
Kevin O'Connor
2017-04-14
1
-1
/
+0
*
mcu: Change "Synchronizing mcu clock" logging to debug
Kevin O'Connor
2017-04-14
1
-1
/
+4
*
klippy: Remove CLEAR_SHUTDOWN command
Kevin O'Connor
2017-04-13
1
-5
/
+0
*
mcu: Make sure a FIRMWARE_RESTART actually resets the mcu
Kevin O'Connor
2017-04-13
1
-0
/
+2
*
hub-ctrl: Add support for micro-controller reset via RPi usb power toggling
Kevin O'Connor
2017-04-13
1
-9
/
+25
*
mcu: Support reset command
Kevin O'Connor
2017-04-13
1
-4
/
+27
*
klippy: Support minimum/maximum value checks on configuration variables
Kevin O'Connor
2017-04-11
1
-1
/
+2
*
delta: Make it clear that a "virtual tower" is created
Kevin O'Connor
2017-04-07
1
-6
/
+4
*
stepcompress: Merge stepcompress_delta_const and stepcompress_delta_accel
Kevin O'Connor
2017-04-07
1
-16
/
+3
*
stepcompress: Pass delta velocity and acceleration directly to C code
Kevin O'Connor
2017-04-07
1
-22
/
+13
*
stepcompress: Merge stepcompress_push_accel() and stepcompress_push_const()
Kevin O'Connor
2017-04-07
1
-10
/
+1
*
stepcompress: Pass constant velocity and acceleration directly to C code
Kevin O'Connor
2017-04-07
1
-17
/
+9
*
mcu: Change mcu_stepper.set_position() to take a location in millimeters
Kevin O'Connor
2017-04-07
1
-3
/
+7
*
mcu: Don't export the commanded_position variable from mcu_stepper
Kevin O'Connor
2017-04-07
1
-15
/
+17
*
mcu: Pass delta velocity and acceleration directly to mcu_stepper
Kevin O'Connor
2017-04-07
1
-15
/
+25
*
mcu: Pass constant velocity and acceleration directly to mcu_stepper
Kevin O'Connor
2017-04-07
1
-12
/
+28
*
mcu: Rename self.ffi_lib to self._ffi_lib
Kevin O'Connor
2017-04-04
1
-18
/
+19
*
endstop: Support halting more than one stepper on trigger
Kevin O'Connor
2017-04-03
1
-9
/
+21
*
mcu: Log the mcu clock each time print_time is synchronized
Kevin O'Connor
2017-03-30
1
-1
/
+4
*
mcu: Defer MCU_adc register_msg until ready to receive messages
Kevin O'Connor
2017-03-16
1
-3
/
+3
*
klippy: Eliminate high-level build_config phase
Kevin O'Connor
2017-03-13
1
-5
/
+5
*
mcu: Delay setting of mcu_stepper.min_stop_interval
Kevin O'Connor
2017-03-13
1
-18
/
+25
*
mcu: Allow each oid object to define its own build_config() method
Kevin O'Connor
2017-03-13
1
-58
/
+81
*
mcu: Support config mechanism for translating seconds to clock ticks
Kevin O'Connor
2017-03-13
1
-17
/
+14
*
pins: Simplify pin map alias setup
Kevin O'Connor
2017-03-13
1
-5
/
+2
*
stepper: Introduce stepper_get_position command and remove from endstop.c
Kevin O'Connor
2017-03-09
1
-8
/
+11
*
mcu: Support inverted PWM pins
Kevin O'Connor
2017-03-09
1
-4
/
+8
*
klippy: Support FIRMWARE_RESTART command
Kevin O'Connor
2017-03-08
1
-2
/
+14
*
mcu: Improve error messages on failure to config printer
Kevin O'Connor
2017-03-08
1
-2
/
+9
*
fan: Default to using software PWM
Kevin O'Connor
2017-03-08
1
-5
/
+5
*
heater: Support max_power setting for heaters
Kevin O'Connor
2017-03-03
1
-1
/
+3
*
toolhead: Rework lookahead flush to be more stable during high cpu
Kevin O'Connor
2017-02-12
1
-1
/
+1
*
reactor: Use the system monotonic clock instead of the normal system clock
Kevin O'Connor
2017-02-06
1
-6
/
+8
*
stepcompress: Propagate errors back to python code
Kevin O'Connor
2017-02-06
1
-17
/
+34
[prev]
[next]