summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-09-29Add UAC1.0 definesHiFiPhile
2025-09-27audio: simplify alt settings managementHiFiPhile
2025-09-27Merge pull request #3256 from hathach/weak_cbHa Thach
2025-09-25Fix incorrect commentsLu Chang
2025-09-24Add HID Usage Page and Table for Power Devices (0x84 - 0x85)Lu Chang
2025-09-22Fix erroneous documentation of TU_ASSERT/TU_VERIFYTerje Runde
2025-09-18Merge branch 'weak_cb' of https://github.com/hathach/tinyusb into weak_cbHiFiPhile
2025-09-18Add usbd_edpt_xfer_fifo stubHiFiPhile
2025-09-18set driver count to 0HiFiPhile
2025-09-18Potential fix for code scanning alert no. 914: Commented-out codeZixun LI
2025-09-17Fix address translation functionsHiFiPhile
2025-09-17Replace old delay functions by tusb_time_delay_ms_apiHiFiPhile
2025-09-17Update weak callbacks to new syntaxHiFiPhile
2025-09-17use existing overloadable Pico SDK section macro instead of creating a custom...Peter Lawrence
2025-09-16Add ESP32-H4 as a supported MCU in TinyUSB and wire it into build/runtime:igor.masar
2025-09-15add nrf54 to dwc2 infohathach
2025-09-15dwc2: wait for ahb idle before core resethathach
2025-09-13Merge pull request #3246 from HiFiPhile/nxp_hostHa Thach
2025-09-12Fix AT32 compile after #3152HiFiPhile
2025-09-12Update commentHiFiPhile
2025-09-12Merge branch 'master' into sb-epHiFiPhile
2025-09-12ehci: fix removed qhd get reusedHiFiPhile
2025-09-12echi: fix NXP USBPHY disconnection detectionHiFiPhile
2025-09-12Fix some IAR warningsHiFiPhile
2025-09-11Merge branch 'master' of github.com:Dolphindalt/tinyusbDalton Caron
2025-09-11Revert fsdev_stm32.h changesDalton Caron
2025-09-11Revert "Incorporate upstream changes to dwc2_common.c"hathach
2025-09-10Bring up to date with masterDalton Caron
2025-09-10Incorporate upstream changes to dwc2_common.cDalton Caron
2025-09-10Initial STM32WBARI eval supportDalton Caron
2025-09-10Merge pull request #3126 from salkinium/fix/phyc_pllHa Thach
2025-09-10use tusb_time_delay_ms_api for delay, also move tusb_time api to common.hhathach
2025-09-06fix #3239: discard poorly formed packetsrppicomidi
2025-09-04Merge pull request #3230 from hathach/copilot/fix-3218Ha Thach
2025-09-04Merge pull request #3221 from ohmdelta/masterHa Thach
2025-09-04remove duplicated enumhathach
2025-09-03Merge pull request #3206 from hathach/update-at32f405-phywidth-selHa Thach
2025-09-03Fix obsolete cnt assignment in _tu_fifo_peek() overflow checkcopilot-swe-agent[bot]
2025-09-03add at32f415 dwc2 infohathach
2025-09-03Merge pull request #3225 from verylowfreq/pr-ch32v-usbfs-hostHa Thach
2025-09-03use tusb_time_millis_api() instead of board_millis()hathach
2025-08-28fix(dcd/dwc2): Fix reset procedure for versions >=4.20aTomas Rezucha
2025-08-27Merge pull request #3217 from tannewt/esp32c5_c61Ha Thach
2025-08-24Fix osal_spin_unlock for mynewtJerzy Kasenberg
2025-08-24Remove dynamic memory allocationMitsumine Suzu
2025-08-24Improve retry operation at NAK response.Mitsumine Suzu
2025-08-24Insert small delay for LowSpeed deviceMitsumine Suzu
2025-08-24Small cleanups.Mitsumine Suzu
2025-08-20add some consumer page configsohmdelta
2025-08-15Add ESP32-C5 and ESP32-C61 definitionsScott Shawcroft