Add me25ls01#356
Conversation
Signed-off-by: Marcel <6253936+Styne13@users.noreply.github.com>
To use e.g. with python venv and pip install -r requirements.txt Signed-off-by: Marcel <6253936+Styne13@users.noreply.github.com>
hathach
left a comment
There was a problem hiding this comment.
thank you for the PR, please check review comment
| //--------------------------------------------------------------------+ | ||
| // USB | ||
| //--------------------------------------------------------------------+ | ||
| #define USB_DESC_VID 0x1209 |
There was a problem hiding this comment.
can you tell me where do you got the vid/pid for the board
There was a problem hiding this comment.
As far as I know 0x1209 is a generic vendor ID also used by other devices in this repo. For the product ID I orientate also another board here as a reference and counted one up.
There was a problem hiding this comment.
you cannot pick a random vid/pid. 0x1209 is allocated by pid.codes. Please try to apply for an pid from that. Check out the git history/pr, I think there is a detail on how to do so. I will mark this PR as draft, feel free to re-mark it as ready when you got and update vid/pid
There was a problem hiding this comment.
Ok, thank you for the information.
I will do so and come back to you.
Description of Change