summaryrefslogtreecommitdiff
path: root/src/portable
AgeCommit message (Expand)Author
2026-03-18fix bugs in fsdev hcd, dcd and midi host stream writehathach
2026-03-18ch58x: code cleanup and minor fixesalt-0191
2026-03-18dcd_ch58x: fix toggle, SETUP race, and bus reset handlingalt-0191
2026-03-18ch58x: fix build flags and driver bugsalt-0191
2026-03-18add WCH CH58x (CH582/CH583) BSP and USB FS device/host driveralt-0191
2026-03-18fix hid_generic_inout for TUD_ENDPOINT_ONE_DIRECTION_ONLY MCUshathach
2026-03-16clean up fsdev symbolshathach
2026-03-16Unify USB FSDEV driver implementation for various microcontrollers. Replace `...hathach
2026-03-16Consolidate USB FSDEV register definitions for STM32, CH32, and AT32 microcon...hathach
2026-03-10Merge pull request #3530 from hathach/hcd_ip3516Ha Thach
2026-03-10fix typohathach
2026-03-07Fix ep_ctrl_mask() corrupting opposite direction's ENDPTCTRL bitsgab-k
2026-03-07remove dma_desc_thathach
2026-03-06Merge remote-tracking branch 'tinyusb/master' into hcd_ip3516HiFiPhile
2026-03-06Apply suggestions from code reviewZixun LI
2026-03-06Merge remote-tracking branch 'tinyusb/master' into samx7x_updateHiFiPhile
2026-03-06cleanupHiFiPhile
2026-03-06Merge pull request #3528 from hathach/improve-iar-warningsHa Thach
2026-03-06fix warningshathach
2026-03-05update PORTSC1Zixun LI
2026-03-05ci_hs: add deinit supportZixun LI
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-02fix(dcd/dwc2): Do not modify FS PHY registers on HS PHY ESP32-P4Tomas Rezucha
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2026-02-27cleanupHiFiPhile
2026-02-27Merge remote-tracking branch 'tinyusb/master' into dwc2_deinitHiFiPhile
2026-02-27dcd/samx7x: reformat codeHiFiPhile
2026-02-27dcd/samx7x: remove buggy DMA FIFO transferHiFiPhile
2026-02-27dcd/samx7x: synchronize DMA and cache optionsHiFiPhile
2026-02-23refactor: streamline high-speed PHY detection and configuration in DWC2 driverhathach
2026-02-23refactor: improve high-speed PHY handling and FIFO configuration in DWC2 driverhathach
2026-02-22Apply suggestions from code reviewZixun LI
2026-02-22refactor speed checkHiFiPhile
2026-02-21check femtoPHY speedHiFiPhile
2026-02-21fix ciHiFiPhile
2026-02-20refactor config optionHiFiPhile
2026-02-19Fix a couple indentationsCédric Berger
2026-02-19Introduce TUH_CFGID_PHY_SPEED configure optionCédric Berger
2026-02-19Better variable/function namesCédric Berger
2026-02-13use CFG_TUD_CONFIGURE_DWC2_DEFAULT to make it easier to add more valuehathach
2026-02-13add CFG_TUD_VBUS_SENSE, that could allow to skip tud_configure() for fixed vb...hathach
2026-02-13Merge branch 'refs/heads/master' into dwc2_vbushathach
2026-02-06adjust handle_xfer_in logic to simplify ZLP handlinghathach
2026-02-06Merge branch 'refs/heads/master' into musb_fixhathach
2026-02-05reverse pma size check to reduce duplicationhathach
2026-01-31dwc2: add stm32n6 DMA regionsHiFiPhile