summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-01update(port/chipidea): add dcache support for devicesakumisu
2025-10-27refactor(usb_osal_threadx): optimize the creation and deletion of threadsMDLZCOOL
2025-10-27feat: Add MUSB IP without multipoint feature supportHalfSweet
2025-10-27update(port/hpmicro): add dcache support for devicesakumisu
2025-10-27update(demo/cdc_acm_rttchardev): add finsh & console switch with usbsakumisu
2025-10-27update(platform): remove CONFIG_USB_DCACHE_ENABLE, always check align sizesakumisu
2025-10-09update(port/dwc2/usb_glue_hc): update hc portsakumisu
2025-10-09update(hub/usbh_hub): add check for nportssakumisu
2025-10-09feat(class/video/usbh_video): support bulk modesakumisu
2025-09-27fix(port/ehci): clear iaad status before setsakumisu
2025-09-11fix: Remove usb component private requirement for idf v6LiPeng
2025-09-01fix(demo): fix missing ecm mac address stringsakumisu
2025-09-01docs: remove ununsed codesakumisu
2025-09-01refactor(core/usbh_core): refactor devaddr allocation, use auto incrementsakumisu
2025-09-01style: remove printf with USB_LOG_XXXsakumisu
2025-09-01bugfix: Fix support for idf versions lower than 5.3LiPeng
2025-09-01bugfix: Fix some compilation errorsLiPeng
2025-08-07docs: release v1.5.2v1.5.2sakumisu
2025-08-07fix(port/musb/usb_hc_musb): add rxmap & txmap configsakumisu
2025-08-06feat(port): add urb->complete in usbh_kill_urbsakumisu
2025-08-05update(port/dwc2): add mode checksakumisu
2025-08-05update(port/musb): add mode checksakumisu
2025-08-04fix(class/mtp): fix typosakumisu
2025-08-04update(osal/idf): change xtaskcreate to xTaskCreatePinnedToCoresakumisu
2025-08-02update(port/dwc2/usb_hc_dwc2): only clean & invalid buffer in usbh_submit_urb...sakumisu
2025-08-02docs: update readmesakumisu
2025-08-01update(core/usbh_core): check string support and then get string descsakumisu
2025-08-01update(port/dwc2/usb_hc_dwc2): only set errorcode before urb waitup because s...sakumisu
2025-07-31docs: update imagesakumisu
2025-07-31update(port/dwc2/usb_hc_dwc2): stop split transfer when intr nak, follow with...sakumisu
2025-07-31fix(common/usb_util): fix missing __ICCARM_V8 definesakumisu
2025-07-31chore(scons): export hpmicro dirsakumisu
2025-07-31fix(port/dwc2/usb_dwc2_param): fix macro literal typesegahp
2025-07-30Revert "fix(port): reset sem when pipe free"sakumisu
2025-07-30update(port/dwc2/usb_hc_dwc2): add new api for split transfer, make code simplesakumisu
2025-07-29docs: update imgsakumisu
2025-07-28update(port/musb/usb_hc_musb): check urb for iso to support iso latersakumisu
2025-07-28fix(platform/rtthread): change RT_USING_CACHE to CONFIG_USB_DCACHE_ENABLEsakumisu
2025-07-28update(usb_config): change CONFIG_USBHOST_MAX_INTF_ALTSETTINGS to 2 as defaul...sakumisu
2025-07-28update(port/musb): If ep control register group exists, do not use epidx regi...sakumisu
2025-07-28docs: update rstsakumisu
2025-07-28update(port): remove all ips CONFIG_USBDEV_EP_NUM & CONFIG_USBHOST_PIPE_NUMsakumisu
2025-07-28revert: revert 1a68d94c some changessakumisu
2025-07-27update(common/usb_hc): change interval u16 to u32 for ussakumisu
2025-07-27fix(osal/idf): fix esp timer handlesakumisu
2025-07-27update(core/usbh_core): do not assert when parse desc fail, just return errorsakumisu
2025-07-27fix(port): reset sem when pipe freesakumisu
2025-07-27fix(port/ehci): remove usb_osal_msleep in critical sectionsakumisu
2025-07-27Fix the bug that dwc2_halt may cause hardware abnormalityudoudou
2025-07-27Fix a bug where the channel might not be releasedudoudou