Skip to content

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