index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-usb
/
src
/
class
/
cdc_acm.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to embedded-io 0.7
Dario Nieuwenhuis
2025-12-19
1
-6
/
+45
*
Expose dtr() and rts() on cdc_acm::ControlChanged
goodhoko
2025-12-02
1
-0
/
+10
*
Fix a bug where CDC ACM BufferedReceiver repeats data when its future is dropped
Chris Doble
2025-11-28
1
-2
/
+5
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-1
/
+1
*
Fix CDC ACM BufferedReceiver buffer calculation
Jianqing Liu
2025-07-16
1
-1
/
+1
*
make usb endpoint allocator methods accept an optional EndpointAddress
korbin
2025-07-13
1
-3
/
+3
*
Implement embedded-io-async traits for USB CDC ACM
Matt Rodgers
2025-05-07
1
-0
/
+99
*
Make CDC ACM state constructor `const`
Bailey Quarters
2025-03-24
1
-4
/
+8
*
Desugar some async fns
Dániel Buga
2024-12-30
1
-3
/
+2
*
Add buffer size info to read_packet
Jomer.Dev
2024-01-08
1
-0
/
+1
*
Apply Pedantic Clippy Lints
Rafael Bachmann
2023-10-15
1
-23
/
+22
*
Fix clippy
Rafael Bachmann
2023-10-15
1
-1
/
+7
*
Add async interface for CDC control changes
Matt Spencer
2023-09-19
1
-2
/
+68
*
embassy_usb: Add split() for cdc_acm
Lasse Dalegaard
2023-03-04
1
-0
/
+100
*
usb: unify ControlHandler+DeviceStateHandler, route all control requests to a...
Dario Nieuwenhuis
2023-02-08
1
-16
/
+34
*
Merge #1151
bors[bot]
2023-02-01
1
-2
/
+2
|
\
|
*
usb: allow setting the interface string for interface alt settings
Matt Ickstadt
2023-01-13
1
-2
/
+2
*
|
usb: docs
Dario Nieuwenhuis
2023-01-31
1
-0
/
+9
|
/
*
usb cdc-acm: Set flag for supported capabilities
Timo Kröger
2022-12-26
1
-1
/
+4
*
usb cdc-acm: Remove unused call management descriptor
Timo Kröger
2022-12-26
1
-9
/
+0
*
usb: move classes into the `embassy-usb` crate.
Dario Nieuwenhuis
2022-09-26
1
-0
/
+354