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
/
rp2040
/
usbserial.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rp2040: Avoid using memcpy() on USB dpram
Kevin O'Connor
2024-11-14
1
-7
/
+30
*
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
*
rp2040: Handle USB resets
Kevin O'Connor
2023-04-25
1
-4
/
+9
*
usb_cdc: Rename usb_request_bootloader() to bootloader_request()
Kevin O'Connor
2022-07-29
1
-7
/
+0
*
rp2040: Implement workaround for USB errata "rp2040-e5"
Kevin O'Connor
2022-06-12
1
-3
/
+99
*
rp2040: Add barrier() around all memcpy() calls in usbserial.c
Kevin O'Connor
2021-10-27
1
-0
/
+5
*
rp2040: add barrier in usb_read_ep0_setup
Lasse Dalegaard
2021-10-27
1
-0
/
+1
*
rp2040: support usb_request_bootloader
Lasse Dalegaard
2021-07-04
1
-1
/
+2
*
rp2040: Initial USB support
Kevin O'Connor
2021-07-04
1
-0
/
+235