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
/
usb_cdc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb_cdc: Avoid ending a transmission with a max size usb packet
Kevin O'Connor
2025-02-15
1
-3
/
+5
*
usb_cdc: Only call bootloader_request() if CONFIG_HAVE_BOOTLOADER_REQUEST
Kevin O'Connor
2022-12-30
1
-0
/
+2
*
usb_cdc: Rename usb_request_bootloader() to bootloader_request()
Kevin O'Connor
2022-07-29
1
-1
/
+1
*
misc: Import misc.h in all files defining console_sendf()
Kevin O'Connor
2022-05-13
1
-0
/
+1
*
usb_cdc: Increase USB transmit size
Kevin O'Connor
2021-08-30
1
-1
/
+1
*
usb_cdc: Add comments on debugging USB connections via UART
Kevin O'Connor
2021-07-04
1
-0
/
+9
*
usb_cdc: Report MCU type on all boards
Kevin O'Connor
2019-11-26
1
-4
/
+0
*
usb_cdc: Add a usb_fill_serial() helper function
Kevin O'Connor
2019-11-25
1
-0
/
+17
*
usb_cdc: Report the MCU name instead of "Klipper firmware"
Kevin O'Connor
2019-11-21
1
-0
/
+4
*
lpc176x: read chip id and use as usb serial. (#2184)
Matt Baker
2019-11-21
1
-9
/
+22
*
usbserial: Allow USB ids to be specified via Kconfig
Kevin O'Connor
2019-01-25
1
-7
/
+5
*
usb_cdc: Notify both the bulk_in and bulk_out tasks on a configure
Kevin O'Connor
2019-01-07
1
-0
/
+1
*
usb_cdc: Add support for detecting a USB level Arduino bootloader request
Kevin O'Connor
2018-12-24
1
-0
/
+12
*
usb_cdc: Try to read new data before processing data blocks
Kevin O'Connor
2018-10-02
1
-9
/
+12
*
usb_cdc: Wake usb_bulk_out_task() on a shutdown
Kevin O'Connor
2018-10-02
1
-0
/
+1
*
usb_cdc: Perform basic request validation
Kevin O'Connor
2018-09-30
1
-1
/
+25
*
usb_cdc: Add usb_read_ep0_setup() interface function
Kevin O'Connor
2018-09-30
1
-2
/
+1
*
usb_cdc: Add support for usb_send_ep0_progmem()
Kevin O'Connor
2018-09-30
1
-2
/
+5
*
usb_cdc: Fix handling of zero-length-packets
Kevin O'Connor
2018-09-30
1
-5
/
+10
*
usb_cdc: Rework transfer state tracking code
Kevin O'Connor
2018-09-30
1
-39
/
+40
*
usb_cdc: Rename interface functions to avoid the term "setup"
Kevin O'Connor
2018-09-30
1
-15
/
+15
*
usb_cdc: Allow USB endpoint ids to be board specific
Kevin O'Connor
2018-08-06
1
-1
/
+2
*
build: Cleanup whitespace errors
Kevin O'Connor
2018-06-28
1
-4
/
+4
*
command: Add command_find_and_dispatch() helper
Kevin O'Connor
2018-05-28
1
-3
/
+1
*
command: Add a command_encode_and_frame() helper
Kevin O'Connor
2018-05-28
1
-2
/
+1
*
command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengths
Kevin O'Connor
2018-05-28
1
-8
/
+5
*
lpc176x: Initial support for serial over usb
Kevin O'Connor
2018-05-25
1
-0
/
+453