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
*
serialhdl: Add a get_serialqueue() method
Kevin O'Connor
2023-01-06
1
-0
/
+2
*
serialqueue: Improve canbus timing
Kevin O'Connor
2022-07-29
1
-6
/
+7
*
serialhdl: Use regular str() type for stats on Python2
Kevin O'Connor
2021-10-31
1
-3
/
+3
*
serialhdl: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-6
/
+6
*
msgblock: Add clock estimation helper functions
Kevin O'Connor
2021-06-09
1
-2
/
+2
*
serialhdl: Support prepending a warn_prefix to error and log messages
Kevin O'Connor
2021-06-09
1
-25
/
+35
*
serialhdl: Only load the CAN module if CAN bus is configured
Kevin O'Connor
2021-03-13
1
-1
/
+2
*
serialhdl: Add support for communicating over a CAN bus
Kevin O'Connor
2021-03-13
1
-1
/
+46
*
serialqueue: Support sending messages over a CAN bus
Kevin O'Connor
2021-03-13
1
-3
/
+4
*
tmc2130: Verify SPI register writes
Kevin O'Connor
2021-03-10
1
-3
/
+6
*
serialhdl: Update callers to decide serial fd type
Kevin O'Connor
2021-03-02
1
-46
/
+59
*
serialhdl: prevent creation of controlling tty
Lasse Dalegaard
2021-03-01
1
-2
/
+3
*
serialhdl: Improve Python3 compatibility
Kevin O'Connor
2020-12-01
1
-1
/
+1
*
mcu: Add support for setting reqclock in CommandQueryWrapper.send()
Kevin O'Connor
2020-10-29
1
-2
/
+2
*
serialhdl: Setup for serialqueue_free to be automatically called
Kevin O'Connor
2020-09-16
1
-8
/
+10
*
serialhdl: Don't define a __del__() method
Kevin O'Connor
2020-09-16
1
-2
/
+0
*
serial: Add Fysetc Cheetah board specific reset sequence
Grigori Goronzy
2020-04-02
1
-2
/
+32
*
serialhdl: Reduce connection fail timeout from 2.5 minutes to 1.5 minutes
Kevin O'Connor
2020-03-24
1
-1
/
+1
*
mcu: Introduce new lookup_query_command() command wrapper
Kevin O'Connor
2020-02-20
1
-0
/
+2
*
serialhdl: Convert queries to use new notify message ack system
Kevin O'Connor
2020-02-20
1
-28
/
+27
*
serialqueue: Support notification of when a command is processed
Kevin O'Connor
2020-02-20
1
-4
/
+27
*
serialhdl: Update SendWithRetry to use reactor completions
Kevin O'Connor
2019-07-10
1
-45
/
+23
*
serialhdl: Use register_response() for both registering and unregistering
Kevin O'Connor
2019-07-10
1
-5
/
+5
*
mcu: Support minclock in send_with_response() requests
Kevin O'Connor
2019-06-21
1
-6
/
+13
*
mcu: Move SerialCommand from serialhdl.py to mcu.py
Kevin O'Connor
2019-06-21
1
-19
/
+2
*
serialhdl: Introduce SerialReader.send_with_response()
Kevin O'Connor
2019-06-21
1
-3
/
+6
*
serialhdl: Eventually timeout connect attempt
Kevin O'Connor
2019-06-21
1
-3
/
+6
*
serialhdl: Use send_with_response() to query identify data
Kevin O'Connor
2019-06-21
1
-48
/
+25
*
serialhdl: Add a get_msgparser() method
Kevin O'Connor
2019-06-21
1
-0
/
+2
*
serialhdl: Rename register_callback() to register_response()
Kevin O'Connor
2019-06-21
1
-8
/
+8
*
serialhdl: Use reactor mutex in send_with_response()
Kevin O'Connor
2019-06-09
1
-12
/
+20
*
serialhdl: Enforce exclusive access on POSIX, this is default behavior on win...
Daniel
2019-04-14
1
-2
/
+2
*
msgproto: Convert static strings to a more generic enumeration system
Kevin O'Connor
2019-03-17
1
-1
/
+0
*
Revert "serialhdl: Enforce exclusive access on POSIX, this is default behavio...
Kevin O'Connor
2019-02-10
1
-2
/
+2
*
serialhdl: Enforce exclusive access on POSIX, this is default behavior on win...
Daniel
2019-02-10
1
-2
/
+2
*
serialqueue: Limit message transmission to available receive buffer size
Kevin O'Connor
2018-05-28
1
-0
/
+4
*
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
[next]