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
/
generic
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
2
-8
/
+8
*
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
*
stm32: Add support for reporting canbus state from can.c
Kevin O'Connor
2025-02-02
1
-0
/
+11
*
armcm_boot: Support ARM cortex-m33 chips
Kevin O'Connor
2024-11-13
3
-3
/
+8
*
sensor_lis2dw: add lis3dh sensor and i2c communication
Wulfsta
2024-11-12
1
-0
/
+4
*
sched: Improve timer vs task priority check
Kevin O'Connor
2024-10-26
2
-2
/
+2
*
armcm_link: Fix build on recent arm gcc/newlibc versions
Kevin O'Connor
2024-06-17
1
-0
/
+3
*
armcm_boot: Avoid invoking functions in reset_handler_stage_two()
Kevin O'Connor
2024-01-25
1
-4
/
+28
*
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
*
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
*
canserial: Only call bootloader_request() if CONFIG_HAVE_BOOTLOADER_REQUEST
Kevin O'Connor
2022-12-30
1
-1
/
+2
*
usb_cdc: Only call bootloader_request() if CONFIG_HAVE_BOOTLOADER_REQUEST
Kevin O'Connor
2022-12-30
1
-0
/
+2
*
serial_irq: Rename SERIAL_BOOTLOADER_SIDECHANNEL to HAVE_BOOTLOADER_REQUEST
Kevin O'Connor
2022-12-30
1
-1
/
+1
*
armcm_reset: Flush dcache before rebooting into canboot
Kevin O'Connor
2022-12-16
1
-8
/
+10
*
armcm_link: Rename CONFIG_FLASH_START to CONFIG_FLASH_APPLICATION_ADDRESS
Kevin O'Connor
2022-12-14
2
-4
/
+4
*
canbus: Rename canserial_send() to canbus_send()
Kevin O'Connor
2022-12-14
5
-15
/
+13
*
canbus: Rename canbus_send() to canhw_send()
Kevin O'Connor
2022-12-14
3
-6
/
+6
*
armcm_reset: Introduce Kconfig FLASH_BOOT_ADDRESS value
Kevin O'Connor
2022-11-08
1
-2
/
+2
*
serial_irq: Support side channel for entering bootloader
Kevin O'Connor
2022-09-05
1
-0
/
+3
*
canserial: Fix typo in canserial.h
Kevin O'Connor
2022-07-29
1
-1
/
+1
*
mcu: Delay reset signaling for usb to canbus bridge nodes
Kevin O'Connor
2022-07-29
1
-0
/
+3
*
canserial: Request bootloader via bootloader_request()
Kevin O'Connor
2022-07-29
1
-2
/
+1
*
usb_cdc: Rename usb_request_bootloader() to bootloader_request()
Kevin O'Connor
2022-07-29
3
-2
/
+3
*
serialqueue: Improve canbus timing
Kevin O'Connor
2022-07-29
1
-0
/
+4
*
usb_canbus: Initial support for USB to CAN bridge mode
Kevin O'Connor
2022-06-27
4
-4
/
+686
*
canserial: Rename canbus.c to canserial.c
Kevin O'Connor
2022-06-27
4
-326
/
+374
*
usb_cdc_ep: Change default endpoint numbers
Kevin O'Connor
2022-06-27
1
-2
/
+2
*
canbus: Move canbus uuid calculation to canbus.c
Kevin O'Connor
2022-06-16
2
-4
/
+7
*
stm32: Support passing through RTR and EFF canbus frames
Kevin O'Connor
2022-06-16
1
-0
/
+3
*
canbus: Use single method for reading canbus messages
Kevin O'Connor
2022-06-16
2
-42
/
+77
*
canbus: Move global variables into a struct
Kevin O'Connor
2022-06-16
1
-55
/
+65
*
armcm_reset: Add a armcm_reset.h header file for try_request_canboot()
Kevin O'Connor
2022-06-04
3
-6
/
+13
*
canbus: use "try_request_canboot" method
Eric Callahan
2022-06-03
1
-15
/
+1
*
armcm_reset: support canboot detection
Eric Callahan
2022-06-03
1
-0
/
+32
*
misc: Import misc.h in all files defining console_sendf()
Kevin O'Connor
2022-05-13
2
-0
/
+2
*
canbus: Rename CANBUS_CMD_SET_NODEID to CANBUS_CMD_SET_KLIPPER_NODEID
Kevin O'Connor
2022-05-10
1
-5
/
+5
*
canbus: send 8 bytes in the id response
Eric Callahan
2022-05-10
1
-1
/
+2
*
canbus: add bootloader support
Eric Callahan
2022-05-10
1
-0
/
+27
*
armc_boot: Support cortex-m7 chips
D4SK
2021-10-06
1
-0
/
+5
[next]