We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beec15a commit e717368Copy full SHA for e717368
mcux/README
@@ -70,3 +70,8 @@ Patch List:
70
- mcux-sdk\docs
71
4. Add RW61X device_system.cmake
72
5. devices: MCXN947: Update system file to remove SDK sepecific defines
73
+ 6. Add usb_host_mcux_drv_port.h file for using MCUX SDK USB host controller driver easily in Zephyr.
74
+ - usb_host_mcux_drv_port.h contains the simplified structs, enums and APIs that MCUX SDK USB host controller drivers need.
75
+ - Update usb_host_ehci.c and usb_host_khci.c if in Zephyr environment.
76
+ - Add include of usb_host_mcux_drv_port.h.
77
+ - Remove include of usb_host.h, usb_host_hci.h, usb_host_devices.h and usb_host_framework.h.
0 commit comments