Skip to content
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

boot: zephyr: Add fallback to USB DFU #2049

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Conversation

gumulka
Copy link
Contributor

@gumulka gumulka commented Aug 24, 2024

Allow bootloader to fallback to USB DFU if no application is present, that can be booted from. Similar to config BOOT_SERIAL_NO_APPLICATION.

@de-nordic de-nordic added the area: zephyr Affects the Zephyr port label Sep 3, 2024
@nordicjm
Copy link
Collaborator

nordicjm commented Sep 5, 2024

@gumulka can you rebase on main?

@nordicjm
Copy link
Collaborator

Ping @gumulka

@gumulka
Copy link
Contributor Author

gumulka commented Sep 10, 2024

@nordicjm Sorry for the delay, it is now rebased :)

@nordicjm
Copy link
Collaborator

@gumulka can you address the commit issue by amending it e.g. git commit --amend -s with the signed off line?

Allow bootloader to fallback to USB DFU if no application is present,
that can be booted from. Similar to config BOOT_SERIAL_NO_APPLICATION.

Signed-off-by: Fabian Pflug <[email protected]>
@gumulka
Copy link
Contributor Author

gumulka commented Sep 11, 2024

@gumulka can you address the commit issue by amending it e.g. git commit --amend -s with the signed off line?

Done :)

@nordicjm nordicjm merged commit ca06b9f into mcu-tools:main Sep 12, 2024
58 checks passed
@gumulka gumulka deleted the usb_fallback branch September 12, 2024 13:46
@gumulka gumulka restored the usb_fallback branch January 6, 2025 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: zephyr Affects the Zephyr port
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants