-
Notifications
You must be signed in to change notification settings - Fork 770
boot: zephyr: Refactor USB DFU entry logic #2277
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
Conversation
The tests are failing with the following logs:
What shall I do to make it clone? |
FIH hardening tests can be ignored, these are failing due to a problem with the TFM git server |
54b47cb
to
8000f2f
Compare
8000f2f
to
a77c554
Compare
Please have a look into this @de-nordic @nordicjm |
Will look at it after the current 2.2.0 release concludes, currently bug fixes only |
Could you please check this? |
a77c554
to
0ca65eb
Compare
I think the build failure is not related to this change:
|
can you rebase your branch on main? Should fix CI |
Consolidates USB DFU entry logic by unifying GPIO and timeout-based DFU triggers under a common flag. This avoids code duplication and improves maintainability. Also improves log clarity for different DFU exit conditions. Signed-off-by: Sayooj K Karun <[email protected]>
5432acb
to
ab2d7bc
Compare
Done! |
Consolidates USB DFU entry logic by unifying GPIO and timeout-based DFU triggers under a common flag. This avoids code duplication and improves maintainability.
Also improves log clarity for different DFU exit conditions.