summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-09-27fix(port/ehci): clear iaad status before setsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-09-27feat(class/video/usbh_video): support bulk modesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-09-11fix: Remove usb component private requirement for idf v6LiPeng
2025-09-01bugfix: Fix some compilation errorsLiPeng
2025-09-01bugfix: Fix support for idf versions lower than 5.3LiPeng
2025-08-30feat: host add event callback mechanism similar to deviceEgahp
* fix: fix warning for speed_table * fix(port/dwc2/usb_hc_dwc2): add roothub.speed init * feat(usbh_core): add event_callback * fix(usbh_hub): fix event device reset port * fix(usbh_hub): remove event init when init failed * feat(usbh_core): add default dummy_event_callback * fix(usbh_hub): emit reset event only on successful reset * fix(usbh_core): emit interface start only on successful connect class driver * feat(usbh_core): change event_callback to typedef * feat(port): update port usbh init params * doc: update usbh_initialize desc * fix(usbh_core): check result from ret == 0 change to ret >= 0 --------- Signed-off-by: egahp <[email protected]>
2025-08-27fix(demo): fix missing ecm mac address stringsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-27docs: remove ununsed codesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-27refactor(core/usbh_core): refactor devaddr allocation, use auto incrementsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-27style: remove printf with USB_LOG_XXXsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-11feat: Add MUSB IP without multipoint feature supportHalfSweet
2025-08-07docs: release v1.5.2v1.5.2sakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-07fix(port/musb/usb_hc_musb): add rxmap & txmap configsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-06feat(port): add urb->complete in usbh_kill_urbsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-05update(port/dwc2): add mode checksakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-05update(port/musb): add mode checksakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-04fix(class/mtp): fix typosakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-04update(osal/idf): change xtaskcreate to xTaskCreatePinnedToCoresakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-02update(port/dwc2/usb_hc_dwc2): only clean & invalid buffer in ↵sakumisu
usbh_submit_urb, do not clean&invalid many times Signed-off-by: sakumisu <[email protected]>
2025-08-02docs: update readmesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-01update(core/usbh_core): check string support and then get string descsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-01update(port/dwc2/usb_hc_dwc2): only set errorcode before urb waitup because ↵sakumisu
split transfer will do many times Signed-off-by: sakumisu <[email protected]>
2025-07-31docs: update imagesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-31update(port/dwc2/usb_hc_dwc2): stop split transfer when intr nak, follow ↵sakumisu
with nosplit intr transfer Signed-off-by: sakumisu <[email protected]>
2025-07-31fix(common/usb_util): fix missing __ICCARM_V8 definesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-31chore(scons): export hpmicro dirsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-31fix(port/dwc2/usb_dwc2_param): fix macro literal typesegahp
Signed-off-by: egahp <[email protected]>
2025-07-30Revert "fix(port): reset sem when pipe free"sakumisu
This reverts commit ccd435496036cdceebb6d35df3edeb16695b0548.
2025-07-30update(port/dwc2/usb_hc_dwc2): add new api for split transfer, make code simplesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-29docs: update imgsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-28update(port/musb/usb_hc_musb): check urb for iso to support iso latersakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-28fix(platform/rtthread): change RT_USING_CACHE to CONFIG_USB_DCACHE_ENABLEsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-28update(usb_config): change CONFIG_USBHOST_MAX_INTF_ALTSETTINGS to 2 as ↵sakumisu
default to avoid -Warray-bounds warning Signed-off-by: sakumisu <[email protected]>
2025-07-28update(port/musb): If ep control register group exists, do not use epidx ↵sakumisu
register Signed-off-by: sakumisu <[email protected]>
2025-07-28docs: update rstsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-28update(port): remove all ips CONFIG_USBDEV_EP_NUM & CONFIG_USBHOST_PIPE_NUMsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-28revert: revert 1a68d94c some changessakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-27update(common/usb_hc): change interval u16 to u32 for ussakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-27fix(osal/idf): fix esp timer handlesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-27update(core/usbh_core): do not assert when parse desc fail, just return errorsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-27fix(port): reset sem when pipe freesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-27fix(port/ehci): remove usb_osal_msleep in critical sectionsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-27Fix the bug that dwc2_halt may cause hardware abnormalityudoudou
2025-07-27Fix a bug where the channel might not be releasedudoudou
2025-07-27add reset port timeout check for dwc2udoudou
2025-07-27update(usb_config): change CONFIG_USBHOST_MAX_INTF_ALTSETTINGS to 1 as ↵sakumisu
default for less memory usage Signed-off-by: sakumisu <[email protected]>
2025-07-27update(osal/idf): change freertos timer to esp_timersakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-26update(port/dwc2/usb_glue_kendryte): update dwc2 paramsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-26update(port/dwc2): invalid data before start readsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-25update: add output_len param for usbh_get_string_descsakumisu
Signed-off-by: sakumisu <[email protected]>