-
Couldn't load subscription status.
- Fork 224
IMXUSBDriver: conditionally check image #1714
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
IMXUSBDriver: conditionally check image #1714
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1714 +/- ##
=========================================
- Coverage 55.6% 45.4% -10.3%
=========================================
Files 172 172
Lines 13462 13500 +38
=========================================
- Hits 7491 6130 -1361
- Misses 5971 7370 +1399
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
The documentation under |
|
@Emantor Is this enough of a hint, or should it be more elaborate? |
Some devices do not allow USB Serial Download read commands, which will result in a failure, when trying to verify the correctness of the image. Make the verify step optional but on by default. Signed-off-by: Fabian Pflug <[email protected]>
Discribing what verify does and when it is needed to set to false. Signed-off-by: Fabian Pflug <[email protected]>
8eeab16 to
f2d3cbb
Compare
Description
Some devices do not allow USB Serial Download read commands, which will result in a failure, when trying to verify the correctness of the image. Make the verify step optional but on by default.
Checklist
Tests for the featureAdd a section on how to use the feature to doc/usage.rstAdd a section on how to use the feature to doc/development.rstMan pages have been regeneratedTest has been done by creating a minimal place and setting verify to True, False and leaving it empty.