| 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
|
|
|
|
|
|
|
|
pigrew-ZLP_Request2
|
|
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
|