Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cdc_queue.cpp change to uint32_t length, print(0ULL) bugfix #2542

Closed
wants to merge 1 commit into from

Conversation

warmonkey
Copy link
Contributor

Pull Request template

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

This PR fixes bug:

CDC_TRANSMIT_QUEUE_BUFFER_PACKET_NUMBER > 512 or
CDC_RECEIVE_QUEUE_BUFFER_PACKET_NUMBER > 512.
print(0ULL) bugfix.
@warmonkey warmonkey changed the title cdc_queue.cpp now use uint32_t length, which allow cdc_queue.cpp change to uint32_t length, print(0ULL) bugfix Nov 2, 2024
@fpistm
Copy link
Member

fpistm commented Nov 2, 2024

Hi @warmonkey thanks for this PR.
Could you split in 2.PR one for cdc and one for the print, please?

@warmonkey warmonkey closed this Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants