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
/
control.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply Pedantic Clippy Lints
Rafael Bachmann
2023-10-15
1
-1
/
+1
*
usb: unify ControlHandler+DeviceStateHandler, route all control requests to a...
Dario Nieuwenhuis
2023-02-08
1
-58
/
+0
*
usb: docs
Dario Nieuwenhuis
2023-01-31
1
-0
/
+7
*
usb: do not allow converting Directon to/from u8
Dario Nieuwenhuis
2022-09-26
1
-1
/
+1
*
usb: split driver trait to separate crate.
Dario Nieuwenhuis
2022-09-26
1
-2
/
+3
*
nRF documentation warning fixes
Ulf Lilleengen
2022-08-22
1
-1
/
+2
*
usb: merge Control logic into main code.
Dario Nieuwenhuis
2022-05-09
1
-123
/
+0
*
usb: simplify control in/out handlng, calling response from a single place.
Dario Nieuwenhuis
2022-05-09
1
-26
/
+3
*
usb: add support for custom string descriptors.
Dario Nieuwenhuis
2022-04-23
1
-0
/
+14
*
usb: builtin handling of interface alternate settings
Dario Nieuwenhuis
2022-04-23
1
-20
/
+17
*
usb: fix wrong logging of CONTROL OUT data.
Dario Nieuwenhuis
2022-04-15
1
-2
/
+2
*
Unify ReadError and WriteError into EndpointError
alexmoon
2022-04-09
1
-2
/
+2
*
usb: abort control data in/out on reset or when receiving another SETUP.
Dario Nieuwenhuis
2022-04-06
1
-1
/
+7
*
usb: fix slow enumeration with EP0 max_packet_size of 8 or 16.
Dario Nieuwenhuis
2022-04-06
1
-1
/
+1
*
usb: centralize all control logging in control.rs
Dario Nieuwenhuis
2022-04-06
1
-3
/
+13
*
Refactor ControlPipe to use the typestate pattern for safety
alexmoon
2022-04-06
1
-0
/
+121
*
Add handlers for standard reqs to ControlHandler
alexmoon
2022-04-06
1
-0
/
+23
*
Add a control_buf to UsbDevice
alexmoon
2022-04-06
1
-1
/
+1
*
Switch to ControlHandler owned bufs for control_in()
alexmoon
2022-04-06
1
-4
/
+3
*
usb: update docs on ControlHandler.
Dario Nieuwenhuis
2022-04-06
1
-17
/
+4
*
usb: simplify buffer handling for Control IN transfers.
Dario Nieuwenhuis
2022-04-06
1
-49
/
+9
*
usb: nicer names for control structs.
Dario Nieuwenhuis
2022-04-06
1
-19
/
+15
*
usb: move all control-related stuff to `mod control`.
Dario Nieuwenhuis
2022-04-06
1
-0
/
+103
*
Add support for USB classes handling control requests.
alexmoon
2022-04-06
1
-13
/
+4
*
wip: experimental async usb stack
Dario Nieuwenhuis
2022-04-06
1
-0
/
+134