Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Klipper3d/klipper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-17mpu9250: Inline twos_complement() codework-mpu9250-20220616Kevin O'Connor
2022-06-17docs: Add mpu9250 to Config_Reference.mdKevin O'Connor
2022-06-17mpu9250: Use adxl345.AccelCommandHelper directlyKevin O'Connor
2022-06-17mpu9250: Use adxl345.ClockSyncRegression directlyKevin O'Connor
2022-06-17mpu9250: Use adxl345.AccelQueryHelper directlyKevin O'Connor
2022-06-17docs: Wrap lines in Measuring_Resonances.mdKevin O'Connor
2022-06-17test: Add mpu9250 to input_shaper.test regression test caseKevin O'Connor
2022-06-17docs: Note that i2c is not noise resilient in Config_Reference.mdKevin O'Connor
2022-06-16Kconfig: Move SERIAL, USBSERIAL, and CANSERIAL definitions to src/KconfigKevin O'Connor
2022-06-16mpu9250: Adding support for MPU-9250 (and MPU-6050) accelerometerbluesforte
2022-06-16canbus: Move canbus uuid calculation to canbus.cKevin O'Connor
2022-06-16stm32: Support passing through RTR and EFF canbus framesKevin O'Connor
2022-06-16stm32: Support PA11/PA12 and PB8/PB9 on fdcanKevin O'Connor
2022-06-16stm32: Simplify fdcan tx irq handlingKevin O'Connor
2022-06-16canbus: Use single method for reading canbus messagesKevin O'Connor
2022-06-16canbus: Move global variables into a structKevin O'Connor
2022-06-16flash_usb: Use hexid "2e8a:0003" for rp2040 already in bootloader modeKevin O'Connor
2022-06-16config: Minor comment changes to printer-creality-cr10-v3-2020.cfgKevin O'Connor
2022-06-16config: Creality CR10 v3 with BLTouch support config. (#5533)CoreRasurae
2022-06-16config: fix processor name in th3d ezboard lite v2.0 configStefan Dej
2022-06-13delta_calibrate: Fix Python3 error in DELTA_ANALYZEKevin O'Connor
2022-06-12config: Update generic-duet3-mini.cfg to include Tacho pins (#5551)Devin Fritz
2022-06-12rp2040: Implement workaround for USB errata "rp2040-e5"Kevin O'Connor
2022-06-10config: Correct UART pins for Ender 3 S1 & S1 Pro (#5553)Aart Röst
2022-06-10stm32: Support 4KiB bootloader on stm32f1 and stm32f0Kevin O'Connor
2022-06-10flash_usb: update shebang to python3Eric Callahan
2022-06-10flash_usb: add canboot supportEric Callahan
2022-06-10lpc176x: add support for canboot usbEric Callahan
2022-06-09linuxtest: Add a test case for the ds18b20 sensorKevin O'Connor
2022-06-09ds18b20: fix string conversion error on startup (#5559)functionpointer
2022-06-08ds18b20: Don't propagate incorrect temperature on a faultKevin O'Connor
2022-06-08ds18b20: Allow some read errorsfunctionpointer
2022-06-08makefile: disable null pointer checksEric Callahan
2022-06-06stm32: Enable Automatic retransmission feature to avoid data loss caused by b...BIGTREETECH
2022-06-04Kconfig: Move CANBUS_FREQUENCY definition from src/stm32/Kconfig to src/KconfigKevin O'Connor
2022-06-04armcm_reset: Add a armcm_reset.h header file for try_request_canboot()Kevin O'Connor
2022-06-04mkdocs: Replace TOC in TranslationsYifei Ding
2022-06-04docs: fix typo in Exclude_Object.mdStefan Dej
2022-06-03lib: Update lib/README with latest canboot changesKevin O'Connor
2022-06-03flash_can: add usb supportEric Callahan
2022-06-03stm32: use TME bits to find the canbus tx mailboxEric Callahan
2022-06-03stm32: call "try_request_canboot" for bootloader requestsEric Callahan
2022-06-03canbus: use "try_request_canboot" methodEric Callahan
2022-06-03armcm_reset: support canboot detectionEric Callahan
2022-06-03virtual_sdcard: Fix merge errorKevin O'Connor
2022-06-03docs: add exclude_object documentationFrank Tackitt
2022-06-03exclude_objects: initial implementationFrank Tackitt
2022-06-03tuning_tower: add is_active() methodTroy Jacobson
2022-06-03virtual_sdcard: Add reset_file eventTroy Jacobson
2022-06-03config: Rename sample-huvud-v0.61.cfgKevin O'Connor