Skip to content

Commit 90739a9

Browse files
committed
modules: hal_nxp: mcux: update macros for usb host EHCI
Change the default value for QH/QTD/ITD/SITD of usb host ehci. Signed-off-by: Aiden Hu <[email protected]>
1 parent d11e766 commit 90739a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/hal_nxp/mcux/mcux-sdk-ng/middleware/usb_host_config.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
#ifdef CONFIG_UHC_NXP_EHCI
1717
#define USB_HOST_CONFIG_EHCI (2U)
1818
#define USB_HOST_CONFIG_EHCI_FRAME_LIST_SIZE (1024U)
19-
#define USB_HOST_CONFIG_EHCI_MAX_QH (8U)
20-
#define USB_HOST_CONFIG_EHCI_MAX_QTD (8U)
21-
#define USB_HOST_CONFIG_EHCI_MAX_ITD (0U)
22-
#define USB_HOST_CONFIG_EHCI_MAX_SITD (0U)
19+
#define USB_HOST_CONFIG_EHCI_MAX_QH (16U)
20+
#define USB_HOST_CONFIG_EHCI_MAX_QTD (16U)
21+
#define USB_HOST_CONFIG_EHCI_MAX_ITD (16U)
22+
#define USB_HOST_CONFIG_EHCI_MAX_SITD (16U)
2323
#else
2424
#define USB_HOST_CONFIG_EHCI (0U)
2525
#endif /* CONFIG_USB_DC_NXP_EHCI */

0 commit comments

Comments
 (0)