We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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::Driver::new() does not take an input pin for vbus detection. Without vbus detection we are unable to get a Disconnect error from read_packet().
usb::Driver::new()
read_packet()
As application currently need to use timeouts to check for disconnection and these can't be guaranteed to give correct results at all times.
To fix this, we want to add an Option<ExtiInput> to the usb::Driver::new() function call as a breaking change.
Option<ExtiInput>
References: https://matrix.to/#/!YoLPkieCYHGzdjUhOK:matrix.org/$Dh-en2iZjDp-z_24twqmlorKo0lPJsk9RupKxCdHOlk?via=matrix.org&via=beeper.com&via=mozilla.org
The text was updated successfully, but these errors were encountered:
No branches or pull requests
usb::Driver::new()
does not take an input pin for vbus detection.Without vbus detection we are unable to get a Disconnect error from
read_packet()
.As application currently need to use timeouts to check for disconnection and these can't be guaranteed to give correct results at all times.
To fix this, we want to add an
Option<ExtiInput>
to theusb::Driver::new()
function call as a breaking change.References:
https://matrix.to/#/!YoLPkieCYHGzdjUhOK:matrix.org/$Dh-en2iZjDp-z_24twqmlorKo0lPJsk9RupKxCdHOlk?via=matrix.org&via=beeper.com&via=mozilla.org
The text was updated successfully, but these errors were encountered: