We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
usb_dc_numaker
UDC API
In order for the USB_DEVICE_STACK_NEXT to become the default, existing USB device drivers must be ported to it. See #42066 for additional details.
USB_DEVICE_STACK_NEXT
Note that if this driver is not ported by Zephyr 4.0.0, this hardware will not work with the default USB stack in 4.0.0.
Example ports:
Skeleton file to use as a starting point: https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/usb/udc/udc_skeleton.c
Documentation: https://docs.zephyrproject.org/latest/connectivity/usb/device_next/usb_device.html https://docs.zephyrproject.org/latest/connectivity/usb/device_next/api/index.html
The text was updated successfully, but these errors were encountered:
CC @ccli8, @NiekIlmer, @ssekar15
Sorry, something went wrong.
Cc @blauret @andrzej-kaczmarek
Thanks. The port to USB_DEVICE_STACK_NEXT is scheduled.
This is handled via #76078.
cyliangtw
Successfully merging a pull request may close this issue.
In order for the
USB_DEVICE_STACK_NEXT
to become the default, existing USB device drivers must be ported to it.See #42066 for additional details.
Note that if this driver is not ported by Zephyr 4.0.0, this hardware will not work with the default USB stack in 4.0.0.
Example ports:
Skeleton file to use as a starting point:
https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/usb/udc/udc_skeleton.c
Documentation:
https://docs.zephyrproject.org/latest/connectivity/usb/device_next/usb_device.html
https://docs.zephyrproject.org/latest/connectivity/usb/device_next/api/index.html
The text was updated successfully, but these errors were encountered: