aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Kconfig: Add new WANT_I2C option to reduce code sizeKevin O'Connor2025-04-168-33/+43
* Kconfig: Add new WANT_SPI option to reduce code sizeKevin O'Connor2025-04-168-27/+34
* Kconfig: Add new WANT_HARD_PWM option to reduce code sizeKevin O'Connor2025-04-168-7/+14
* stm32: Enable gcc -Os option on CONFIG_HAVE_LIMITED_CODE_SIZEKevin O'Connor2025-04-161-0/+1
* avr: Enable gcc -Os option on CONFIG_HAVE_LIMITED_CODE_SIZEKevin O'Connor2025-04-161-1/+2
* Kconfig: Replace WANT_DISPLAYS with individual optionsKevin O'Connor2025-04-166-8/+18
* Kconfig: Replace WANT_GPIO_BITBANGING with individual optionsKevin O'Connor2025-04-165-10/+40
* workflows: Update github build-test.yaml to ubuntu-22.04Kevin O'Connor2025-04-161-1/+1
* test: Disable optional features in atmega328 buildKevin O'Connor2025-04-161-0/+14
* Makefile: Don't disable gcc's use-linker-plugin optionKevin O'Connor2025-04-162-2/+4
* docs: Note the release of v0.13.0Kevin O'Connor2025-04-111-0/+29
* docs: Update Features.md to reflect recent workKevin O'Connor2025-04-111-5/+8
* led: Fix off-by-one bug in SET_LED_TEMPLATE INDEX parameterKevin O'Connor2025-04-111-1/+1
* ci-install: Use prebuilt pru gcc binariesKevin O'Connor2025-04-082-20/+12
* force_move: Make sure to use lower() on SET_KINEMATIC_POSITION CLEAR_HOMEDKevin O'Connor2025-04-081-1/+1
* force_move: Support a SET_HOMED parameter to SET_KINEMATIC_POSITIONKevin O'Connor2025-04-082-17/+57
* i2c_software: Fix i2c_delay()Kevin O'Connor2025-04-081-12/+9
* docs: Fixup G-Codes.md so that sections are sorted alphabeticallyKevin O'Connor2025-04-071-127/+126
* axis_twist_compensation: Fix AttributeError on klippy connect state (#6881)Maksim Bolgov2025-04-051-3/+2
* temperature_combined: avoid crash with temperature monitorsTimofey Titovets2025-04-051-5/+13
* temperature_combined: delay initializationTimofey Titovets2025-04-051-1/+3
* docs: Add icm20948 descriptionMRX80242025-04-031-0/+19
* adxl345: Allow read and write 127 register addressMRX80242025-04-031-2/+2
* icm20948: Formatting refactorMRX80242025-04-031-29/+24
* icm20948: Transition from 8g to 16g accels scaleMRX80242025-04-031-3/+3
* icm20948: Fix sample rate and accels scale selectionMRX80242025-04-031-0/+7
* mkdocs-requirements: Update to Jinja 3.1.6Kevin O'Connor2025-04-031-1/+1
* output_pin: Make it possible to assign dicts/lists as template parametersKevin O'Connor2025-04-031-3/+10
* stm32: Turn on can.c error interruptsKevin O'Connor2025-04-031-1/+1
* stm32: Add support for additional i2c busRussell Cloran2025-04-021-0/+3
* stm32: Fix RESERVE_PINS_CAN pin ordering in fdcan.cKevin O'Connor2025-04-011-1/+1
* docs: Fix link syntax typo for bed_screwsRussell Cloran2025-04-011-1/+1
* docs: Fix typo in docs generation documentationRussell Cloran2025-04-011-2/+2
* docs: Fix typos in installation.mdTobias Rumiz2025-03-311-21/+21
* ldc_1612: Supports configurable external crystal frequency (#6734)XiaoK2025-03-292-5/+10
* stm32: Added PH13/14 CAN pin option for stm32h743 (#6857)FrY Sennberg2025-03-272-0/+14
* rp2040: define spi bus on pins 12,11,10Timofey Titovets2025-03-251-0/+3
* output_pin: Fix handling of template rendering errorsKevin O'Connor2025-03-251-0/+1
* fan_generic: Fix handling of template rendering errorsKevin O'Connor2025-03-251-0/+1
* config: Add LED definitions to generic-bigtreetech-skr-mini-mz.cfgKevin O'Connor2025-03-241-0/+6
* buttons: fixes incorrect parametersPedro Lamas2025-03-211-1/+1
* stepper: Support disabling optimized "step on both edges" in "make menuconfig"Kevin O'Connor2025-03-202-9/+24
* stepper: Support step on both edges with custom minimum pulse durationKevin O'Connor2025-03-2010-37/+74
* buttons: Debounce gcode_button and filament_switch_sensor (#6848)Gareth Farrington2025-03-206-14/+63
* load_cell: Load cell gram scale (#6729)Gareth Farrington2025-03-2010-35/+685
* axis_twist_compensation: allow compensating both axis at oncePhilippe Daouadi2025-03-121-15/+0
* input_shaper: Fix for polar kinematicsDmitry Butyugin2025-03-111-0/+13
* docs: Note AXIS_TWIST_COMPENSATION_CALIBRATE AUTO removal in Config_Changes.mdKevin O'Connor2025-03-081-0/+3
* axis_twist_compensation: Remove the auto parameteryochiwarez2025-03-083-177/+17
* gcode_macro: Expand template syntax errors (#6839)Timofey Titovets2025-03-071-0/+6