USB Device Interface Capabilities #36070
-
My understanding is that Zephyr's USB support is considered USB "device" capabilities rather than USB "host" capabilities. I need to interface with a USB 2.0 specification USB device. Does the Zephyr stack support reading and writing to such a USB device, or is this simply not possible and a show stopper? Is the distinction between USB host and device significant for a USB 2.0 device? Assuming it has to be a USB host to interface with an external USB device, has there been any effort to support that in Zephyr or 3rd party add-ons? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@jfischer-no FYI |
Beta Was this translation helpful? Give feedback.
-
In general, there is no strategic preference.
Zephyr does not yet have support for USB host, so if "USB device" that you mean, is an USB keyboard for example, than it is not possible.
Yes
yes, see #30361 |
Beta Was this translation helpful? Give feedback.
In general, there is no strategic preference.
Zephyr does not yet have support for USB host, so if "USB device" that you mean, is an USB keyboard for example, than it is not possible.
Yes