| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
* run cmake ci build on github with a fixed set of board to keep the size stable
* Size Difference Report contain major >1% and minor <1& table
|
|
|
|
* fine tune ci to build more with circleci
* skip make for arm-iar, esp-idf
* skip make + clang for circleci since llvm-objcopy got killed due to memory issue.
|
|
|
|
Size metrics
|
|
|
|
Co-authored-by: Copilot <[email protected]>
|
|
fine tune ci matrix run
|
|
|
|
|