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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
ads1220: Add ADS1220 bulk sensor to load_cell
Gareth Farrington
2024-07-31
3
-1
/
+171
*
hx71x: Load Cell Skeleton and HX71x bulk ADC
Gareth Farrington
2024-07-31
3
-1
/
+254
*
rp2040_link: Explicitly set klipper.elf output section flags to avoid warning
Kevin O'Connor
2024-06-17
1
-5
/
+15
*
armcm_link: Fix build on recent arm gcc/newlibc versions
Kevin O'Connor
2024-06-17
8
-9
/
+14
*
command: Support 2-byte message ids
Kevin O'Connor
2024-06-10
3
-8
/
+33
*
sensor_bulk: Change maximum data size from 52 to 51 bytes
Kevin O'Connor
2024-06-10
2
-3
/
+3
*
stm32: STM32F031 updates (#6607)
Elias Bakken
2024-05-25
2
-2
/
+4
*
sensor_ldc1612: Halt homing if sensor reports a warning
Kevin O'Connor
2024-05-21
1
-2
/
+9
*
sensor_ldc1612: Create new check_home() helper function
Kevin O'Connor
2024-05-21
1
-15
/
+22
*
sensor_ldc1612: Add support for chips with INTB line routed to mcu
Kevin O'Connor
2024-05-21
1
-8
/
+38
*
sensor_ldc1612: Don't require DRDY bit to be set on data read
Kevin O'Connor
2024-05-21
1
-2
/
+2
*
stm32: Add STM32G474 chip to Kconfig
Dropeffect GmbH
2024-05-14
1
-0
/
+7
*
stm32: Add FDCAN2 channel needed for stm32g4 alternate pins
Dropeffect GmbH
2024-05-14
2
-2
/
+15
*
stm32g4: Fix ADC3 common interface registers name to ADC345_COMMON
Dropeffect GmbH
2024-05-14
1
-0
/
+4
*
stm32: Add new spi2 on stm32g0 chips (#6569)
Donald A. Cupp Jr
2024-05-03
1
-15
/
+27
*
pru: BeagleBone Firmware upgrade to Debian 11.7 Bullseye (#6577)
Oleg Gavavka
2024-04-27
7
-140
/
+191
*
rp2040: Add kconfig options for rp2040 uart (#6549)
Amken USA
2024-04-24
2
-23
/
+97
*
config: Artillery Sidewinder X3 (#6534)
TheFeralEngineer
2024-04-12
1
-1
/
+1
*
sensor_ldc1612: Initial support for bulk reading ldc1612 sensor
Kevin O'Connor
2024-04-09
3
-1
/
+216
*
linux: Don't use absolute paths for include
Michael 'ASAP' Weinrich
2024-04-03
2
-2
/
+2
*
stm32: fix support for USARTs on STM32G0B0
Robert Cambridge
2024-04-03
1
-0
/
+7
*
stm32: Add i2c3 bus to STM32H7 (#6541)
FOG_Yamato
2024-04-02
1
-0
/
+3
*
linux: Allow for more i2c buses
Carl Richard Theodor Schneider
2024-03-21
1
-1
/
+1
*
hc32f460: Adding support for 100pin version of H32F460 (#6488)
Mad Beggar
2024-03-19
2
-1
/
+18
*
stm32: Add i2c3_PC0_PC1 for stm32g0 (#6529)
BIGTREETECH
2024-03-15
1
-0
/
+3
*
stm32: Fix USART3 ALT pinout on STM32G0 (#6523)
Attila
2024-03-10
1
-1
/
+1
*
avr: enable small code size options for atmega32u4
Jake
2024-03-02
1
-1
/
+1
*
rp2040: Only change SPI settings while peripheral is disabled
Kevin O'Connor
2024-01-25
1
-0
/
+4
*
rp2040: Load vectortable into ram
Kevin O'Connor
2024-01-25
2
-0
/
+27
*
rp2040: Run all code from ram
Kevin O'Connor
2024-01-25
1
-2
/
+3
*
rp2040: Always link using rp2040_link.lds.S
Kevin O'Connor
2024-01-25
2
-3
/
+11
*
armcm_boot: Avoid invoking functions in reset_handler_stage_two()
Kevin O'Connor
2024-01-25
1
-4
/
+28
*
stm32: Remove product names from bootloader choices menu
Kevin O'Connor
2024-01-22
1
-7
/
+7
*
stm32: Add 36KiB bootloader offset option (#6449)
Jakub
2024-01-22
1
-0
/
+3
*
stm32g0: Disable internal pull-down resistors on UCPDx CCx pins, because klip...
BIGTREETECH
2024-01-21
1
-0
/
+2
*
sensor_lis2dw: No need to schedule start of bulk reading
Kevin O'Connor
2024-01-19
1
-42
/
+11
*
sensor_mpu9250: No need to schedule start of bulk reading
Kevin O'Connor
2024-01-19
1
-98
/
+27
*
sensor_adxl345: No need to schedule start of bulk reading
Kevin O'Connor
2024-01-19
1
-43
/
+12
*
sensor_bulk: New C file with helper code for sending bulk sensor measurements
Kevin O'Connor
2024-01-19
8
-120
/
+113
*
sensor_angle: No need to send messages when stopping queries
Kevin O'Connor
2024-01-19
1
-5
/
+2
*
sensor_lis2dw: No need to send messages when stopping queries
Kevin O'Connor
2024-01-19
1
-19
/
+2
*
sensor_mpu9250: No need to send messages when stopping queries
Kevin O'Connor
2024-01-19
1
-9
/
+0
*
sensor_adxl345: No need to send messages when stopping queries
Kevin O'Connor
2024-01-19
1
-18
/
+0
*
sensor_mpu9250: Check for overflows on each query_mpu9250_status command
Kevin O'Connor
2024-01-07
1
-10
/
+12
*
sensor_mpu9250: Simplify mp9250_query()
Kevin O'Connor
2024-01-07
1
-14
/
+10
*
sensor_mpu9250: Fix timing in command_query_mpu9250_status()
Kevin O'Connor
2024-01-07
1
-8
/
+9
*
stm32: Fix CAN for STM32G4
Alex Maclean
2023-12-21
2
-3
/
+6
*
stm32: Fix ADC for STM32G4
Alex Maclean
2023-12-21
1
-2
/
+3
*
stm32: Fix STM32G4 USB
Alex Maclean
2023-12-21
1
-1
/
+6
*
hard_pwm: Add pin defs for STM32F070 and STM32F072 (#6409)
Will Puckett
2023-12-05
2
-2
/
+65
[next]