| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Introduces a new function tu_memcpy_s, which is effectively
a backport of memcpy_s. The change also refactors calls
to memcpy over to the more secure tu_memcpy_s.
|
|
|
|
Add WCH CH32V307 port
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
feat(ci): Adds oss-fuzz integration on PRs
|
|
|
|
ip3511 : Fix IAR build.
|
|
|
|
fix codespell
|
|
|
|
Fix UVC probe and commit on MacOS
|
|
Fix fifo memory overflow
|
|
|
|
|
|
|
|
|
|
rename to advance/backward_index
|
|
_ff_count() and _ff_remaining()
|
|
condition check
|
|
|
|
|
|
|
|
- remove non_used_index_space
- packed overwritable with item_size
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|