We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c803a commit 9bc14f3Copy full SHA for 9bc14f3
mcux/README
@@ -73,3 +73,8 @@ Patch List:
73
6. devices: MIMX8UD7: add header and source files for HIFI4 DSP core
74
7. devices: MIMX8UD7: fsl_device_registers.h: add support for HIFI4 DSP
75
8. devices: MIMX8UD7: add cmake file for reset driver
76
+ 9. Add usb_host_mcux_drv_port.h file for using MCUX SDK USB host controller driver easily in Zephyr.
77
+ - usb_host_mcux_drv_port.h contains the simplified structs, enums and APIs that MCUX SDK USB host controller drivers need.
78
+ - Update usb_host_ehci.c and usb_host_khci.c if in Zephyr environment.
79
+ - Add include of usb_host_mcux_drv_port.h.
80
+ - Remove include of usb_host.h, usb_host_hci.h, usb_host_devices.h and usb_host_framework.h.
0 commit comments