embassy/embassy-usb/src
Lukas Joeressen 91b10dd799 Fixed the final null terminator for RegMultiSz.
The RegMultiSz value should be terminated by an empty UTF-16 string, i.e. 2 null bytes.
2023-08-18 13:09:27 +02:00
..
class Introduce driver::HardwareAddress without smoltcp dependency 2023-07-31 14:21:26 +02:00
builder.rs Address review comments 2023-03-27 18:21:11 +02:00
control.rs usb: unify ControlHandler+DeviceStateHandler, route all control requests to all handlers. 2023-02-08 00:17:08 +01:00
descriptor_reader.rs usb: unify ControlHandler+DeviceStateHandler, route all control requests to all handlers. 2023-02-08 00:17:08 +01:00
descriptor.rs usb: docs 2023-01-31 22:27:19 +01:00
fmt.rs wip: experimental async usb stack 2022-04-06 05:38:11 +02:00
lib.rs usb: add missing builder reexports. 2023-06-29 12:20:51 +02:00
msos.rs Fixed the final null terminator for RegMultiSz. 2023-08-18 13:09:27 +02:00
types.rs usb: use InterfaceNumber in msos. 2023-02-08 00:30:53 +01:00