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
/
builder.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
feature: WebUSB capability implementation
Chris Maniewski
2024-04-27
1
-0
/
+5
*
USB: fix comments about the config.max_packet_size_0 field
Adam Simpkins
2024-04-09
1
-4
/
+5
*
usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead
Adam Greig
2024-03-23
1
-7
/
+0
*
usb: remove msos-descriptor feature.
Dario Nieuwenhuis
2023-11-08
1
-16
/
+2
*
Apply Pedantic Clippy Lints
Rafael Bachmann
2023-10-15
1
-22
/
+20
*
Constify Config::new
Rafael Bachmann
2023-10-15
1
-1
/
+1
*
Address review comments
James Munns
2023-03-27
1
-9
/
+1
*
Correct copy/paste errors
James Munns
2023-03-27
1
-4
/
+6
*
Add logging and interface for debugging buffer usage
James Munns
2023-03-27
1
-0
/
+14
*
usb: use InterfaceNumber in msos.
Dario Nieuwenhuis
2023-02-08
1
-1
/
+1
*
usb: unify ControlHandler+DeviceStateHandler, route all control requests to a...
Dario Nieuwenhuis
2023-02-08
1
-18
/
+27
*
usb: make max interface count configurable at compile time.
Dario Nieuwenhuis
2023-02-08
1
-1
/
+4
*
Convert MS OS descriptor builder to a writer API
alexmoon
2023-02-07
1
-17
/
+61
*
usb: add support for MS OS Descriptors
Matt Ickstadt
2023-02-07
1
-0
/
+15
*
Merge #1151
bors[bot]
2023-02-01
1
-4
/
+15
|
\
|
*
usb: allow setting the interface string for interface alt settings
Matt Ickstadt
2023-01-13
1
-4
/
+15
*
|
usb: docs
Dario Nieuwenhuis
2023-01-31
1
-12
/
+12
*
|
usb: allow adding isochronous endpoints
nitroxis
2023-01-27
1
-0
/
+13
|
/
*
usb: split driver trait to separate crate.
Dario Nieuwenhuis
2022-09-26
1
-6
/
+5
*
nRF documentation warning fixes
Ulf Lilleengen
2022-08-22
1
-0
/
+2
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-43
/
+11
*
usb: set default max_packet_size_0 to 64.
Dario Nieuwenhuis
2022-05-31
1
-1
/
+1
*
usb: remove address arg from endpoint allocation.
Dario Nieuwenhuis
2022-05-09
1
-8
/
+6
*
usb: add support for custom string descriptors.
Dario Nieuwenhuis
2022-04-23
1
-10
/
+12
*
usb: set the interface handler in InterfaceBuilder.
Dario Nieuwenhuis
2022-04-23
1
-5
/
+6
*
usb: builtin handling of interface alternate settings
Dario Nieuwenhuis
2022-04-23
1
-10
/
+13
*
usb: improved descriptor building API
Dario Nieuwenhuis
2022-04-16
1
-142
/
+183
*
usb: rename UsbDeviceBuilder -> Builder.
Dario Nieuwenhuis
2022-04-16
1
-3
/
+3
*
Remove channel and make run future cancelable
alexmoon
2022-04-13
1
-68
/
+3
*
Add DeviceStateHandler, DeviceCommand channel, and remote wakeup support
alexmoon
2022-04-13
1
-4
/
+73
*
Async-ify Driver::enable and UsbDeviceBuilder::build
alexmoon
2022-04-07
1
-8
/
+9
*
usb: cleanup and simplify error handling.
Dario Nieuwenhuis
2022-04-06
1
-3
/
+3
*
Add a control_buf to UsbDevice
alexmoon
2022-04-06
1
-0
/
+14
*
usb: move all control-related stuff to `mod control`.
Dario Nieuwenhuis
2022-04-06
1
-1
/
+1
*
usb: associate ControlHandlers with interfaces, automatically route requests.
Dario Nieuwenhuis
2022-04-06
1
-11
/
+21
*
usb: add `add_class` to builder, so that `FooBarClass::new(&mut builder)` can...
Dario Nieuwenhuis
2022-04-06
1
-2
/
+13
*
Use trait objects instead of generics for UsbDevice::classes
alexmoon
2022-04-06
1
-4
/
+1
*
Add support for USB classes handling control requests.
alexmoon
2022-04-06
1
-4
/
+10
*
wip: experimental async usb stack
Dario Nieuwenhuis
2022-04-06
1
-0
/
+347