Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(usb): allow USB PID to be 0x0000#2219

New issue

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fpistm merged 1 commit intostm32duino:mainfromfpistm:USBD_PID
Dec 5, 2023

Conversation

fpistm
Copy link
Member

@fpistmfpistm commentedDec 5, 2023
edited
Loading

USB device VID and PID can be defined thanks:

  • boards.txt:*.build.vid or*.build.pid
  • build_opt.h: defineCUSTOM_USBD_VID orCUSTOM_USBD_PID

Else if not defined or specified, default to the ST VID, with PID assigned to HID or CDC devices.

Note

if value is specified in theboards.txt thenCUSTOM_USBD_* is ignored.

Fixes#2215

Fixesstm32duino#2215Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
@fpistmfpistm added the enhancementNew feature or request labelDec 5, 2023
@fpistmfpistm added this to the2.8.0 milestoneDec 5, 2023
@fpistmfpistm merged commitb149a92 intostm32duino:mainDec 5, 2023
@fpistmfpistm deleted the USBD_PID branchDecember 5, 2023 15:54
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
enhancementNew feature or request
Projects
Milestone
2.8.0
Development

Successfully merging this pull request may close these issues.

Unable to set USBD_PID to 0 (error thrown)
1 participant
@fpistm

[8]ページ先頭

©2009-2025 Movatter.jp