Skip to content
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

Implement mock USB bus #1

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Implement mock USB bus #1

merged 1 commit into from
Dec 16, 2024

Conversation

robinkrahl
Copy link
Collaborator

This patch adds the Bus struct that implements UsbBus for usb-device v0.2 and usb-device v0.3 using crossbream channels. It also adds an example that shows how this bus can be used to create a UsbDevice with a UsbClass in tests/pings.rs.

This patch adds the Bus struct that implements UsbBus for usb-device
v0.2 and usb-device v0.3 using crossbream channels.  It also adds an
example that shows how this bus can be used to create a UsbDevice with a
UsbClass in tests/pings.rs.
@robinkrahl robinkrahl merged commit 276dd8b into main Dec 16, 2024
2 checks passed
@robinkrahl robinkrahl deleted the init branch December 16, 2024 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants