-
Notifications
You must be signed in to change notification settings - Fork 3k
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
USB connect problem in non blocking mode #14970
USB connect problem in non blocking mode #14970
Conversation
connected in non blocking mode (cinnect_blocking = false)
@MubeenHCLite, thank you for your changes. |
Wasn't there an issue opened or similar pull request related to connect issue? Or they are unrelated. |
This one? #14763 |
The PR is for the same issue. |
@MubeenHCLite , you need to add |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGM
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
connected in non blocking mode (cinnect_blocking = false)
Summary of changes
Added
HAL_PCD_Start()
in init() so that the USB is detected in non blocking mode (connect_blocking = false)Impact of changes
Fixes : #14763
Migration actions required
Documentation
Pull request type
Test results
Reviewers