summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2026-05-28remove sync() in tinyusb callback since it cause issue with RTOS when usbh ta...hathach
2026-05-27Add data loss warning to CH32 USBFS/USBHSZixun LI
2026-05-27osal add osal_task_get_current_handle()hathach
2026-05-27hil: replace pyfatfs with mtools, update host setup instructionshathach
2026-05-27dwc2: fix EP0 DMA setup race conditionHiFiPhile
2026-05-27dwc2: simplify EP0 ZLP handlingHiFiPhile
2026-05-26Merge pull request #3651 from Phozer/cdc_msc_freertos_example-Typo_FixZixun LI
2026-05-26Merge pull request #3652 from rhgndf/fix/ch32-usbhs-issuesZixun LI
2026-05-26Fix typo in CDC stack size constant here tooPhozer
2026-05-26Enable GPIOC for CH32V103 bluepill boardsUMRnInside
2026-05-26Fix typo in CDC stack size constantPhozer
2026-05-26ch32_usbhs: fix endpoint stall length index and clear-stall responseJie Feng
2026-05-25optimize interrupt handling timeHiFiPhile
2026-05-25chore: resolve .gitignore merge conflict with mastercopilot-swe-agent[bot]
2026-05-25Merge remote-tracking branch 'tinyusb/master' into musb_ep0_raceHiFiPhile
2026-05-25Merge pull request #3649 from hathach/hathach-fundingHa Thach
2026-05-25Set GitHub Sponsors username in FUNDING.ymlHa Thach
2026-05-24Merge remote-tracking branch 'tinyusb/master' into stm32c5HiFiPhile
2026-05-24dcd/stm32_fsdev: workaround CH32 EP0 premature OUT ACKHiFiPhile
2026-05-24Fix missing prototype in ch32v10x bspUMRnInside
2026-05-24use vendor-specific CSR 0x800 to toggle IRQUMRnInside
2026-05-24Fix typo found by CopilotUMRnInside
2026-05-23Merge pull request #3622 from mickabrig7/masterZixun LI
2026-05-23dcd/ch32x: optmize CTRL reg writing, basically revert e14b0e85HiFiPhile
2026-05-23dcd/ch32hs: refactor transfer flowHiFiPhile
2026-05-23tweak examplesHiFiPhile
2026-05-23dcd/ch32fs: do not set EP0 to ACK on status completeHiFiPhile
2026-05-23dcd/ch32fs: clear INT flag after processingHiFiPhile
2026-05-23dcd/ch32x : code reformatHiFiPhile
2026-05-23dcd/ch32fs: set EP to NAK earlier to reduce spuroius transferHiFiPhile
2026-05-23set ch32v20x EP on supported audio examplesHiFiPhile
2026-05-22dcd/ch32fs: reset EP on clear stallHiFiPhile
2026-05-22dcd/ch32fs: fix ISO IN transferHiFiPhile
2026-05-22dcd/ch32fs: only enable EP0 ACK if no data stage, reduce raceHiFiPhile
2026-05-22dcd/ch32fs: reset EP regs on bus resetHiFiPhile
2026-05-22ch32v20x: fix port1 IP selectionHiFiPhile
2026-05-22bsp/ch32: fix linker report 100% RAM usageHiFiPhile
2026-05-22Merge remote-tracking branch 'tinyusb/master' into mickabrig7/masterHiFiPhile
2026-05-22Merge remote-tracking branch 'tinyusb/master' into fix/Dwc2Stm32U5HiFiPhile