summaryrefslogtreecommitdiff
path: root/src/portable
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-17make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ...hathach
2025-11-17make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ...hathach
2025-11-09Merge pull request #3334 from hathach/fix-alerts-3Ha Thach
2025-11-07Merge pull request #3325 from tswan22/masterZixun LI
2025-11-06fix more alertshathach
2025-11-06fix compile issue when enable both host and device for dwc2hathach
2025-11-04Fixed more alert found by PVS-Studiohathach
2025-11-03fix more warnings/alertshathach
2025-11-03remove binary prefix for portabilityhathach
2025-11-01Merge branch 'master' of https://github.com/hathach/tinyusbtswan22
2025-11-01add STM32U3 device (adjusted from STM32U0)tswan22
2025-10-31Skip TXFE for EP0HiFiPhile
2025-10-31Merge branch 'master' into fork/ArcaneNibble/ohci-upstreamhathach
2025-10-30Simply restart the transferHiFiPhile
2025-10-30Retry until bIntervalHiFiPhile
2025-10-30Refactor IN fifo writeMengsk
2025-10-30Merge branch 'master' into add-ohci-lpc55hathach
2025-10-29Merge branch 'master' into dwc2_ep0hathach
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-28fix warning with strict prototypes warningshathach
2025-10-27improve warnings with rp2040 familyhathach
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-15refactor spresense into cxd56. there is no orphan board in bsp.hathach
2025-10-15fix more warningshathach
2025-10-15refactor all nuc to familyhathach
2025-10-15update nuc121/125hathach
2025-10-15fix unused warningshathach
2025-10-15merge samd2x and saml2x bsp, add OPT_MCU_SAML2X to replace OPT_MCU_SAML21 & O...hathach
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-10try to enable ohci for lpc55 but not working, probably clock issuehathach
2025-10-10successfullypoornadharshan13-rgb
2025-10-09Merge pull request #3292 from tangpipi/fix_at32_remapHa Thach
2025-10-09fix todo size in list_reverse()hathach
2025-10-09Fix dcd_int_enable when remapping the USB interrupt唐皮皮