Skip to content

feat(dcd/dwc2): Add Periodic Transfer Interrupt feature - #84

Merged
tore-espressif merged 1 commit into
release/v0.21from
feature/dwc2_pti
Sep 2, 2026
Merged

feat(dcd/dwc2): Add Periodic Transfer Interrupt feature#84
tore-espressif merged 1 commit into
release/v0.21from
feature/dwc2_pti

Conversation

@tore-espressif

Copy link
Copy Markdown
Collaborator

DWC2 DCD: Periodic Transfer Interrupt feature

Enable DCTL.IgnrFrmNum in Buffer DMA so ISOC endpoints can be armed without even/odd frame matching.
This is required to schedule ISOC OUT on alternating 7/8 ms intervals (Bluetooth HCI 7.5 ms) while keeping bInterval = 1.

Gated by CFG_TUD_DWC2_PTI_ENABLE (default off, DMA only). When on, mask IncompISOCIN and report dropped ISOC OUT (PktDrpSts) as a failed transfer.

Upstream PR hathach#3859

Enable DCTL.IgnrFrmNum in Buffer DMA so ISOC endpoints can be armed
without even/odd frame matching. This is required to schedule ISOC OUT
on alternating 7/8 ms intervals (Bluetooth HCI 7.5 ms) while keeping
bInterval = 1.
Gated by CFG_TUD_DWC2_PTI_ENABLE (default off, DMA only). When on,
mask IncompISOCIN and report dropped ISOC OUT (PktDrpSts) as a failed
transfer.
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

Hardware-in-the-loop (HIL) Test Report

No HIL run for this push (no affected boards, or hardware testing did not run).

@tore-espressif
tore-espressif merged commit da2c774 into release/v0.21 Sep 2, 2026
11 of 90 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants