-
Notifications
You must be signed in to change notification settings - Fork 767
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
base: main
Are you sure you want to change the base?
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
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]>
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? |
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.