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
/
serialhdl.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
klippy: Automatically clear rollover_info on each restart
Kevin O'Connor
2018-04-03
1
-5
/
+0
*
serialhdl: Add a wrapper around the results of lookup_command()
Kevin O'Connor
2018-02-27
1
-15
/
+27
*
msgproto: Support default values in get_constant() calls
Kevin O'Connor
2018-01-29
1
-2
/
+2
*
build: Add gcc and binutils version to mcu data dictionary
Kevin O'Connor
2017-12-21
1
-2
/
+3
*
serialhdl: Don't open port at 1200 baud
Kevin O'Connor
2017-10-12
1
-3
/
+3
*
klippy: Avoid using '%' syntax when calling logging module
Kevin O'Connor
2017-09-27
1
-12
/
+12
*
serialhdl: Make dump_debug() output atomic
Kevin O'Connor
2017-09-27
1
-6
/
+8
*
clocksync: Move clock synchronization code into new file
Kevin O'Connor
2017-09-19
1
-96
/
+6
*
serialhdl: Reduce calculations done while holding the lock
Kevin O'Connor
2017-09-19
1
-3
/
+5
*
serialhdl: Sometimes we get an IOError when serial port not found
Kevin O'Connor
2017-08-14
1
-1
/
+1
*
serialhdl: Dump serial stats in dump_debug()
Kevin O'Connor
2017-07-24
1
-0
/
+2
*
serialhdl: Rework mcu clock synchronization
Kevin O'Connor
2017-06-30
1
-52
/
+68
*
klippy: Use newer "except XYZError as e" python syntax
Kevin O'Connor
2017-06-10
1
-1
/
+1
*
klippy: Prefer python dictionary comprehension to dict() call
Kevin O'Connor
2017-06-06
1
-1
/
+1
*
serialhdl: Support working with pseudo serial devices
Kevin O'Connor
2017-05-15
1
-2
/
+7
*
reactor: Support pause() command even when the reactor is not running
Kevin O'Connor
2017-04-01
1
-4
/
+4
*
serialhdl: Make sure to calculate est_clock before connect() finishes
Kevin O'Connor
2017-03-24
1
-4
/
+10
*
serialhdl: Catch SerialException as well as OSError on serial open
Kevin O'Connor
2017-03-16
1
-1
/
+1
*
stepper: Introduce stepper_get_position command and remove from endstop.c
Kevin O'Connor
2017-03-09
1
-5
/
+6
*
klippy: Support FIRMWARE_RESTART command
Kevin O'Connor
2017-03-08
1
-1
/
+14
*
serialhdl: Make sure to close the serial port on disconnect()
Kevin O'Connor
2017-03-08
1
-9
/
+9
*
serialhdl: Detect timeout in SerialReader.send_with_response()
Kevin O'Connor
2017-03-08
1
-2
/
+11
*
serialhdl: Load the mcu's 64bit clock at start of connection
Kevin O'Connor
2017-03-03
1
-5
/
+9
*
reactor: Use the system monotonic clock instead of the normal system clock
Kevin O'Connor
2017-02-06
1
-8
/
+8
*
serialqueue: Remove serialqueue_flush_ready()
Kevin O'Connor
2016-12-30
1
-2
/
+0
*
mcu: Log the MCU configuration during connect phase
Kevin O'Connor
2016-12-24
1
-0
/
+2
*
build: Define DECL_CONSTANT mechanism for defining exported constants
Kevin O'Connor
2016-12-23
1
-1
/
+1
*
serialhdl: Clear "hupcl" bit from serial port
Kevin O'Connor
2016-12-09
1
-1
/
+2
*
mcu: Detect if the communication channel to the firmware is lost
Kevin O'Connor
2016-11-30
1
-1
/
+1
*
mcu: Be careful to free memory allocated in C code
Kevin O'Connor
2016-11-30
1
-3
/
+4
*
serialhdl: Retry opening of serial port
Kevin O'Connor
2016-11-29
1
-10
/
+27
*
serialhdl: Fully deallocate serialqueue on disconnect
Kevin O'Connor
2016-11-29
1
-2
/
+5
*
serialhdl: Make SerialReader.send_with_response() blocking
Kevin O'Connor
2016-11-29
1
-10
/
+17
*
serialhdl: Make SerialReader.connect() blocking
Kevin O'Connor
2016-11-29
1
-27
/
+26
*
klippy: Run the MCU connect code within the reactor
Kevin O'Connor
2016-11-29
1
-4
/
+4
*
serialhdl: Calculate baudadjust from MCU's baud instead of host baud
Kevin O'Connor
2016-07-16
1
-8
/
+8
*
serialhdl: Avoid using 1200 baud during serial reset
Kevin O'Connor
2016-06-14
1
-1
/
+1
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+286