| Age | Commit message (Collapse) | Author |
|
fix(ncm): Return invalid NTBs to free list
|
|
fix dcd_event_sof() with frame number
|
|
In case we received invalid datagram, we silently fail
a the buffer was not returned to empty list -> it was lost.
If this happened more than CFG_TUD_NCM_OUT_NTB_N times, we run out of
NTBs and all OUT transfers are NACKed.
Closes https://github.com/espressif/esp-usb/issues/107
|
|
fix(ncm): Use IN buffer for transmit checks
|
|
|
|
|
|
revert OPT_MCU_RAXXX value back to 1403
|
|
|
|
|
|
Add ra8m1_ek
|
|
Adding HID Usage Table Physical Input Device Page (0x0F)
|
|
|
|
|
|
|
|
|
|
feat(uvc): support format frame based
|
|
|
|
hcd_int_handler isn't found otherwise.
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
fix(dcd_dwc2): Fix EP IN counters assignment and usage
|
|
|
|
|
|
|
|
Rp2040 - ISO API to make Audio work / Merge to master
|
|
|
|
|
|
|
|
|
|
|
|
* change TUD_EPBUF_TYPE_DEF order
* add and fix -Wmissing-prototypes warnings for cmake (skip make)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TUH_EPBUF_DEF
|
|
|
|
|
|
|
|
use edpt_claim() to prevent race condition
|