summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-09revert 'end fix'ZakDanger
2025-05-09revert 'end fix'ZakDanger
2025-05-09vendor device open fix for descriptor parsingZakDanger
2025-05-06Merge pull request #3114 from hathach/fix-sigma-mouse-multiple-attachHa Thach
2025-05-06add support for usbtmc vendor-spicific command messagesMoritz Scholjegerdes
2025-05-06clean up cihathach
2025-05-06move hil into build workflowhathach
2025-05-06chore(usbh): change removing_hubs to array instead of bitmaskhathach
2025-05-06usbh: force removed device in the same bus info, before setting address.hathach
2025-05-04dcd/ci_hs: add vbus charge option.HiFiPhile
2025-04-29fix pre-commmithathach
2025-04-29Merge pull request #3104 from hathach/usbh-attach-debounceHa Thach
2025-04-29define hcd_devtree_info_t forr backward compatiblehathach
2025-04-29add enum for set addr recoveryhathach
2025-04-29attach debouncing fixed issue with port1 highspeed on imxrthathach
2025-04-28- spelling fixes to pass ciEli Hughes
2025-04-28Merge branch 'hathach:master' into mcxa156__sdk216ehughes
2025-04-28remove the old attach duplicated logic, debouncing skip should take care of it.hathach
2025-04-28usbh: add roothub debounncing flag to ignore attach/remove event on the rooth...hathach
2025-04-28Merge pull request #3100 from wavenumber-eng/get_deps_fixHa Thach
2025-04-27Added initial support for FRDM-MCXA156 and fixed up a crash with MCXN947Eli Hughes
2025-04-27using get-deps from tinyuf2Eli Hughes
2025-04-24Merge pull request #3096 from hathach/usbh-improve-hubHa Thach
2025-04-24hub check status before get 1st device descriptorhathach
2025-04-24fix buildhathach
2025-04-24refactor hub driver and move port reset on connection change to usbh.hathach
2025-04-24Merge pull request #3095 from fenugrec/ex_cmake_CM0Ha Thach
2025-04-24add tuh_address_set() APIhathach
2025-04-23examples cmake: fix gcc flag -mcpu=cortex-m0fenugrec
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-22include h7rs in host examples.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-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 'dwc2-proper-attach-debouncing' of github.com:maximevince/tinyus...HiFiPhile
2025-04-18Fix usbh racing later.HiFiPhile