aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Kconfig: Simplify WANT_XXX definitionsKevin O'Connor2024-12-122-31/+26
* angle: mt6826s added supportTimofey Titovets2024-12-121-0/+38
* angle: mt6816 added supportTimofey Titovets2024-12-121-5/+40
* Kconfig: split sensorsTimofey Titovets2024-12-122-11/+37
* rp2040: Add spi0_gpio4_gpio3_gpio2 bus to support fysetc PITB V2 (#6683)Jessica Hunt2024-11-271-3/+24
* rp2040: Improve indentation in Kconfig fileKevin O'Connor2024-11-141-34/+34
* rp2040: Add rp2350 bootrom based chipid and reboot to bootloader codeKevin O'Connor2024-11-144-9/+65
* rp2040: Move chipid reading to bootrom.cKevin O'Connor2024-11-144-108/+120
* rp2040: Initial rp2350 supportKevin O'Connor2024-11-146-24/+62
* rp2040: Use a higher USB PLL internal frequencyKevin O'Connor2024-11-141-1/+5
* rp2040: Avoid using memcpy() on USB dpramKevin O'Connor2024-11-141-7/+30
* rp2040: Rename rp2040_link.lds.S to rpxxxx_link.lds.SKevin O'Connor2024-11-133-3/+3
* rp2040: Rename CONFIG_RP2040_yyy Kconfig symbols to CONFIG_RPXXXX_yyyKevin O'Connor2024-11-135-34/+44
* armcm_boot: Support ARM cortex-m33 chipsKevin O'Connor2024-11-133-3/+8
* lib: Update lib/rp2040 to v2.0.0 SDK releaseKevin O'Connor2024-11-131-6/+11
* lib: Move lib/rp2040/elf2uf2 to lib/elf2uf2Kevin O'Connor2024-11-131-4/+4
* atsamd: allow i2c rate to be 400kHzWulfsta2024-11-121-4/+10
* sensor_lis2dw: add lis3dh sensor and i2c communicationWulfsta2024-11-124-26/+141
* 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