aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/replicape.py
Commit message (Expand)AuthorAgeFilesLines
* configfile: Allow getchoice() to take a listKevin O'Connor2024-06-171-1/+1
* mcu: Remove support for set_pwm() cycle_time parameterKevin O'Connor2024-01-231-1/+1
* mcu: Remove support for "static" pinsKevin O'Connor2024-01-231-12/+1
* replicape: Only call note_pwm_enable() in main threadKevin O'Connor2023-01-171-11/+17
* replicape: Don't require a host alias for the enable_pin defaultKevin O'Connor2021-03-251-1/+1
* pca9685: Use move queue for pwm updatesKevin O'Connor2020-12-041-1/+2
* mcu: Add support for changing cycle_time in set_pwm()Kevin O'Connor2020-09-261-1/+1
* extras: Use "from . import module" for relative importsKevin O'Connor2020-06-151-1/+2
* linux: Adapt servo0 channels for beagleboard kernel 4.14.108-ti (#2746)Janne Grunau2020-05-031-3/+17
* pins: Move reserved pin handling into PinResolver classKevin O'Connor2019-08-191-2/+3
* spicmds: Rework spi config commandsKevin O'Connor2019-08-061-2/+2
* replicape: Try to detect shift register spi on spidev2.1Kevin O'Connor2019-07-121-4/+7
* replicape: add support for Linux hardware PWM (#1443)Janne Grunau2019-04-061-10/+41
* linux: Convert SPI to use enumerationsKevin O'Connor2019-04-041-1/+1
* replicape: Use bus.py helper code for spiKevin O'Connor2018-11-211-17/+5
* mcu: Rename add_config_object() to register_config_callback()Kevin O'Connor2018-09-031-4/+4
* pins: Explicitly pass can_invert and can_pullup to lookup_pin()Kevin O'Connor2018-07-261-7/+7
* linux: Convert linux SPI code to use the generic spicmds.c codeKevin O'Connor2018-05-071-12/+14
* pins: Remove module level get_printer_pins() and setup_pin() functionsKevin O'Connor2018-04-041-3/+4
* replicape: Add config controls for the servo[01]_enable linesKevin O'Connor2018-03-171-0/+4
* serialhdl: Add a wrapper around the results of lookup_command()Kevin O'Connor2018-02-271-16/+20
* klippy: Introduce load_config_prefix() for modules that take parametersKevin O'Connor2018-02-031-2/+0
* fan: Clarify hardware_pwm and allow cycle_time to be set on software pwmKevin O'Connor2018-01-291-5/+7
* replicape: Move the replicape code from chipmisc.py to extras directoryKevin O'Connor2018-01-281-0/+221