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
/
clocksync.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
clocksync: Remove no longer used get_adjusted_freq() function
Kevin O'Connor
2020-03-06
1
-5
/
+0
*
clocksync: Fix typo in pause() call at connect time
Kevin O'Connor
2019-10-31
1
-1
/
+1
*
mcu: Support minclock in send_with_response() requests
Kevin O'Connor
2019-06-21
1
-0
/
+3
*
serialhdl: Introduce SerialReader.send_with_response()
Kevin O'Connor
2019-06-21
1
-6
/
+6
*
serialhdl: Rename register_callback() to register_response()
Kevin O'Connor
2019-06-21
1
-1
/
+1
*
clocksync: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-2
/
+2
*
clocksync: Simplify is_active() check
Kevin O'Connor
2018-05-31
1
-7
/
+7
*
basecmd: Rename get_status to get_clock
Kevin O'Connor
2018-05-29
1
-13
/
+13
*
clocksync: Change timer frequency to avoid resonating with other timers
Kevin O'Connor
2018-05-05
1
-2
/
+4
*
clocksync: Fix multi-mcu frequency adjustments with long moves
Kevin O'Connor
2018-03-03
1
-1
/
+1
*
serialhdl: Add a wrapper around the results of lookup_command()
Kevin O'Connor
2018-02-27
1
-7
/
+6
*
clocksync: Rework multi-mcu adjust to better handle long moves
Kevin O'Connor
2018-02-19
1
-11
/
+19
*
clocksync: Respond faster to clock changes
Kevin O'Connor
2018-02-05
1
-1
/
+1
*
clocksync: The clock estimate should add the rtt time not subtract it
Kevin O'Connor
2017-12-16
1
-1
/
+1
*
clocksync: Start with adjusted_freq of 1.0
Kevin O'Connor
2017-10-13
1
-1
/
+1
*
clocksync: Initialize clock_est in connect_file()
Kevin O'Connor
2017-10-12
1
-0
/
+1
*
clocksync: Implement a floor on the prediction filter
Kevin O'Connor
2017-10-02
1
-3
/
+4
*
clocksync: Update clock synchronization code to use a linear regression
Kevin O'Connor
2017-09-30
1
-40
/
+67
*
clocksync: Don't update prev_est on min rtt updates
Kevin O'Connor
2017-09-28
1
-1
/
+2
*
clocksync: Fix serialqueue.set_clock_est() - don't track min_freq
Kevin O'Connor
2017-09-28
1
-5
/
+3
*
clocksync: Default mcu_freq to 1 instead of 0
Kevin O'Connor
2017-09-27
1
-1
/
+1
*
clocksync: Add support for dumping internal state for debugging
Kevin O'Connor
2017-09-27
1
-0
/
+13
*
clocksync: Be conservative when setting serialqueue.set_clock_est()
Kevin O'Connor
2017-09-27
1
-1
/
+5
*
clocksync: Rework clock synchronization algorithm
Kevin O'Connor
2017-09-26
1
-97
/
+94
*
mcu: Initial support for multiple micro-controllers
Kevin O'Connor
2017-09-20
1
-3
/
+55
*
mcu: Move print_time to clock conversion code to clocksync.py
Kevin O'Connor
2017-09-19
1
-6
/
+16
*
clocksync: Don't export get_last_clock()
Kevin O'Connor
2017-09-19
1
-4
/
+6
*
clocksync: Move clock synchronization code into new file
Kevin O'Connor
2017-09-19
1
-0
/
+106