summaryrefslogtreecommitdiff
path: root/src/portable/synopsys
AgeCommit message (Expand)Author
2025-11-19Apply suggestions from code reviewHa Thach
2025-11-19fix more alertshathach
2025-11-19Merge pull request #3076 from HiFiPhile/xfer_closeHa Thach
2025-11-19extract to handle_incomplete_iso_in() for readabilityhathach
2025-11-19Merge branch 'master' into fork/HiFiPhile/dwc2_iso_incomphathach
2025-11-19Merge branch 'refs/heads/master' into dwc2_ep0hathach
2025-11-18improve closing endpoint and channelhathach
2025-11-18Merge branch 'master' into fork/HiFiPhile/xfer_closehathach
2025-11-18Merge branch 'master' into fork/HiFiPhile/dwc2_iso_incomphathach
2025-11-06fix compile issue when enable both host and device for dwc2hathach
2025-11-04Fixed more alert found by PVS-Studiohathach
2025-10-31Skip TXFE for EP0HiFiPhile
2025-10-30Simply restart the transferHiFiPhile
2025-10-30Retry until bIntervalHiFiPhile
2025-10-30Refactor IN fifo writeMengsk
2025-10-29Merge branch 'master' into dwc2_ep0hathach
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-25Merge pull request #3319 from peppapighs/dwc2-usbsuspmZixun LI
2025-10-25dcd/dwc2: clear pending suspend interrupt before usb resetpeppapighs
2025-10-24fix more warningshathach
2025-10-15fix unused warningshathach
2025-10-14fix lots of warnings for missing-prototypes for irqhandlerhathach
2025-10-14Merge pull request #3299 from hathach/initial-nrf54h20Ha Thach
2025-10-13get cmake build with 54h20 not tested on actual hw, probably not runninghathach
2025-10-11Merge branch 'master' into dwc2_iso_incompHiFiPhile
2025-10-11Merge branch 'master' into dwc2_ep0HiFiPhile
2025-10-10dcd/dwc2: fix EP0 mulit-packet logic, write the packet directly if num_packet...HiFiPhile
2025-10-10successfullypoornadharshan13-rgb
2025-10-07dcd/dwc2: cleanup previous pending EP0 IN transfer if a SETUP packet is receivedMengsk
2025-10-06dcd/dwc2: fix enumration when EP0 size=8Mengsk
2025-10-02dwc2: support ISO IN transfer when bInterval > 1HiFiPhile
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-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-03Merge pull request #3206 from hathach/update-at32f405-phywidth-selHa Thach
2025-09-03add at32f415 dwc2 infohathach
2025-08-28fix(dcd/dwc2): Fix reset procedure for versions >=4.20aTomas Rezucha
2025-08-07update at32f405 dwc2 info and phy width selectionhathach
2025-08-01Merge pull request #3191 from hathach/at32Ha Thach
2025-07-31clean uphathach
2025-07-28fix pre-commit, remove svd file since they are heavy and should be in mcu/sdk...hathach
2025-07-10FIx recurrent suspend ISR.HiFiPhile
2025-07-07change CFG_TUSB_MEM_DCACHE_LINE_SIZE_DEFAULT (not defined) to 1hathach
2025-07-07support at32 mcuzhiqiang