| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix potential out of bounds access in msc_disk.c
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
|
|
fix(ncm): Return invalid NTBs to free list
|
|
with zephyr
- change tinyusb CMakeLists.txt to function tinyusb_target_add() instead of defining tinyusb lib target
|
|
|
|
|
|
Work around for esp32s3 racing/timing issue with macos
|
|
|
|
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
|
|
|
|
|
|
* fixed unit test with ceedling 1.0.0
|
|
|
|
|
|
update docs, embed metadata to family.c and board.h
|
|
for docs index.rst
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
update doc, bump up release 0.18.0
|
|
revert OPT_MCU_RAXXX value back to 1403
|