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
*
rp2040: Add spi0_gpio4_gpio3_gpio2 bus to support fysetc PITB V2 (#6683)
Jessica Hunt
2024-11-27
1
-3
/
+24
*
rp2040: Improve indentation in Kconfig file
Kevin O'Connor
2024-11-14
1
-34
/
+34
*
rp2040: Add rp2350 bootrom based chipid and reboot to bootloader code
Kevin O'Connor
2024-11-14
4
-9
/
+65
*
rp2040: Move chipid reading to bootrom.c
Kevin O'Connor
2024-11-14
4
-108
/
+120
*
rp2040: Initial rp2350 support
Kevin O'Connor
2024-11-14
6
-24
/
+62
*
rp2040: Use a higher USB PLL internal frequency
Kevin O'Connor
2024-11-14
1
-1
/
+5
*
rp2040: Avoid using memcpy() on USB dpram
Kevin O'Connor
2024-11-14
1
-7
/
+30
*
rp2040: Rename rp2040_link.lds.S to rpxxxx_link.lds.S
Kevin O'Connor
2024-11-13
3
-3
/
+3
*
rp2040: Rename CONFIG_RP2040_yyy Kconfig symbols to CONFIG_RPXXXX_yyy
Kevin O'Connor
2024-11-13
5
-34
/
+44
*
armcm_boot: Support ARM cortex-m33 chips
Kevin O'Connor
2024-11-13
3
-3
/
+8
*
lib: Update lib/rp2040 to v2.0.0 SDK release
Kevin O'Connor
2024-11-13
1
-6
/
+11
*
lib: Move lib/rp2040/elf2uf2 to lib/elf2uf2
Kevin O'Connor
2024-11-13
1
-4
/
+4
*
atsamd: allow i2c rate to be 400kHz
Wulfsta
2024-11-12
1
-4
/
+10
*
sensor_lis2dw: add lis3dh sensor and i2c communication
Wulfsta
2024-11-12
4
-26
/
+141
*
atsamd: Add Kconfig definition for SAME51N19 chip
Kevin O'Connor
2024-10-28
1
-2
/
+6
*
Kconfig: Remove references to manufacturers in Kconfig
Kevin O'Connor
2024-10-28
4
-17
/
+17
*
trsync: Don't require callers of trsync_do_trigger() to disable irqs
Kevin O'Connor
2024-10-26
1
-3
/
+6
*
sched: Improve timer vs task priority check
Kevin O'Connor
2024-10-26
6
-11
/
+15
*
mpu: shutdown on i2c errors
Timofey Titovets
2024-10-26
1
-6
/
+12
*
ldc1612: shutdown on i2c errors
Timofey Titovets
2024-10-26
2
-1
/
+3
*
i2ccmds: move status checks to function
Timofey Titovets
2024-10-26
2
-31
/
+26
*
stm32: forward i2c errors to i2ccmd
Timofey Titovets
2024-10-26
1
-13
/
+23
*
rp2040: forward i2c errors to i2ccmd
Timofey Titovets
2024-10-26
1
-18
/
+24
*
linux: forward i2c errors to i2ccmd
Timofey Titovets
2024-10-26
1
-7
/
+15
*
i2c_software: forward errors to i2ccmd
Timofey Titovets
2024-10-26
1
-18
/
+39
*
i2c: handle errors at i2ccmds
Timofey Titovets
2024-10-26
20
-49
/
+123
*
i2ccmds: abstract i2c dev from bus implementation
Timofey Titovets
2024-10-26
4
-23
/
+35
*
stm32: Add support for USART3 on PC11/PC10 on STM32G474. (#6704)
Liam Powell
2024-10-24
2
-0
/
+12
*
atsam: Enable TCM and cache for atsame70
Wulfsta
2024-10-21
5
-13
/
+188
*
atsam: Add data memory barrier to USB driver
Wulfsta
2024-10-21
1
-0
/
+1
*
stm32: allow 400Khz in stm32f0_i2c.c (#6694)
Timofey Titovets
2024-10-09
1
-0
/
+7
*
stm32: Fix i2c clock speeds for chips with a peripheral clock over 48Mhz
Kevin O'Connor
2024-09-22
1
-5
/
+13
*
stm32: Reduce peripheral clock speed on stm32g4 chips
Kevin O'Connor
2024-09-22
1
-2
/
+2
*
rp2040: Check for i2c NACK/Start NACK (#6692)
Timofey Titovets
2024-09-22
1
-0
/
+22
*
STM32: Check for NACK (#6687)
Timofey Titovets
2024-09-22
2
-0
/
+4
*
i2c: drop i2c_modify_bits
Timofey Titovets
2024-09-22
1
-33
/
+0
*
stm32: Fix setting USB clock with USB to CANbus mode on stm32g4/stm32l4
Kevin O'Connor
2024-08-29
2
-2
/
+2
*
sensor_hx71x: Signal an overflow from the timer handler
Kevin O'Connor
2024-08-14
1
-10
/
+18
*
src: Current code produces warnings for possible value overflows. (#6665)
Bevan Weiss
2024-08-14
3
-4
/
+9
*
stm32: Fix getting wrong ADC value on PA0 of STM32G431 (#6660)
Nicholas Huskie
2024-08-08
1
-21
/
+23
*
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
[next]