aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* sht3x: reads should be retried with at least 0.5s pauseTimofey Titovets2025-07-112-3/+17
* mcu: allow disable send retriesTimofey Titovets2025-07-112-8/+15
* stm32: f0 do not send empty write on readTimofey Titovets2025-07-091-9/+11
* stm32: f0 make i2c distinguish I2C NACKsTimofey Titovets2025-07-091-1/+11
* ads1x1x: Rename local 'config' variable to pcfgKevin O'Connor2025-07-081-22/+22
* ads1x1x: Revert incorrect removal of assignment to self.configKevin O'Connor2025-07-081-0/+1
* load_cell_probe: Fix warnings on avr buildsKevin O'Connor2025-06-181-2/+2
* stm32: Adding more hardware pwm capable pins for STM32Hx series chips (#6965)jimmyjon7112025-06-181-0/+22
* sos_filter: Fix validate_section_index() checkKevin O'Connor2025-06-111-2/+3
* ar100: Convert to or1k-elf toolchainKevin O'Connor2025-06-083-12/+10
* docs: Fix typo in Benchmarks.mdKevin O'Connor2025-06-081-1/+1
* input_shaper: fix printer obj referenceTimofey Titovets2025-06-061-1/+1
* docs: Note 'config' object shouldn't be accessed after initial loadKevin O'Connor2025-06-044-4/+6
* input_shaper: Track kinematics updates by dual_carriageDmitry Butyugin2025-06-045-38/+95
* rp2040: Prefer larger postdiv1 on rp2040 chipsKevin O'Connor2025-06-021-2/+2
* klippy-requirements: Update setuptools revision to 78.1.1Kevin O'Connor2025-06-021-1/+1
* htu21: fix crash on unknown dev idTimofey Titovets2025-06-021-16/+22
* stm32: Add comments on PLL frequency requirements to clock setup codeKevin O'Connor2025-06-029-0/+22
* docs: Update benchmarks with stm32g431 chipKevin O'Connor2025-06-022-0/+20
* stm32: Run stm32g431 at 170MhzKevin O'Connor2025-05-313-5/+8
* print_stats: Fix for filament statistics bug in print_stats.py for toolchang...Ingo Donasch2025-05-311-0/+5
* docs: Update CAN bus command rate benchmarksKevin O'Connor2025-05-311-7/+12
* stm32: Fix spi overflow issue on stm32h7Kevin O'Connor2025-05-301-8/+6
* rp2040: Fix spi overflow issueKevin O'Connor2025-05-301-4/+9
* rp2040: spi - enable fifoTimofey Titovets2025-05-301-4/+8
* stm32: Support using CANBUS on PB5/PB6 on stm32h7 chipsKevin O'Connor2025-05-302-2/+6
* stm32: Simplify Kconfig HAVE_STM32_CANBUS checksKevin O'Connor2025-05-301-7/+7
* sos_filter: Improve error checking on section_idxKevin O'Connor2025-05-292-6/+14
* load_cell_probe: Avoid peeking directly at config.section member variableKevin O'Connor2025-05-291-1/+1
* docs: Load Cell Probe DocumentationGareth Farrington2025-05-295-12/+502
* filter_workbench: Add Filter WorkbenchGareth Farrington2025-05-291-0/+517
* load_cell_probe: Create LoadCellProbeGareth Farrington2025-05-291-0/+658
* probe: Create ProbeVirtualEndstopDeprecationGareth Farrington2025-05-291-0/+11
* sensor_hx71x: Update Sensors to report to load_cell_probeGareth Farrington2025-05-294-0/+45
* load_cell_probe: Create load_cell_probe MCU objectGareth Farrington2025-05-294-1/+314
* sos_filter: Second Order Sections MCU FilterGareth Farrington2025-05-295-0/+407
* lis2dw: if spi is used - disable i2cTimofey Titovets2025-05-261-0/+3
* stm32: h7 spi - add a delay on SCK polarity changeTimofey Titovets2025-05-261-2/+9
* spi_software: add a delay on mode changeTimofey Titovets2025-05-261-5/+8
* rp2040: add a delay on SCK polarity changeTimofey Titovets2025-05-261-0/+7
* dual_carriage: Fixed input shaper stepper kinematics initializationDmitry Butyugin2025-05-222-3/+13
* docs: Remove SHAPER_CALIBRATE and usb-to-canbus bridge warning in CANBUS.mdKevin O'Connor2025-05-191-5/+0
* stm32: Allow stm32g4 chips to select a bootloaderKevin O'Connor2025-05-191-1/+1
* docs: Update Installation.md - Flash loop protection (#6935)JamesH19782025-05-191-0/+19
* stm32: spi enable fifo if supported (#6936)Timofey Titovets2025-05-191-7/+21
* stm32: H7 spi enable use of fifoTimofey Titovets2025-05-191-4/+8
* stm32: Avoid read-modify-write register access in stm32h7_spi.cKevin O'Connor2025-05-161-20/+16
* docs: Fix index.md linksKevin O'Connor2025-05-161-7/+5
* docs: BED_MESH_CALIBRATE makes a mesh that is immediately available. (#6919)Rowland2025-05-142-2/+9
* resonance_tester: Fix typoKevin O'Connor2025-05-131-1/+1