aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/serialhdl.py
Commit message (Expand)AuthorAgeFilesLines
...
* build: Define DECL_CONSTANT mechanism for defining exported constantsKevin O'Connor2016-12-231-1/+1
* serialhdl: Clear "hupcl" bit from serial portKevin O'Connor2016-12-091-1/+2
* mcu: Detect if the communication channel to the firmware is lostKevin O'Connor2016-11-301-1/+1
* mcu: Be careful to free memory allocated in C codeKevin O'Connor2016-11-301-3/+4
* serialhdl: Retry opening of serial portKevin O'Connor2016-11-291-10/+27
* serialhdl: Fully deallocate serialqueue on disconnectKevin O'Connor2016-11-291-2/+5
* serialhdl: Make SerialReader.send_with_response() blockingKevin O'Connor2016-11-291-10/+17
* serialhdl: Make SerialReader.connect() blockingKevin O'Connor2016-11-291-27/+26
* klippy: Run the MCU connect code within the reactorKevin O'Connor2016-11-291-4/+4
* serialhdl: Calculate baudadjust from MCU's baud instead of host baudKevin O'Connor2016-07-161-8/+8
* serialhdl: Avoid using 1200 baud during serial resetKevin O'Connor2016-06-141-1/+1
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+286