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: 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