aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* atsamd: Add Kconfig definition for SAME51N19 chipKevin O'Connor2024-10-281-2/+6
* Kconfig: Remove references to manufacturers in KconfigKevin O'Connor2024-10-284-17/+17
* trsync: Don't require callers of trsync_do_trigger() to disable irqsKevin O'Connor2024-10-261-3/+6
* sched: Improve timer vs task priority checkKevin O'Connor2024-10-266-11/+15
* mpu: shutdown on i2c errorsTimofey Titovets2024-10-261-6/+12
* ldc1612: shutdown on i2c errorsTimofey Titovets2024-10-262-1/+3
* i2ccmds: move status checks to functionTimofey Titovets2024-10-262-31/+26
* stm32: forward i2c errors to i2ccmdTimofey Titovets2024-10-261-13/+23
* rp2040: forward i2c errors to i2ccmdTimofey Titovets2024-10-261-18/+24
* linux: forward i2c errors to i2ccmdTimofey Titovets2024-10-261-7/+15
* i2c_software: forward errors to i2ccmdTimofey Titovets2024-10-261-18/+39
* i2c: handle errors at i2ccmdsTimofey Titovets2024-10-2620-49/+123
* i2ccmds: abstract i2c dev from bus implementationTimofey Titovets2024-10-264-23/+35
* stm32: Add support for USART3 on PC11/PC10 on STM32G474. (#6704)Liam Powell2024-10-242-0/+12
* atsam: Enable TCM and cache for atsame70Wulfsta2024-10-215-13/+188
* atsam: Add data memory barrier to USB driverWulfsta2024-10-211-0/+1
* stm32: allow 400Khz in stm32f0_i2c.c (#6694)Timofey Titovets2024-10-091-0/+7
* stm32: Fix i2c clock speeds for chips with a peripheral clock over 48MhzKevin O'Connor2024-09-221-5/+13
* stm32: Reduce peripheral clock speed on stm32g4 chipsKevin O'Connor2024-09-221-2/+2
* rp2040: Check for i2c NACK/Start NACK (#6692)Timofey Titovets2024-09-221-0/+22
* STM32: Check for NACK (#6687)Timofey Titovets2024-09-222-0/+4
* i2c: drop i2c_modify_bitsTimofey Titovets2024-09-221-33/+0
* stm32: Fix setting USB clock with USB to CANbus mode on stm32g4/stm32l4Kevin O'Connor2024-08-292-2/+2
* sensor_hx71x: Signal an overflow from the timer handlerKevin O'Connor2024-08-141-10/+18
* src: Current code produces warnings for possible value overflows. (#6665)Bevan Weiss2024-08-143-4/+9
* stm32: Fix getting wrong ADC value on PA0 of STM32G431 (#6660)Nicholas Huskie2024-08-081-21/+23
* ads1220: Add ADS1220 bulk sensor to load_cellGareth Farrington2024-07-313-1/+171
* hx71x: Load Cell Skeleton and HX71x bulk ADCGareth Farrington2024-07-313-1/+254
* rp2040_link: Explicitly set klipper.elf output section flags to avoid warningKevin O'Connor2024-06-171-5/+15
* armcm_link: Fix build on recent arm gcc/newlibc versionsKevin O'Connor2024-06-178-9/+14
* command: Support 2-byte message idsKevin O'Connor2024-06-103-8/+33
* sensor_bulk: Change maximum data size from 52 to 51 bytesKevin O'Connor2024-06-102-3/+3
* stm32: STM32F031 updates (#6607)Elias Bakken2024-05-252-2/+4
* sensor_ldc1612: Halt homing if sensor reports a warningKevin O'Connor2024-05-211-2/+9
* sensor_ldc1612: Create new check_home() helper functionKevin O'Connor2024-05-211-15/+22
* sensor_ldc1612: Add support for chips with INTB line routed to mcuKevin O'Connor2024-05-211-8/+38
* sensor_ldc1612: Don't require DRDY bit to be set on data readKevin O'Connor2024-05-211-2/+2
* stm32: Add STM32G474 chip to KconfigDropeffect GmbH2024-05-141-0/+7
* stm32: Add FDCAN2 channel needed for stm32g4 alternate pinsDropeffect GmbH2024-05-142-2/+15
* stm32g4: Fix ADC3 common interface registers name to ADC345_COMMONDropeffect GmbH2024-05-141-0/+4
* stm32: Add new spi2 on stm32g0 chips (#6569)Donald A. Cupp Jr2024-05-031-15/+27
* pru: BeagleBone Firmware upgrade to Debian 11.7 Bullseye (#6577)Oleg Gavavka2024-04-277-140/+191
* rp2040: Add kconfig options for rp2040 uart (#6549)Amken USA2024-04-242-23/+97
* config: Artillery Sidewinder X3 (#6534)TheFeralEngineer2024-04-121-1/+1
* sensor_ldc1612: Initial support for bulk reading ldc1612 sensorKevin O'Connor2024-04-093-1/+216
* linux: Don't use absolute paths for includeMichael 'ASAP' Weinrich2024-04-032-2/+2
* stm32: fix support for USARTs on STM32G0B0Robert Cambridge2024-04-031-0/+7
* stm32: Add i2c3 bus to STM32H7 (#6541)FOG_Yamato2024-04-021-0/+3
* linux: Allow for more i2c busesCarl Richard Theodor Schneider2024-03-211-1/+1
* hc32f460: Adding support for 100pin version of H32F460 (#6488)Mad Beggar2024-03-192-1/+18