summaryrefslogtreecommitdiff
path: root/src/portable
AgeCommit message (Expand)Author
2025-07-07Merge pull request #2963 from HiFiPhile/stm32_cacheHa Thach
2025-07-07change CFG_TUSB_MEM_DCACHE_LINE_SIZE_DEFAULT (not defined) to 1hathach
2025-07-07support at32 mcuzhiqiang
2025-07-05Use DMA enable for DCache conditionHiFiPhile
2025-07-05always define CFG_TUH_WCH_USBIP_USBFS=1 for ch32v20x since only port1 support...hathach
2025-07-04Merge branch 'refs/heads/master' into fork/verylowfreq/pr-ch32v-usbfs-hosthathach
2025-06-25stm32_fsdev: Allow configuring single-buffered isochronous endpoints.milek7
2025-06-13Add STM32 DWC2 cache supportHiFiPhile
2025-06-12merge n6 and h7rs (same config)hathach
2025-06-12Merge branch 'master' into fork/james-advatek/stm32n657nucleohathach
2025-06-11add h7rs to ci matrixhathach
2025-06-11Merge branch 'master' into fork/HiFiPhile/h7rshathach
2025-06-04docs: update dwc2_info.mdJames Sandison
2025-06-04chore: squash previous commits from other branchesJames Sandison
2025-05-23Merge pull request #3111 from hathach/ci_vbusHa Thach
2025-05-21add usbh_spin_lock/unlock() use spinlock instead of atomic flag for hcd max3421hathach
2025-05-21remove unused dwc2_critical.hhathach
2025-05-21add usbd_spin_lock/unlock for driver usagehathach
2025-05-21osal_spin skipping lock/unlock when executed in isrhathach
2025-05-20rename osal_critcal to osal_spinlockhathach
2025-05-19implement osal critical for none/freertos/pico-sdkhathach
2025-05-19dwc2 only enter critical in isr with multiple core CPUshathach
2025-05-19add osal_critical API() for use with dwc2hathach
2025-05-19fix(dcd): Fixed race condition on device disconnectTomas Rezucha
2025-05-17[stm32] Wait until the PHYC PLL is stableNiklas Hauser
2025-05-15Merge branch 'master' into h7rsHiFiPhile
2025-05-15Merge branch 'master' into xfer_closeHiFiPhile
2025-05-15Fix transfer failed event still queuedHiFiPhile
2025-05-04dcd/ci_hs: add vbus charge option.HiFiPhile
2025-04-29attach debouncing fixed issue with port1 highspeed on imxrthathach
2025-04-28usbh: add roothub debounncing flag to ignore attach/remove event on the rooth...hathach
2025-04-23rename and expose tuh_bus_info_get() to applicationhathach
2025-04-23rename hcd_devtree_info_t to tuh_bus_info_t, hcd_devtree_get_info to hcd_bus_...hathach
2025-04-21Merge pull request #3075 from maximevince/dwc2-proper-attach-debouncingHa Thach
2025-04-21Merge pull request #3088 from HiFiPhile/intvHa Thach
2025-04-19enable SOF interrupt only if not already enabledHiFiPhile
2025-04-18Disable channel properly.HiFiPhile
2025-04-18- correctly do_ping if received nyet as transfer complete e.g msc 31 byte com...hathach
2025-04-18Merge branch 'master' into dwc2-proper-attach-debouncingHiFiPhile
2025-04-18minor renamehathach
2025-04-18Merge branch 'master' into fork/HiFiPhile/ping_outhathach
2025-04-18Fix 1st nak retry one frame shorter.HiFiPhile
2025-04-18Merge pull request #3072 from maximevince/dwc2-retry-in-token-immediatelyHa Thach
2025-04-18Merge pull request #3084 from joelpmichael/hcd-template-commentsHiFiPhile
2025-04-18clean up, remove halted_sof_schedule flags since channel_xfer_in_retry() is o...hathach
2025-04-18Merge remote-tracking branch 'upstream/master' into hcd-template-commentsHiFiPhile
2025-04-18Update hcd_edpt_open() note.HiFiPhile
2025-04-16note potential issues using ep_desc in hcd_edpt_open()Joel Michael
2025-04-15dwc2/host: fix all retry intervalsMaxime Vincent
2025-04-15dwc2/host: immediately retry IN token for bInterval=1Maxime Vincent