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
/
driver.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: split driver trait to separate crate.
Dario Nieuwenhuis
2022-09-26
1
-232
/
+0
*
nRF documentation warning fixes
Ulf Lilleengen
2022-08-22
1
-3
/
+3
*
Puts in the machinery to handle power detected/removed
huntc
2022-07-07
1
-0
/
+6
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-8
/
+2
*
usb: make ControlPipe accept, reject async.
Dario Nieuwenhuis
2022-05-30
1
-2
/
+8
*
usb: add first, last params to ControlPipe data_in, data_out.
Dario Nieuwenhuis
2022-05-30
1
-2
/
+8
*
usb: remove is_stalled, set_stalled from Endpoint.
Dario Nieuwenhuis
2022-05-30
1
-9
/
+0
*
usb: parse request in embassy-usb instead of the driver.
Dario Nieuwenhuis
2022-05-12
1
-3
/
+1
*
usb: merge `alloc_control_pipe` and `into_bus` into `start`.
Dario Nieuwenhuis
2022-05-10
1
-9
/
+10
*
usb: remove address arg from endpoint allocation.
Dario Nieuwenhuis
2022-05-09
1
-2
/
+0
*
usb: builtin handling of interface alternate settings
Dario Nieuwenhuis
2022-04-23
1
-5
/
+5
*
Make Driver::disable async and fix comment
alexmoon
2022-04-13
1
-3
/
+4
*
Add DeviceStateHandler, DeviceCommand channel, and remote wakeup support
alexmoon
2022-04-13
1
-20
/
+24
*
Unify ReadError and WriteError into EndpointError
alexmoon
2022-04-09
1
-21
/
+9
*
Async-ify Driver::enable and UsbDeviceBuilder::build
alexmoon
2022-04-07
1
-1
/
+2
*
usb: abort control data in/out on reset or when receiving another SETUP.
Dario Nieuwenhuis
2022-04-06
1
-1
/
+1
*
Add basic device state handling for endpoints.
alexmoon
2022-04-06
1
-0
/
+12
*
Simplify hid output report handling
alexmoon
2022-04-06
1
-8
/
+0
*
Reduce memory overhead and simplify logic for merging endpoint and control re...
alexmoon
2022-04-06
1
-0
/
+8
*
Move data chunking from the driver to the lib
alexmoon
2022-04-06
1
-9
/
+14
*
Add support for USB classes handling control requests.
alexmoon
2022-04-06
1
-0
/
+42
*
Working CDC-ACM host->device
Dario Nieuwenhuis
2022-04-06
1
-34
/
+53
*
wip: experimental async usb stack
Dario Nieuwenhuis
2022-04-06
1
-0
/
+160