aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/tmc_uart.py
Commit message (Expand)AuthorAgeFilesLines
* mcu: Avoid using "async" for variables as it conflicts with Python3Kevin O'Connor2020-06-151-1/+1
* tmc_uart: Use nominal mcu frequency in baud calculationKevin O'Connor2020-03-061-1/+1
* mcu: Introduce new lookup_query_command() command wrapperKevin O'Connor2020-02-201-7/+6
* serialhdl: Convert queries to use new notify message ack systemKevin O'Connor2020-02-201-2/+2
* tmc_uart: Don't try to configure analog pins to -1 valueKevin O'Connor2019-10-261-3/+3
* tmc_uart: Make sure to set analog mux pins after a restartKevin O'Connor2019-10-241-1/+1
* tmc_uart: Make sure address is at least 0Kevin O'Connor2019-07-311-1/+1
* tmc_uart: Add support for configuring the uart address on tmc2209 chipsKevin O'Connor2019-07-311-12/+14
* tmc_uart: Remove references to the TMC2208 in the generic UART codeKevin O'Connor2019-07-211-6/+6
* tmc_uart: Hold a mutex during MCU_TMC_uart get/set_register()Kevin O'Connor2019-06-281-10/+16
* tmc_uart: Use print_time=None as default (not print_time=0)Kevin O'Connor2019-06-251-1/+1
* tmc: It's not valid to schedule messages with print_time=0Kevin O'Connor2019-06-251-2/+4
* tmc_uart: Support print_time in set_register()Kevin O'Connor2019-06-211-3/+6
* tmc_uart: Move UART code from tmc2208.py to new file tmc_uart.pyKevin O'Connor2019-06-181-0/+216