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

Fix USB CDC stability issue when sending data #345

Merged

Conversation

arkadiuszwojcik
Copy link
Contributor

This PR removes glitches in the USB CDC example. After sending each data chunk, we must call the main USB task function to ensure bus events are correctly dispatched.

Additionally, this PR fixes an issue where short data packets were not sent immediately.

I also removed old TODO comment that I forgot to remove in last PR.

@mattnite mattnite merged commit 85fa438 into ZigEmbeddedGroup:main Jan 6, 2025
27 checks passed
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