Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tmc_uart: Make sure address is at least 0 | Kevin O'Connor | 2019-07-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | tmc_uart: Add support for configuring the uart address on tmc2209 chips | Kevin O'Connor | 2019-07-31 | 1 | -12/+14 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | tmc_uart: Remove references to the TMC2208 in the generic UART code | Kevin O'Connor | 2019-07-21 | 1 | -6/+6 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | tmc_uart: Hold a mutex during MCU_TMC_uart get/set_register() | Kevin O'Connor | 2019-06-28 | 1 | -10/+16 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | tmc_uart: Use print_time=None as default (not print_time=0) | Kevin O'Connor | 2019-06-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | tmc: It's not valid to schedule messages with print_time=0 | Kevin O'Connor | 2019-06-25 | 1 | -2/+4 |
| | | | | | | | | A print_time of zero may translate to a negative clock on a secondary micro-controller, which would cause an internal error. Change the code to pass a real print_time or None if it is not needed. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | tmc_uart: Support print_time in set_register() | Kevin O'Connor | 2019-06-21 | 1 | -3/+6 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | tmc_uart: Move UART code from tmc2208.py to new file tmc_uart.py | Kevin O'Connor | 2019-06-18 | 1 | -0/+216 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |