index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
sht3x: reads should be retried with at least 0.5s pause
Timofey Titovets
2025-07-11
2
-3
/
+17
*
mcu: allow disable send retries
Timofey Titovets
2025-07-11
2
-8
/
+15
*
stm32: f0 do not send empty write on read
Timofey Titovets
2025-07-09
1
-9
/
+11
*
stm32: f0 make i2c distinguish I2C NACKs
Timofey Titovets
2025-07-09
1
-1
/
+11
*
ads1x1x: Rename local 'config' variable to pcfg
Kevin O'Connor
2025-07-08
1
-22
/
+22
*
ads1x1x: Revert incorrect removal of assignment to self.config
Kevin O'Connor
2025-07-08
1
-0
/
+1
*
load_cell_probe: Fix warnings on avr builds
Kevin O'Connor
2025-06-18
1
-2
/
+2
*
stm32: Adding more hardware pwm capable pins for STM32Hx series chips (#6965)
jimmyjon711
2025-06-18
1
-0
/
+22
*
sos_filter: Fix validate_section_index() check
Kevin O'Connor
2025-06-11
1
-2
/
+3
*
ar100: Convert to or1k-elf toolchain
Kevin O'Connor
2025-06-08
3
-12
/
+10
*
docs: Fix typo in Benchmarks.md
Kevin O'Connor
2025-06-08
1
-1
/
+1
*
input_shaper: fix printer obj reference
Timofey Titovets
2025-06-06
1
-1
/
+1
*
docs: Note 'config' object shouldn't be accessed after initial load
Kevin O'Connor
2025-06-04
4
-4
/
+6
*
input_shaper: Track kinematics updates by dual_carriage
Dmitry Butyugin
2025-06-04
5
-38
/
+95
*
rp2040: Prefer larger postdiv1 on rp2040 chips
Kevin O'Connor
2025-06-02
1
-2
/
+2
*
klippy-requirements: Update setuptools revision to 78.1.1
Kevin O'Connor
2025-06-02
1
-1
/
+1
*
htu21: fix crash on unknown dev id
Timofey Titovets
2025-06-02
1
-16
/
+22
*
stm32: Add comments on PLL frequency requirements to clock setup code
Kevin O'Connor
2025-06-02
9
-0
/
+22
*
docs: Update benchmarks with stm32g431 chip
Kevin O'Connor
2025-06-02
2
-0
/
+20
*
stm32: Run stm32g431 at 170Mhz
Kevin O'Connor
2025-05-31
3
-5
/
+8
*
print_stats: Fix for filament statistics bug in print_stats.py for toolchang...
Ingo Donasch
2025-05-31
1
-0
/
+5
*
docs: Update CAN bus command rate benchmarks
Kevin O'Connor
2025-05-31
1
-7
/
+12
*
stm32: Fix spi overflow issue on stm32h7
Kevin O'Connor
2025-05-30
1
-8
/
+6
*
rp2040: Fix spi overflow issue
Kevin O'Connor
2025-05-30
1
-4
/
+9
*
rp2040: spi - enable fifo
Timofey Titovets
2025-05-30
1
-4
/
+8
*
stm32: Support using CANBUS on PB5/PB6 on stm32h7 chips
Kevin O'Connor
2025-05-30
2
-2
/
+6
*
stm32: Simplify Kconfig HAVE_STM32_CANBUS checks
Kevin O'Connor
2025-05-30
1
-7
/
+7
*
sos_filter: Improve error checking on section_idx
Kevin O'Connor
2025-05-29
2
-6
/
+14
*
load_cell_probe: Avoid peeking directly at config.section member variable
Kevin O'Connor
2025-05-29
1
-1
/
+1
*
docs: Load Cell Probe Documentation
Gareth Farrington
2025-05-29
5
-12
/
+502
*
filter_workbench: Add Filter Workbench
Gareth Farrington
2025-05-29
1
-0
/
+517
*
load_cell_probe: Create LoadCellProbe
Gareth Farrington
2025-05-29
1
-0
/
+658
*
probe: Create ProbeVirtualEndstopDeprecation
Gareth Farrington
2025-05-29
1
-0
/
+11
*
sensor_hx71x: Update Sensors to report to load_cell_probe
Gareth Farrington
2025-05-29
4
-0
/
+45
*
load_cell_probe: Create load_cell_probe MCU object
Gareth Farrington
2025-05-29
4
-1
/
+314
*
sos_filter: Second Order Sections MCU Filter
Gareth Farrington
2025-05-29
5
-0
/
+407
*
lis2dw: if spi is used - disable i2c
Timofey Titovets
2025-05-26
1
-0
/
+3
*
stm32: h7 spi - add a delay on SCK polarity change
Timofey Titovets
2025-05-26
1
-2
/
+9
*
spi_software: add a delay on mode change
Timofey Titovets
2025-05-26
1
-5
/
+8
*
rp2040: add a delay on SCK polarity change
Timofey Titovets
2025-05-26
1
-0
/
+7
*
dual_carriage: Fixed input shaper stepper kinematics initialization
Dmitry Butyugin
2025-05-22
2
-3
/
+13
*
docs: Remove SHAPER_CALIBRATE and usb-to-canbus bridge warning in CANBUS.md
Kevin O'Connor
2025-05-19
1
-5
/
+0
*
stm32: Allow stm32g4 chips to select a bootloader
Kevin O'Connor
2025-05-19
1
-1
/
+1
*
docs: Update Installation.md - Flash loop protection (#6935)
JamesH1978
2025-05-19
1
-0
/
+19
*
stm32: spi enable fifo if supported (#6936)
Timofey Titovets
2025-05-19
1
-7
/
+21
*
stm32: H7 spi enable use of fifo
Timofey Titovets
2025-05-19
1
-4
/
+8
*
stm32: Avoid read-modify-write register access in stm32h7_spi.c
Kevin O'Connor
2025-05-16
1
-20
/
+16
*
docs: Fix index.md links
Kevin O'Connor
2025-05-16
1
-7
/
+5
*
docs: BED_MESH_CALIBRATE makes a mesh that is immediately available. (#6919)
Rowland
2025-05-14
2
-2
/
+9
*
resonance_tester: Fix typo
Kevin O'Connor
2025-05-13
1
-1
/
+1
[prev]
[next]