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
/
extras
/
tmc_uart.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
tmc_uart: Minor change - make the baud rate setting more clear
Kevin O'Connor
2021-02-27
1
-1
/
+3
*
mcu: Avoid using "async" for variables as it conflicts with Python3
Kevin O'Connor
2020-06-15
1
-1
/
+1
*
tmc_uart: Use nominal mcu frequency in baud calculation
Kevin O'Connor
2020-03-06
1
-1
/
+1
*
mcu: Introduce new lookup_query_command() command wrapper
Kevin O'Connor
2020-02-20
1
-7
/
+6
*
serialhdl: Convert queries to use new notify message ack system
Kevin O'Connor
2020-02-20
1
-2
/
+2
*
tmc_uart: Don't try to configure analog pins to -1 value
Kevin O'Connor
2019-10-26
1
-3
/
+3
*
tmc_uart: Make sure to set analog mux pins after a restart
Kevin O'Connor
2019-10-24
1
-1
/
+1
*
tmc_uart: Make sure address is at least 0
Kevin O'Connor
2019-07-31
1
-1
/
+1
*
tmc_uart: Add support for configuring the uart address on tmc2209 chips
Kevin O'Connor
2019-07-31
1
-12
/
+14
*
tmc_uart: Remove references to the TMC2208 in the generic UART code
Kevin O'Connor
2019-07-21
1
-6
/
+6
*
tmc_uart: Hold a mutex during MCU_TMC_uart get/set_register()
Kevin O'Connor
2019-06-28
1
-10
/
+16
*
tmc_uart: Use print_time=None as default (not print_time=0)
Kevin O'Connor
2019-06-25
1
-1
/
+1
*
tmc: It's not valid to schedule messages with print_time=0
Kevin O'Connor
2019-06-25
1
-2
/
+4
*
tmc_uart: Support print_time in set_register()
Kevin O'Connor
2019-06-21
1
-3
/
+6
*
tmc_uart: Move UART code from tmc2208.py to new file tmc_uart.py
Kevin O'Connor
2019-06-18
1
-0
/
+216