Skip to content
Snippets Groups Projects
Commit d860e9e8 authored by Dean Camera's avatar Dean Camera
Browse files

USB_HostRequest renamed to USB_ControlRequest, entire control request header...

USB_HostRequest renamed to USB_ControlRequest, entire control request header is now read into USB_ControlRequest in Device mode rather than having the library pass only partially read header data to the application.

The USB_UnhandledControlPacket event has had its parameters removed, in favour of accessing the new USB_ControlRequest structure.

The Endpoint control stream functions now correctly send a ZLP to the host when less data than requested is sent.
parent e5e7eaee
No related branches found
No related tags found
No related merge requests found
Showing
with 74 additions and 164 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment