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
I'd like to use zero PID for my USB device but I'm currently unable to do it as it's forbidden by the following code:
Arduino_Core_STM32/cores/arduino/stm32/usb/usbd_desc.c
Lines 45 to 47 in 08ab454
According to https://stackoverflow.com/questions/30098394/is-pid-0-a-valid-for-usb-device, PID == 0x0000 is a valid PID, and the accepted answer there contains a link to a list of existing USB products, some of which have zero PID.
The text was updated successfully, but these errors were encountered:
feat(usb): allow USB PID to be 0x0000
503f12e
Fixes stm32duino#2215 Signed-off-by: Frederic Pillon <[email protected]>
b149a92
Fixes #2215 Signed-off-by: Frederic Pillon <[email protected]>
1633a87
Successfully merging a pull request may close this issue.
I'd like to use zero PID for my USB device but I'm currently unable to do it as it's forbidden by the following code:
Arduino_Core_STM32/cores/arduino/stm32/usb/usbd_desc.c
Lines 45 to 47 in 08ab454
According to https://stackoverflow.com/questions/30098394/is-pid-0-a-valid-for-usb-device, PID == 0x0000 is a valid PID, and the accepted answer there contains a link to a list of existing USB products, some of which have zero PID.
The text was updated successfully, but these errors were encountered: