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
...
*
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
[prev]