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
*
Kconfig: Replace WANT_GPIO_BITBANGING with individual options
Kevin O'Connor
2025-04-16
2
-7
/
+30
*
Makefile: Don't disable gcc's use-linker-plugin option
Kevin O'Connor
2025-04-16
1
-0
/
+1
*
i2c_software: Fix i2c_delay()
Kevin O'Connor
2025-04-08
1
-12
/
+9
*
stm32: Turn on can.c error interrupts
Kevin O'Connor
2025-04-03
1
-1
/
+1
*
stm32: Add support for additional i2c bus
Russell Cloran
2025-04-02
1
-0
/
+3
*
stm32: Fix RESERVE_PINS_CAN pin ordering in fdcan.c
Kevin O'Connor
2025-04-01
1
-1
/
+1
*
stm32: Added PH13/14 CAN pin option for stm32h743 (#6857)
FrY Sennberg
2025-03-27
2
-0
/
+14
*
rp2040: define spi bus on pins 12,11,10
Timofey Titovets
2025-03-25
1
-0
/
+3
*
stepper: Support disabling optimized "step on both edges" in "make menuconfig"
Kevin O'Connor
2025-03-20
2
-9
/
+24
*
stepper: Support step on both edges with custom minimum pulse duration
Kevin O'Connor
2025-03-20
9
-30
/
+46
*
stm32: Add support for USART6 on STM32F401
Marius Petcu
2025-03-07
2
-2
/
+28
*
icm20948: Add support for ICM20948 accelerometer (#6756)
Paul Hansel
2025-03-04
3
-1
/
+193
*
usb_canbus: Send echo frame before processing the frame
Kevin O'Connor
2025-02-27
1
-34
/
+37
*
usb_canbus: Minor code cleanup - add new drain_host_queue() helper
Kevin O'Connor
2025-02-27
1
-15
/
+22
*
usb_canbus: Minor code cleanup - code movement and comment updates
Kevin O'Connor
2025-02-27
1
-36
/
+57
*
usb_canbus: Wake usbcan_task when sending from canbus_send
Kevin O'Connor
2025-02-27
1
-1
/
+1
*
rp2040: Fix build of rp2350
Kevin O'Connor
2025-02-26
1
-6
/
+6
*
rp2040: set clock to 200Mhz
Timofey Titovets
2025-02-26
1
-2
/
+18
*
stm32: Add support for stm32f070x6 mcus
Kevin O'Connor
2025-02-16
2
-9
/
+13
*
usb_cdc: Avoid ending a transmission with a max size usb packet
Kevin O'Connor
2025-02-15
1
-3
/
+5
*
usb_cdc_ep: Define endpoint sizes in usb_cdc_ep.h
Kevin O'Connor
2025-02-15
3
-8
/
+15
*
stm32: h7 spi support reload mode & frequency
Timofey Titovets
2025-02-06
2
-3
/
+17
*
usb_canbus: Detect canbus stalls when in usb to canbus bridge mode
Kevin O'Connor
2025-02-02
1
-3
/
+57
*
canbus_stats: Periodically report canbus interface statistics
Kevin O'Connor
2025-02-02
1
-1
/
+20
*
atsam: Add support for reporting canbus state
Kevin O'Connor
2025-02-02
1
-2
/
+47
*
atsamd: Add support for reporting canbus state
Kevin O'Connor
2025-02-02
1
-2
/
+47
*
rp2040: Add support for reporting canbus state
Kevin O'Connor
2025-02-02
1
-1
/
+18
*
stm32: Add support for reporting canbus state from fdcan.c
Kevin O'Connor
2025-02-02
1
-2
/
+47
*
stm32: Add support for reporting canbus state from can.c
Kevin O'Connor
2025-02-02
2
-2
/
+57
*
Kconfig: Simplify WANT_XXX definitions
Kevin O'Connor
2024-12-12
2
-31
/
+26
*
angle: mt6826s added support
Timofey Titovets
2024-12-12
1
-0
/
+38
*
angle: mt6816 added support
Timofey Titovets
2024-12-12
1
-5
/
+40
*
Kconfig: split sensors
Timofey Titovets
2024-12-12
2
-11
/
+37
*
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
[next]