| Age | Commit message (Collapse) | Author |
|
|
|
Fix typo in audio.h. Specifiy _ctrl_xfer struct in CFG_TUSB_MEM_SECTION in usbh.c
|
|
Fix IAR warning: Warning[Pe381]: extra ";" ignored
|
|
|
|
gets triggered for ISOCHRONOUS endpoints. It is necessary for those endpoints to set the NUM_BLOCK and BLSIZE for the receiving buffer in both, USB_COUNTn_TX and USB_COUNTn_RX. Despite the datasheet showing those fields only for the USB_COUNTn_RX register
|
|
|
|
fix(fuzz): Make sanitizer flags optional
|
|
Add NULL check to loop in list_remove_qhd_by_addr() function in ehci.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix CFG_TUD_AUDIO_EP_SZ_IN size.
|
|
|
|
|
|
|
|
If src is odd then src[wNBytes] is accessed.
|
|
|
|
|
|
|
|
* Correct handling of SOF interrupt
|
|
|
|
register on ISOCHRONOUS endpoints
|
|
|
|
available but requested
|
|
|
|
through lookup table. Allocation of endpoint is now only performed in dcd_edpt_open
|
|
|
|
tu_edpt_number in the stm32 device driver as a crude tool to control mapping of the endpoint address to actual endpoint register
|
|
|
|
Currently OSS fuzz expects to have complete control over the
sanitizer flags. As we currently have these set it's causing
problems with the OSS fuzz build. Instead we should use the
provided variables from the OSS fuzz build environment. For
local testing we'll create a set a well defined defaults.
|
|
|
|
fix ncm warning
|
|
|
|
[add] semaphore reset support for rt-thread
|
|
add tuh_cdc_peek()
|
|
|
|
fix incorrect rx buf in cdc
|
|
|
|
Support Host CDC
|
|
|