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
Anyone with f0x2 driver (stm32 l0, f0, f103 ie having fs usb) please perform the test and reply with the response:
branch to test: https://github.com/kuldeepdhaka/libopencm3/tree/fix/usb/premature-control-out-transaction-end
procedure: bMaxPacketSize0 = 16 (device descriptor) with+without fix/usb/premature-control-out-transaction-end
expected result: [without] fail to enumerate the usb device [with] will succeed in enumeration
optional: same procedure with bMaxPacketSize0 = 8, same result expected
have a look @rkreis and @ChuckM
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Anyone with f0x2 driver (stm32 l0, f0, f103 ie having fs usb)
please perform the test and reply with the response:
branch to test:
https://github.com/kuldeepdhaka/libopencm3/tree/fix/usb/premature-control-out-transaction-end
procedure:
bMaxPacketSize0 = 16 (device descriptor) with+without fix/usb/premature-control-out-transaction-end
expected result:
[without] fail to enumerate the usb device
[with] will succeed in enumeration
optional:
same procedure with bMaxPacketSize0 = 8, same result expected
have a look @rkreis and @ChuckM
The text was updated successfully, but these errors were encountered: