summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-03Add STM32F407 and STM32L476 disco board configurations to tinyusb.jsonhathach
2026-06-03refactor(cmake): comment out unused target folder propertieshathach
2026-06-03dwc2: submit setup packet on SETUP_DONE and drop spurious EP0 RX_COMPLETE on ...hathach
2026-06-03Merge branch 'master' into ch32_warninghathach
2026-06-03Merge remote-tracking branch 'origin/master' into dwc2_postfixhathach
2026-06-03Merge pull request #3668 from hathach/claude/review-sticky-commentHa Thach
2026-06-03ci(claude): post sticky summary comment on code reviewhathach
2026-06-03Merge remote-tracking branch 'origin/master' into dwc2_postfixhathach
2026-06-03Merge pull request #3667 from hathach/ci-claude-review-allowed-botsHa Thach
2026-06-03ci: allow claude[bot] pushes in code review workflowhathach
2026-06-02dcd/dwc2: fix back-to-back SETUP reception in DMA modeHiFiPhile
2026-06-02docs: revert USBFS non-ISO transfer qualification in device_issuesclaude[bot]
2026-06-02docs: fix review issues in device_issues and READMEclaude[bot]
2026-06-02try to get render rightHiFiPhile
2026-06-02Merge remote-tracking branch 'tinyusb/master' into ch32_warningHiFiPhile
2026-06-02rename to device issuesHiFiPhile
2026-06-02Merge pull request #3664 from hathach/add-sponsor-sectionHa Thach
2026-06-02add sponsor sectionhathach
2026-06-02Merge pull request #3663 from hathach/claude-workflow-fix-bugsHa Thach
2026-06-02ci(claude): drop Bash allowlist entirely (Codex P1, round 2)hathach
2026-06-02ci(claude): scope Bash allowlist instead of wide-open (Codex P1)hathach
2026-06-02ci(claude): enable @claude to fix bugs and commit from commentshathach
2026-06-02Merge pull request #3662 from hathach/update-claudeHa Thach
2026-06-01add device errata documentHiFiPhile
2026-06-02ci: address second codex/copilot review roundhathach
2026-06-02ci: address codex/copilot review on claude workflowshathach
2026-06-01ci: re-enable Claude PR review and harden auth/permissionshathach
2026-06-01docs(hil): support running HIL locally on ci.lanhathach
2026-06-01Merge pull request #3657 from hathach/usbh-add-control-queueHa Thach
2026-06-01CFG_TUH_CONTROL_PENDING_QUEUE_SZ defefault to 4 if hub is eanbled, 2 if nothathach
2026-06-01ultrareview nits: keep xfer_result table in sync, hoist blinky loophathach
2026-05-31cdc_host: fix undeclared 'idx' when only LINE_CONTROL_ON_ENUM definedAndrew Leech
2026-05-30Merge pull request #3620 from UMRnInside/fix-ch32v103-hardfaultZixun LI
2026-05-30Merge pull request #3658 from wjklimek1/mtp-out-transfer-fixZixun LI
2026-05-30Merge pull request #3634 from HKM-Messtechnik/fix/Dwc2Stm32U5Zixun LI
2026-05-30esp32 build fixesHiFiPhile
2026-05-30dynamic_switch: hoist while(1) out for OS_NONEhathach
2026-05-30midi2_host: silence IAR Pe550 for midi2_idxhathach
2026-05-30midi2_host: drop unreachable return 0 for IAR Pe111hathach
2026-05-30ci: fix IAR Pe111 and stm32h7s3 flash overflowhathach
2026-05-29midi2_device: gate -Wno-type-limits to GCC/Clang for IAR buildhathach
2026-05-29Merge branch 'master' into usbh-add-control-queuehathach
2026-05-29dwc2: process IN EP before OUTHiFiPhile
2026-05-29Handle OUT transfer completion in MTPWojciech Klimek
2026-05-29Implement asynchronous control transfer queuing for USB host stackhathach
2026-05-29bsp/stm32f4: enable flash cacheHiFiPhile
2026-05-29bsp/stm32f7: fix f746disco jlink deviceHiFiPhile
2026-05-29Merge remote-tracking branch 'tinyusb/master' into fix/Dwc2Stm32U5HiFiPhile
2026-05-29dwc2: move OUT transfer management into RXFLVL IRQHiFiPhile
2026-05-28abstract OS logic with `CFG_TUSB_OS_HAS_SCHEDULER` to simplify conditional ch...hathach