-
Notifications
You must be signed in to change notification settings - Fork 7k
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: Fixes for stm32 driver #14925
USB: Fixes for stm32 driver #14925
Conversation
Fix build error when executing sanitycheck on stm32 devices. Command to execute tests: sanitycheck --device-testing --device-serial /dev/ttyACM0 -p <board> -t usb Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Fix crash when reading invalid endpoint found in harness test. Fixes zephyrproject-rtos#13560 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Codecov Report
@@ Coverage Diff @@
## master #14925 +/- ##
=======================================
Coverage 52.93% 52.93%
=======================================
Files 309 309
Lines 45251 45251
Branches 10447 10447
=======================================
Hits 23953 23953
Misses 16533 16533
Partials 4765 4765 Continue to review full report at Codecov.
|
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.
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.
Looks fine.
If you desire this fix in 1.14, please open or associate this PR with an Issue. |
@finikorg do we need this for 1.14? What PR is this cherry-picked from? |
cherr-picked from harness PR #14874 |
Cherry picked from another PR