summaryrefslogtreecommitdiff
path: root/src/portable/synopsys
AgeCommit message (Collapse)Author
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 ↵hathach
vbus sensing simplify dwc2_stm32_gccfg_cfg() using guid value
2026-01-31dwc2: add stm32n6 DMA regionsHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-31dwc2: add vbus sense configHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-30dcd/dwc2: Fix SEDET unable to be cleared on stm32u5HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-09Merge branch 'master' into fork/zhiqiang-ch/masterhathach
2026-01-06hcd/dwc2: retry transfer on data toggle errorHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-06hcd/dwc2: disable ID change interrupt due to stuck on stm32f7HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-06dwc2: implement deinitHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-06rename FSDEV_PMA_SIZE CFG_TUSB_FSDEV_PMA_SIZEhathach
2026-01-03fix build with dwc2hathach
2026-01-03add default access mode for tu_hwfifo API make it easier for non-custom ↵hathach
read/write
2026-01-03add tu_hwfifo_access_t param to hwfifo APIhathach
2026-01-01change signature of tu_hwfifo_* to have hwfifo as first parameterhathach
2025-12-31add separate tu_hwifo_*() with data from buffer/software fifo. Remove ↵hathach
duplicated packet write/read for fsdev
2025-12-31update tu_fifo to work with fsdev hwfifo with increased address 16/32bithathach
2025-12-31re-branding fixed address fifo read/write to stride modehathach
2025-12-30tusb_fifo remove item_size make it fifo of byteshathach
2025-12-30support for the AT32F45X serieszhiqiang-ch
2025-12-13Merge pull request #3358 from hathach/dwc2_cfgHa Thach
Add dcd_configure for dwc2 FIFO config
2025-12-10update metrics to support bloaty csvhathach
2025-12-04Merge branch 'refs/heads/master' into dwc2_cfghathach
2025-12-02limit to bulk epZixun LI
Signed-off-by: Zixun LI <[email protected]>
2025-12-02Merge remote-tracking branch 'tinyusb/master' into dwc2_cfgZixun LI
2025-12-01add linkermap to deps and linkermap tagethathach
2025-11-27more renamehathach
2025-11-26dwc2 stm32 check if dcache enabled before calling SCB DCache functionhathach
2025-11-21dcd/dwc2: add IN fifo configureHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-11-20refactor tu_fifo, add tu_fifo_write/read/peek_n_access()hathach
2025-11-19Merge remote-tracking branch 'tinyusb/master' into ↵HiFiPhile
copilot/fix-dcd-edpt-xfer-issue Signed-off-by: HiFiPhile <[email protected]>
2025-11-19Apply suggestions from code reviewHa Thach
Co-authored-by: Copilot <[email protected]>
2025-11-19fix more alertshathach
2025-11-19Merge pull request #3076 from HiFiPhile/xfer_closeHa Thach
host/dwc2: cleanup transfer on device close
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
# Conflicts: # examples/device/dfu/src/usb_descriptors.c # examples/device/dfu_runtime/src/usb_descriptors.c # src/device/usbd_control.c # src/portable/synopsys/dwc2/dcd_dwc2.c
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-11Merge remote-tracking branch 'tinyusb/master' into ↵HiFiPhile
copilot/fix-dcd-edpt-xfer-issue Signed-off-by: HiFiPhile <[email protected]>
2025-11-06fix compile issue when enable both host and device for dwc2hathach
2025-11-04Fixed more alert found by PVS-Studiohathach
2025-10-31Merge branch 'copilot/fix-dcd-edpt-xfer-issue' of ↵HiFiPhile
https://github.com/hathach/tinyusb into copilot/fix-dcd-edpt-xfer-issue
2025-10-31Merge remote-tracking branch 'tinyusb/master' into ↵HiFiPhile
copilot/fix-dcd-edpt-xfer-issue Signed-off-by: HiFiPhile <[email protected]>
2025-10-31Skip TXFE for EP0HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-10-30Simply restart the transferHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-10-30Retry until bIntervalHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>