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
/
descriptor.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-1
/
+1
*
fix device_qualifier_descriptor with custom bcd version
sawyer bristol
2024-12-02
1
-1
/
+1
*
add named bcd versions
sawyer bristol
2024-12-02
1
-12
/
+12
*
fix bug and allow bcd to be .0
sawyer bristol
2024-12-02
1
-1
/
+1
*
custom bcd usb version
sawyer bristol
2024-11-29
1
-12
/
+12
*
Merge pull request #3314 from elagil/add_iso_endpoint_support
Dario Nieuwenhuis
2024-09-16
1
-10
/
+81
|
\
|
*
feat(usb): make use of ISO endpoint support
elagil
2024-09-05
1
-10
/
+81
*
|
Allow bos_descriptor_buf to be a zero-length slice
Maxime Vincent
2024-08-29
1
-0
/
+6
|
/
*
feat(usb): add device qualifier descriptor
Haobo Gu
2024-08-15
1
-0
/
+21
*
usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead
Adam Greig
2024-03-23
1
-24
/
+27
*
Apply Pedantic Clippy Lints
Rafael Bachmann
2023-10-15
1
-17
/
+15
*
Fix clippy
Rafael Bachmann
2023-10-15
1
-1
/
+1
*
usb: docs
Dario Nieuwenhuis
2023-01-31
1
-1
/
+3
*
usb: split driver trait to separate crate.
Dario Nieuwenhuis
2022-09-26
1
-3
/
+4
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-6
/
+3
*
usb: simplify control in/out handlng, calling response from a single place.
Dario Nieuwenhuis
2022-05-09
1
-0
/
+1
*
usb: builtin handling of interface alternate settings
Dario Nieuwenhuis
2022-04-23
1
-2
/
+2
*
usb: improved descriptor building API
Dario Nieuwenhuis
2022-04-16
1
-37
/
+2
*
usb: cleanup and simplify error handling.
Dario Nieuwenhuis
2022-04-06
1
-44
/
+25
*
usb: add -usb-serial crate, fix warnings and stable build.
Dario Nieuwenhuis
2022-04-06
1
-0
/
+1
*
wip: experimental async usb stack
Dario Nieuwenhuis
2022-04-06
1
-0
/
+387