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

USB 2.0 HS #73

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

USB 2.0 HS #73

wants to merge 1 commit into from

Conversation

mriise
Copy link

@mriise mriise commented Aug 6, 2021

This is the beginnings of HS the protocol. Will close #39.

currently only makes interval generic to allow for Microseconds when the time comes.

also fixes a few clippy warnings.

@mriise
Copy link
Author

mriise commented Aug 6, 2021

For speed configuration I am currently thinking something along the lines of

pub enum UsbSpeed {
    Usb,
    Usb2(Usb2Speed),
}

pub enum Usb2Speed {
    FullSpeed,
    HighSpeed,
}

Usb 3.0 could be possible, but I am focusing on just getting high speed for this PR.

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.

USB high speed & full speed support
1 participant