eclipse-threadx / usbx

Eclipse ThreadX - USBX is a high-performance USB host, device, and on-the-go (OTG) embedded stack, that is fully integrated with Eclipse ThreadX RTOS
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/usbx/index.md
MIT License
148 stars 88 forks source link

写OHCI_HC_CONTROL_HEAD_ED,OHCI_HC_BULK_HEAD_ED未使用物理地址 #67

Closed HelloByeAll closed 1 year ago

HelloByeAll commented 2 years ago

_ux_hcd_ohci_asynchronous_endpoint_create:139line, 150line

before: _ux_hcd_ohci_register_write(hcd_ohci, OHCI_HC_CONTROL_HEAD_ED, (ULONG) ed); _ux_hcd_ohci_register_write(hcd_ohci, OHCI_HC_BULK_HEAD_ED, (ULONG) ed); up: _ux_hcd_ohci_register_write(hcd_ohci, OHCI_HC_CONTROL_HEAD_ED, (ULONG)_ux_utility_physical_address(ed)); _ux_hcd_ohci_register_write(hcd_ohci, OHCI_HC_BULK_HEAD_ED, (ULONG)_ux_utility_physical_address(ed));

xiaocq2001 commented 2 years ago

That's true, thanks for the feedback very much.

xiaocq2001 commented 1 year ago

It's fixed now.