You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test mode for USB (J Mode, K Mode, SE0 NAK, PACKET_MODE)
Pass SOF number to SOF callback (We need to talk on this)
Big endian support
Generate configuration descriptor just using the number of bytes available in control buffer.
build the descriptor on every callback of data send.
This is going to be a tricky work but do-able.
Before something like this get introduced, application can override GET_DESCRIPTOR (CONFIGURATION) and pass on a prebuild from flash (that is exactly like the one will be generated on fly).
Convert usbd_transfer_status to a string name and string description. like libusb_error_name() and libusb_strerror()
reject any submitted URB if device is disconnected.
Unaligned memory access can be problem on platform like EFM32HG (which has a M0+).
build the descriptor on every callback of data send.
This is going to be a tricky work but do-able.
Before something like this get introduced, application can override GET_DESCRIPTOR (CONFIGURATION) and pass on a prebuild from flash (that is exactly like the one will be generated on fly).
The text was updated successfully, but these errors were encountered: