| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-09 | Initial plan | copilot-swe-agent[bot] | |
| 2025-10-09 | Merge branch 'master' into fork/ArcaneNibble/ohci-upstream | hathach | |
| 2025-10-09 | Merge pull request #3289 from hathach/add-agents-md | Ha Thach | |
| added AGENTS.md | |||
| 2025-10-09 | Update AGENTS.md | Ha Thach | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-10-09 | added AGENTS.md | hathach | |
| 2025-10-09 | Merge pull request #3288 from hathach/h7rs_typo | Ha Thach | |
| stm32h7rs: fix typo in makefile | |||
| 2025-10-08 | stm32h7rs: fix typo in makefile | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-08 | Merge pull request #3284 from RigoLigoRLC/upstream-contrib-mtp-xact | Zixun LI | |
| fix incorrect MTP xact_len calculation | |||
| 2025-10-08 | fix incorrect MTP xact_len calculation | RigoLigo | |
| 2025-10-07 | dcd/dwc2: cleanup previous pending EP0 IN transfer if a SETUP packet is received | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-10-06 | Merge remote-tracking branch 'tinyusb/master' into dwc2_ep0 | Mengsk | |
| 2025-10-06 | dcd/dwc2: fix enumration when EP0 size=8 | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-10-06 | Fix preset with espressif | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-10-06 | Merge pull request #3283 from hathach/fix-typo | Ha Thach | |
| fix typo | |||
| 2025-10-06 | fix typo | hathach | |
| 2025-10-06 | Merge pull request #3280 from HiFiPhile/hid_stylus | Ha Thach | |
| Fix HID stylus descriptor and hid_composite example | |||
| 2025-10-06 | Merge pull request #3282 from hathach/remove-dcd_esp32sx | Ha Thach | |
| remove dcd_esp32sx which is replaced by dwc2 | |||
| 2025-10-06 | remove dcd_esp32sx which is replaced by dwc2 | hathach | |
| 2025-10-06 | Merge pull request #3276 from hathach/release-0.19.00.19.0 | Ha Thach | |
| update for release 0.19.0 | |||
| 2025-10-05 | Fix HIS stylus descriptor and hid_composite example | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-05 | Use one control buffer as EP0 has no concurrency | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-04 | Fix jlink device name | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-04 | Fix descriptor looping | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-04 | Merge branch 'master' into fork/HiFiPhile/uac1 | hathach | |
| 2025-10-04 | update docs | hathach | |
| 2025-10-03 | update docs | hathach | |
| 2025-10-03 | update for release 0.19.0 | hathach | |
| 2025-10-03 | Merge pull request #3277 from hathach/remove-claude-code | Ha Thach | |
| remove claude code workflow | |||
| 2025-10-03 | hil simplify skip board from previous run | hathach | |
| 2025-10-03 | Update headset example | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-10-03 | Merge remote-tracking branch 'tinyusb/master' into uac1 | Mengsk | |
| 2025-10-03 | fix make stm32u0 | hathach | |
| 2025-10-03 | fix make build | hathach | |
| 2025-10-03 | fix iar build | hathach | |
| 2025-10-03 | remove claude code workflow | hathach | |
| 2025-10-02 | Add UAC1 support to uac2_headset example | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-02 | Fix feedback param lag | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-02 | cleanup | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-02 | Update feedback params on frequency change | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-02 | Merge pull request #3023 from ennebi/mtp | Ha Thach | |
| Add support for MTP device class | |||
| 2025-10-02 | dwc2: support ISO IN transfer when bInterval > 1 | HiFiPhile | |
| dwc2 requires manually toggle Even/Odd bit manually for ISO IN transfer, that's poses a problem when bInterval > 1 mainly for audio class, as the moment the transfer is scheduled, we don't know when the host will issue IN token (bInterval vs bRefresh schenanigans). Linux driver use NAK interrupt to detect when the host is sending IN token and toggle the Even/Odd bit accordingly based on the current frame number and bInterval. However on ST's stripped down DWC2 FS controller (e.g STM32F4, STM32F7), NAK interrupt is not supported, even it's marked as always present in DWC2 databook. NAK interrupt is only supported on HS controller with external PHY. Instead I schedule all ISO IN transfer for next frame, if the transfer failed, incomplete isochronous IN transfer interrupt will be triggered and we can relaunch the transfer. Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-02 | use cache to store skip board in hil ci | hathach | |
| 2025-10-02 | skip mtp for now | hathach | |
| 2025-10-02 | fix typos | hathach | |
| 2025-10-02 | Merge pull request #3274 from hathach/remove-claude-code-review | Ha Thach | |
| remove claude-code-review.yml | |||
| 2025-10-02 | remove claude-code-review.yml | hathach | |
| 2025-10-02 | mtp example work with highspeed device | hathach | |
| 2025-10-02 | Merge pull request #3272 from hathach/add-claude-github-actions-1759342361886 | Ha Thach | |
| Add Claude Code GitHub Workflow | |||
| 2025-10-02 | fix mtp serial | hathach | |
| 2025-10-02 | add CLAUDE.md and fix pre-commit build | hathach | |
