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
*
atsam: Add support for CAN on atsame70 (#6366)
Luke V
2023-10-19
6
-5
/
+359
*
atsam: Remove USB endpoint header (#6365)
Alex Maclean
2023-10-12
1
-10
/
+0
*
stm32: Make sure to limit tx during usbfs startup
Kevin O'Connor
2023-10-05
1
-1
/
+2
*
stm32: Fix usbfs spurious USB packet transmit on startup
Kevin O'Connor
2023-10-04
1
-6
/
+16
*
stm32: Only enable one direction on usbfs double buffered end points
Kevin O'Connor
2023-10-04
1
-2
/
+2
*
usb_canbus: Prioritize local response sending over new host messages
Kevin O'Connor
2023-10-03
1
-2
/
+4
*
usb_canbus: Add a local queue for USB messages received from host
Kevin O'Connor
2023-10-03
1
-15
/
+38
*
usb_canbus: Rename UsbCan.queue to UsbCan.canhw_queue
Kevin O'Connor
2023-10-03
1
-14
/
+14
*
rp2040: Add support for double buffering on USB bulk tx packets
Kevin O'Connor
2023-10-03
1
-4
/
+10
*
rp2040: Add support for double buffering on USB bulk rx packets
Kevin O'Connor
2023-10-03
1
-6
/
+15
*
rp2040: Open code usb_read_packet() and usb_write_packet() in callers
Kevin O'Connor
2023-10-03
1
-36
/
+58
*
rp2040: Add helper functions to usbserial.c
Kevin O'Connor
2023-10-03
1
-20
/
+56
*
stm32: Add usbfs double buffer support for bulk tx messages
Kevin O'Connor
2023-10-03
1
-8
/
+28
*
stm32: Add usbfs double buffer support for bulk rx messages
Kevin O'Connor
2023-10-03
1
-14
/
+49
*
stm32: Update usbfs to support setting both buffers for each endpoint
Kevin O'Connor
2023-10-03
1
-35
/
+37
*
stm32: Improve usbfs epr register handling
Kevin O'Connor
2023-10-03
1
-40
/
+41
*
Kconfig: Support Enable/Disable lis2dw on chips with small flash size
bigtreetech
2023-08-21
2
-1
/
+9
*
lis2dw12: Add support for lis2dw12 accelerometer
bigtreetech
2023-08-21
2
-1
/
+222
*
hc32f460: Add app address 0x10000
Falk Höppner
2023-08-13
1
-6
/
+9
*
atsamd: Add support for SAMD21J18 (Minitronics v2)
Bart Meijer
2023-07-05
1
-2
/
+6
*
hc32f460: Disable JTAG/SWD on pins so they can be used for GPIO/serial
Boris-Chengbiao Zhou
2023-06-20
1
-0
/
+6
*
hc32f460: Use correct USART for PH2/PB10 pins
Boris-Chengbiao Zhou
2023-06-20
1
-9
/
+28
*
atsamd: Fixes for samc21 and compiler optimizations (#6198)
Luke V
2023-06-16
2
-4
/
+26
*
Kconfig: Support selecting optional features on chips with small flash size
Kevin O'Connor
2023-06-08
15
-36
/
+70
*
i2c_software: Implementation of software i2c (#6141)
BIGTREETECH
2023-06-07
6
-10
/
+246
*
hc32f460: update for HC32F460 - clock, flash add, serial (#6235)
Steve Gotthardt
2023-06-06
2
-9
/
+44
*
Kconfig: Change default CANbus frequency to 1000000
Kevin O'Connor
2023-05-30
1
-1
/
+1
*
stm32: add PB5/PB6 as CAN pins - required for BTT U2C v2.x
Stefan Dej
2023-05-20
2
-2
/
+6
*
stm32f7: add support for stm32f7 and remram board
Frederic Morin
2023-05-07
10
-11
/
+217
*
atsamd: Add support for SAMC21
Wulfsta
2023-05-01
13
-31
/
+311
*
rp2040: Handle USB resets
Kevin O'Connor
2023-04-25
1
-4
/
+9
*
usb_canbus: Rework USB message transmit prioritization
Kevin O'Connor
2023-04-24
1
-38
/
+38
*
usb_canbus: No need to check if canserial can accept a packet
Kevin O'Connor
2023-04-24
3
-13
/
+8
*
usb_canbus: Minor code reformatting of drain_hw_queue()
Kevin O'Connor
2023-04-24
1
-10
/
+10
*
usb_canbus: Increase rx canbus packet buffer to 32
Kevin O'Connor
2023-04-24
1
-1
/
+1
*
stm32: Fix usbotg irq wakeup notification
Kevin O'Connor
2023-04-24
1
-4
/
+4
*
sensor_mpu9250: Fix or improve reliability (#6170)
Dr. Matthew Swabey
2023-04-19
1
-48
/
+54
*
stm32: Support for USART5 on STM32G0B1 (#6105)
Florin Popescu
2023-04-19
3
-0
/
+23
*
scripts: Fix flash linux when OUT argument provided (#6133)
visilya
2023-04-07
1
-1
/
+1
*
stm32: Improve ifdef indent in hard_pwm.c
Kevin O'Connor
2023-04-07
1
-4
/
+4
*
stm32: Prefer "MACH_STM32F1" test over "MACH_STM32F103 || MACH_N32G45x"
Kevin O'Connor
2023-04-07
2
-2
/
+2
*
stm32: Add support for Nation N32G45x mcus (#6116)
Alexey
2023-04-07
5
-10
/
+215
*
linux: Lock Memory and Increase Priority (#6131)
Dr. Matthew Swabey
2023-03-27
1
-2
/
+9
*
stm32: Enable I2C on stm32h7 (#6130)
BIGTREETECH
2023-03-27
3
-1
/
+13
*
avr: Allow I2C bus speed to be set by Klipper (#6111)
Dr. Matthew Swabey
2023-03-21
1
-20
/
+16
*
linux: Fast Linux MCU i2c_read() with I2C_RDRW (#6101)
Dr. Matthew Swabey
2023-03-14
2
-8
/
+34
*
stm32h7: Restore the RCC set in the bootloader to the default value (#6092)
BIGTREETECH
2023-03-06
1
-0
/
+6
*
ar100: Support for ar100 (#6054)
Elias Bakken
2023-02-20
14
-0
/
+706
*
stm32: Add sdio support
H. Gregor Molter
2023-02-20
11
-5
/
+634
*
hc32f460: Add support for hc32f460 micro-controllers
Steven Gotthardt
2023-02-13
11
-0
/
+928
[next]