aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb/src/msos.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix rp webusb example on windowsLucas Kent2025-12-181-4/+0
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Update to Rust 1.80, make check-cfg unconditional.Dario Nieuwenhuis2024-07-251-0/+2
|
* use private_bounds for sealed traits.Dario Nieuwenhuis2024-03-231-16/+12
|
* usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-231-3/+3
|
* usb: remove msos-descriptor feature.Dario Nieuwenhuis2023-11-081-2/+0
|
* Apply Pedantic Clippy LintsRafael Bachmann2023-10-151-1/+1
|
* Fixed the final null terminator for RegMultiSz.Lukas Joeressen2023-08-181-1/+1
| | | | The RegMultiSz value should be terminated by an empty UTF-16 string, i.e. 2 null bytes.
* Fix some typosDirk Stolle2023-05-081-1/+1
|
* Add logging and interface for debugging buffer usageJames Munns2023-03-271-0/+5
|
* usb: use InterfaceNumber in msos.Dario Nieuwenhuis2023-02-081-3/+4
|
* Lazily encode UTF16 values and add docsalexmoon2023-02-071-160/+156
|
* Convert MS OS descriptor builder to a writer APIalexmoon2023-02-071-240/+237
| | | | | | This brings it inline with the other embassy-usb descriptor APIs and allows it to integrate well with the Builder to allow class constructors to add MS OS descriptors. Also adds a `usb_serial_winusb` example to demonstrate how to use the API.
* usb: remove msos dead codeMatt Ickstadt2023-02-071-13/+0
|
* usb: fix descriptor set length and DeviceInterfaceGUIDsMatt Ickstadt2023-02-071-5/+5
|
* usb: add support for MS OS DescriptorsMatt Ickstadt2023-02-071-0/+746