-
Notifications
You must be signed in to change notification settings - Fork 7.5k
USB device stack and class drivers #4150
New issue
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
Comments
The PR #4147 is about CDC ECM |
@finikorg fixed |
PR #4376 adds DT support for STM32 USB device. |
I don't think we should cross out STM32Cube HAL_PCD USB driver. The driver, now, supports only F4 family. I will create a new PR to make driver generic based on #1384. |
PR #5163 adds support for the rest of the STM32 families. |
I'd like to see whether there is interest in developing an audio class (2.0 or even 3.0) stack. Please let me know. |
@sathishkuttan there is indeed. We talked about this today with @pawelzadrozniak and @finikorg and we'd have interest in sharing the work. |
I am also interested in an USB audio class in Zephyr to run on a SAM E70 board. I would be happy to help or to test code. |
Regarding WebUSB, I think it would be awesome if moved to subsys/usb with a few adjustments:
Also, it would be a good idea to involve Reilly Grant ( @reillyeon ) |
created this for WebUSB: #12527 |
Closing this one since there is already an issue for WebUSB and USB is already up and running and fully functional. |
Uh oh!
There was an error while loading. Please reload this page.
USB device stack and class drivers
This issue is there to provide an overview and to coordinate the work on USB device stack and the associated class drivers and functions.
Reusable USB components under samples
(Components which can be moved to subsys/usb)
Device stack
Class driver
usb: Add USB definitions for EEM device #4144, developer: loicpoulain, status: wipDevice driver
(OT but for the completeness)
drivers: usb: USB device driver for Kinetis USBFSOTG Controller #542WIP: usb: usb_dc_stm: Add support for STM32Cube HAL_PCD USB driver #1384, STM32 USB Controller driver #4212usb_dw: USB DMA #852(closed)The text was updated successfully, but these errors were encountered: