aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/tmc2208.py
Commit message (Expand)AuthorAgeFilesLines
* tmc: Add support for a get_status() methodKevin O'Connor2021-08-301-0/+1
* endstop_phase: Convert to using tmc mcu_phase_offsetKevin O'Connor2021-08-081-2/+1
* tmc: Move stepper phase reading code to TMCCommandHelper classKevin O'Connor2021-08-061-3/+2
* tmc: Consistently use lower case for all TMC field namesKevin O'Connor2021-08-061-71/+71
* tmc2208: Send pdn_disable UART setup as first command to chip during initKevin O'Connor2021-08-061-1/+1
* tmc: Move SET_TMC_CURRENT command to TMCCommandHelper()Kevin O'Connor2021-02-271-2/+2
* extras: Use "from . import module" for relative importsKevin O'Connor2020-06-151-1/+1
* tmc: Remove virtual_enable support and replace with automatic supportKevin O'Connor2019-11-121-2/+0
* tmc: Configure "intpol" field from TMCMicrostepHelperKevin O'Connor2019-06-281-1/+0
* tmc: Add support for virtual enable pinsKevin O'Connor2019-06-281-0/+2
* tmc: Simplify internal DUMP_TMC interfaceKevin O'Connor2019-06-251-12/+6
* tmc_uart: Move UART code from tmc2208.py to new file tmc_uart.pyKevin O'Connor2019-06-181-212/+2
* tmc2208: Make sure each analog mux config is uniqueKevin O'Connor2019-06-181-0/+5
* tmc2208: Add support for using an analog mux to access TMC uartsKevin O'Connor2019-06-121-18/+92
* tmc2208: Separate low-level bit-banging code from MCU_TMC_uart classKevin O'Connor2019-06-121-21/+29
* tmc: Move common TMC stepper driver code to new file tmc.pyKevin O'Connor2019-06-101-6/+6
* tmc2130: Rework remaining config helpers to use mcu_tmc interfaceKevin O'Connor2019-06-101-14/+5
* tmc2130: Move current setting code to its own helper classKevin O'Connor2019-06-101-46/+2
* tmc2130: Transmit register initialization during connect callbackKevin O'Connor2019-06-101-11/+0
* tmc2208: Use TMCCommandHelperKevin O'Connor2019-06-101-47/+14
* tmc2208: Move get/set_register functions to new MCU_TMC_uart classKevin O'Connor2019-06-101-112/+124
* tmc2130: Check field name validity. (#1697)Artem Belevich2019-06-021-1/+3
* tmc2130: Add support for two's complement signed fields to FieldHelperKevin O'Connor2019-05-291-2/+4
* tmc2130: add SET_TMC_CURRENT and SET_TMC_FIELD commands (#1419)amblidex2019-03-221-1/+54
* tmc2130: Rename driver_BLANK_TIME_SELECT to driver_TBLKevin O'Connor2019-03-081-1/+1
* gcode: Change respond_info() to log by defaultKevin O'Connor2019-03-041-6/+2
* tmc2130: Add support for INIT_TMC commandKevin O'Connor2019-03-011-3/+12
* tmc2208: Report write-only registers in DUMP_TMCKevin O'Connor2019-02-271-0/+7
* tmc2130: Use FieldHelper() to set/get driver fieldsKevin O'Connor2019-02-211-17/+4
* manual_stepper: Add an "extras" module for manually controlling a stepperKevin O'Connor2019-02-121-1/+1
* tmc2130: Share config reading helpers with tmc2208.py codeKevin O'Connor2019-02-031-39/+6
* tmc2208: Rename self.field_helper to self.fieldsKevin O'Connor2019-02-031-17/+16
* tmc2208: move local set_field/get_field helpers to FieldHelper classKevin O'Connor2019-02-031-52/+32
* tmc2208: Add helper for setting fields from the config fileKevin O'Connor2019-02-031-45/+42
* tmc2208: Use field definitions during driver initKevin O'Connor2019-02-031-24/+43
* tmc2208: Add register field formattersDmitry Frolov2019-02-031-1/+23
* tmc2130: Convert field helper into a classKevin O'Connor2019-02-031-3/+5
* tmc2208: Decode register fields in DUMP_TMC (#1156)lorf2019-02-021-1/+154
* tmc2208: Check for debugging mode before checking for a retransmitKevin O'Connor2019-01-101-0/+2
* klippy: Convert printer_state("connect") to an event handlerKevin O'Connor2019-01-081-4/+5
* tmc2208: error raise fixed for rx/tx mcu checkPetri Honkala2018-12-271-1/+1
* endstop_phase: Add support for detecting phase via TMC stepper driversKevin O'Connor2018-10-161-0/+4
* tmc2208: Improve error handlingKevin O'Connor2018-09-301-2/+5
* mcu: Rename add_config_object() to register_config_callback()Kevin O'Connor2018-09-031-1/+1
* tmc2208: Initial support for configuring TMC2208 driversKevin O'Connor2018-08-271-0/+234