summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-03-09usbh device descriptor validation, also check ep size > 0hathach
2026-03-09Merge pull request #3536Ha Thach
2026-03-09Merge pull request #3538 from sidcha/fix-hwfifo-PMA-pointerHa Thach
2026-03-09extend video control parsing to include class-specific VC endpoint descriptorhathach
2026-03-08tinyusb: fix hwfifo PMA pointer advance on ring buffer wrapSiddharth Chandrasekaran
2026-03-07Fix ep_ctrl_mask() corrupting opposite direction's ENDPTCTRL bitsgab-k
2026-03-07Merge branch 'master' of https://github.com/YixingShen/tinyusbYixingShen
2026-03-07fixed _end_of_control_descriptor logic. wTotalLength does not include Standar...YixingShen
2026-03-07Merge branch 'hathach:master' into master沈玴興
2026-03-07Merge pull request #3529 from hathach/mtt_hubHa Thach
2026-03-07Merge pull request #3519 from hathach/samx7x_updateHa Thach
2026-03-07open hub mtt interface in 1 callhathach
2026-03-07remove dma_desc_thathach
2026-03-07Update src/class/video/video_device.c沈玴興
2026-03-07cleanupYixingShen
2026-03-07fixed _open_vc_itf parsingYixingShen
2026-03-06fix ciHiFiPhile
2026-03-06usbh: support MTT hubHiFiPhile
2026-03-06Apply suggestions from code reviewZixun LI
2026-03-06Merge remote-tracking branch 'tinyusb/master' into samx7x_updateHiFiPhile
2026-03-06cleanupHiFiPhile
2026-03-06replace printer_to_hid example with printer_to_cdc examplehathach
2026-03-06add full read/write() API, use edpt stream for printer classhathach
2026-03-06update printer class: enhance descriptors, buffer sizes, and callbackshathach
2026-03-06Merge branch 'refs/heads/master' into fork/remiberthoz/device-class-printerhathach
2026-03-06Merge pull request #3528 from hathach/improve-iar-warningsHa Thach
2026-03-06fix warningshathach
2026-03-05add IAR warning flags to cmake build and fix themhathach
2026-03-05update PORTSC1Zixun LI
2026-03-05ci_hs: add deinit supportZixun LI
2026-03-05Merge pull request #3378 from hathach/dwc2_deinitHa Thach
2026-03-05improve threadx support, add multi ROTS support for board_test and msc_dual_lunhathach
2026-03-05Merge branch 'master' into fork/armusin/threadx_osalhathach
2026-03-05add hs_phy_type parameter to dwc2_phy_deinit for selective PHY deinitializati...hathach
2026-03-04Merge branch 'master' into dwc2_deinithathach
2026-03-04add PHY deinitialization support for DWC2 driver across all MCUshathach
2026-03-04Merge pull request #3490 from Precidata/non-blocking-host-v2Ha Thach
2026-03-03Merge branch 'master' into dwc2_deinithathach
2026-03-02more call_after timeout adjustment with rtoshathach
2026-03-02improve timeout adjustment, exit tuh_task() by timeout_ms = 0hathach
2026-03-02fix(dcd/dwc2): Do not modify FS PHY registers on HS PHY ESP32-P4Tomas Rezucha
2026-03-02fix call_after timeout adjustment with rtoshathach
2026-03-02- rename to usbh_defer_func_ms_async()hathach
2026-03-01Merge pull request #3514 from sauloverissimo/fix/midi-device-cable-demuxZixun LI
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2026-02-27add osal_time_millis() to osal requirementhathach
2026-02-27add back deferred attachment queue, retry get hub port status if reset change...hathach
2026-02-27cleanupHiFiPhile
2026-02-27Merge remote-tracking branch 'tinyusb/master' into dwc2_deinitHiFiPhile
2026-02-27Fix IAR warningsHiFiPhile