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

chore(usb): cdc_queue now use uint32_t length#2547

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

Closed
fpistm wants to merge1 commit intostm32duino:mainfromfpistm:cdc_queue

Conversation

fpistm
Copy link
Member

Summary

remove cdc buffer size 32KB limit due to uint16_t length variables.

This PR fixes bug:
cdc queue limit.
now CDC_TRANSMIT_QUEUE_BUFFER_PACKET_NUMBER and/or CDC_RECEIVE_QUEUE_BUFFER_PACKET_NUMBER both can be greater than 512. which every buffer size is 64B, 64*512=32768

@fpistmfpistm added the enhancementNew feature or request labelNov 4, 2024
@fpistmfpistm added this to the2.9.0 milestoneNov 4, 2024
which allows CDC_TRANSMIT_QUEUE_BUFFER_PACKET_NUMBER>512 orCDC_RECEIVE_QUEUE_BUFFER_PACKET_NUMBER>512.Signed-off-by: warmonkey <luoshumymail@gmail.com>
@fpistm
Copy link
MemberAuthor

Closed in favor of#2550

@fpistmfpistm closed thisNov 5, 2024
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.9.0
Development

Successfully merging this pull request may close these issues.

2 participants
@fpistm@warmonkey

[8]ページ先頭

©2009-2025 Movatter.jp