| Age | Commit message (Collapse) | Author |
|
- also rename usbd_class_drivers to _usbd_driver
|
|
Zlp request2
|
|
|
|
|
|
data is sent from host.
|
|
|
|
|
|
|
|
Added a couple of unit testing with Ceedling/Cmock/Unity
|
|
|
|
|
|
Add support for DFU Runtime class for devices
|
|
This is really just a few descriptors and then answering to the
request from the host to reboot into DFU mode.
That latter part is delegated to the app since this is platform
specific.
Signed-off-by: Sylvain Munaut <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
shortcutted the call to the class function,
so, lets use shortcutting anyway?
|
|
|
|
|
|
stalling as xfer requests should fail.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix typo
remove magic number 0xff of driver id
|
|
|
|
must be forward to class driver
|
|
webusb work with linux & macos
|
|
|
|
maybe refactor later
|
|
tud_vendor_control_request_cb/complete_cb
|
|
|
|
|
|
|
|
usbd control transfer
rename usbd_control_transfer/status to tud_control_transfer/status
|
|
control_complete
|
|
clean up, adding template for BOS & BOS platform descriptor
|
|
|
|
|
|
|
|
- improve fifo write/read_n with only one lock
- use usbd_edpt_xfer/usbd_edpt_busy for hid/cdc/msc class driver
- replace cdc read's pending_read_from_host by usbd_edpt_busy()
|
|
|
|
|
|
|