| Age | Commit message (Collapse) | Author |
|
Add dcd_configure for dwc2 FIFO config
|
|
* upload metrics.json and metrics compare to release page
* Adjust workflow comment handling for forks
|
|
|
|
dcd/rusb2: fix fifo write
|
|
audio: fix audiod_open with midi interfaces
|
|
|
|
usbh/cdc: fix typo in cdch_open
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
refactor, clean up to reduce size
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
of bool. help to simplify parsing configuration
|
|
Use role TUSB_ROLE_HOST in host stack initialization
|
|
|
|
|
|
|
|
|
|
Fix MTP transfer completion detection for exact-length packets
|
|
|
|
|
|
HWFIFO post fixup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Change condition from `>` to `>=` to properly detect completion when
xferred_len equals total_len. This fixes the bug where transfers of
exactly bulk_mps length (e.g., 64 bytes for low speed) would never
complete, such as GetHandles responses with 12 elements.
Co-authored-by: hathach <[email protected]>
|
|
|
|
edpt stream only support no fifo mode if needed
|
|
|
|
|
|
Signed-off-by: Zixun LI <[email protected]>
|
|
Signed-off-by: Zixun LI <[email protected]>
|
|
Signed-off-by: Zixun LI <[email protected]>
|
|
Signed-off-by: Zixun LI <[email protected]>
|
|
remove hid host enumeration assumption
|
|
CFG_TUSB_EDPT_STREAM_NO_FIFO_ENABLED
|
|
|
|
|
|
hide unchange table
|
|
|
|
|
|
* also render unchange table
* run metrics with circleci (full all boards build)
|