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
/
lib.rs
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
usb: centralize all control logging in control.rs
Dario Nieuwenhuis
2022-04-06
1
-8
/
+4
|
*
Refactor ControlPipe to use the typestate pattern for safety
alexmoon
2022-04-06
1
-122
/
+36
|
*
Move data chunking from the driver to the lib
alexmoon
2022-04-06
1
-23
/
+92
|
*
usb: cleanup and simplify error handling.
Dario Nieuwenhuis
2022-04-06
1
-4
/
+8
|
*
usb: cleanup logging.
Dario Nieuwenhuis
2022-04-06
1
-1
/
+1
|
*
usb: add -usb-serial crate, fix warnings and stable build.
Dario Nieuwenhuis
2022-04-06
1
-7
/
+3
|
*
Add handlers for standard reqs to ControlHandler
alexmoon
2022-04-06
1
-37
/
+40
|
*
Add a control_buf to UsbDevice
alexmoon
2022-04-06
1
-4
/
+6
|
*
Switch to ControlHandler owned bufs for control_in()
alexmoon
2022-04-06
1
-7
/
+4
|
*
usb: simplify buffer handling for Control IN transfers.
Dario Nieuwenhuis
2022-04-06
1
-5
/
+4
|
*
usb: nicer names for control structs.
Dario Nieuwenhuis
2022-04-06
1
-5
/
+5
|
*
usb: move all control-related stuff to `mod control`.
Dario Nieuwenhuis
2022-04-06
1
-3
/
+1
|
*
usb: associate ControlHandlers with interfaces, automatically route requests.
Dario Nieuwenhuis
2022-04-06
1
-44
/
+47
|
*
usb: cleanup giant matches in control code.
Dario Nieuwenhuis
2022-04-06
1
-67
/
+55
|
*
usb: add `add_class` to builder, so that `FooBarClass::new(&mut builder)` ↵
Dario Nieuwenhuis
2022-04-06
1
-2
/
+5
|
|
|
|
can set up everything.
*
Use trait objects instead of generics for UsbDevice::classes
alexmoon
2022-04-06
1
-17
/
+31
|
*
Add support for USB classes handling control requests.
alexmoon
2022-04-06
1
-102
/
+67
|
*
Working CDC-ACM device->host
Dario Nieuwenhuis
2022-04-06
1
-0
/
+1
|
*
Working CDC-ACM host->device
Dario Nieuwenhuis
2022-04-06
1
-17
/
+47
|
*
wip: experimental async usb stack
Dario Nieuwenhuis
2022-04-06
1
-0
/
+342
[prev]