summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-24refactor hub driver and move port reset on connection change to usbh.hathach
2025-04-24add tuh_address_set() APIhathach
2025-04-23Merge pull request #3093 from hathach/refactor-usbh-bus-infoHa Thach
2025-04-23move usbh ctrl_xfer into usbh_datahathach
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-23Merge pull request #3080 from HiFiPhile/enum_racingHa Thach
2025-04-22Compile fix.HiFiPhile
2025-04-22reduce ENUM_DEBOUNCING_DELAY_MS to 200mshathach
2025-04-22move removing dev0 to process_removing_device()hathach
2025-04-22Also cleanup unaddressed device.HiFiPhile
2025-04-22Move decouncing delay before USB reset.HiFiPhile
2025-04-22host: fix enumerate racingHiFiPhile
2025-04-21Merge pull request #3075 from maximevince/dwc2-proper-attach-debouncingHa Thach
2025-04-21improve usbh stability with failed setup send, prevent control stage locked outhathach
2025-04-21Merge pull request #3088 from HiFiPhile/intvHa Thach
2025-04-19enable SOF interrupt only if not already enabledHiFiPhile
2025-04-19Merge pull request #3077 from HiFiPhile/ping_outHa Thach
2025-04-18- correctly do_ping if received nyet as transfer complete e.g msc 31 byte com...hathach
2025-04-18Merge branch 'dwc2-proper-attach-debouncing' of github.com:maximevince/tinyus...HiFiPhile
2025-04-18Fix usbh racing later.HiFiPhile
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-18Merge pull request #3067 from maximevince/dwc2-host-fix-disconnectHiFiPhile
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-18Merge pull request #3081 from hathach/usbh-enum-get-string-desc-firstHa Thach
2025-04-18minor ci updatehathach
2025-04-18change gh ci iar to push eventhathach
2025-04-18enum For string descriptor (langid, manufacturer product, serila): always get...hathach
2025-04-17Merge pull request #3086 from hathach/ci-add-picow-hostHa Thach
2025-04-17run arm-iar with non-forked PRhathach
2025-04-17- hil test max retry = 3hathach
2025-04-17github ci support setup/install iar toolchainhathach
2025-04-17- run arm-iar using github actionhathach
2025-04-17fix iar make build with stm32 l0, f2, f3, u5, wbhathach
2025-04-17fix iar make build with wb and u5hathach
2025-04-17update iar buildhathach
2025-04-17add toolchain.json for toolchain urlhathach
2025-04-17ci add pico_w for native host testhathach
2025-04-17Merge pull request #3085 from hathach/ci-add-s3-hostHa Thach
2025-04-16de-duplicate flash board_test for board with multiple flags_onhathach
2025-04-16add TS3USB30 to test s3 host with slave/dmahathach
2025-04-16note potential issues using ep_desc in hcd_edpt_open()Joel Michael
2025-04-15dwc2/host: fix all retry intervalsMaxime Vincent