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

Simplifying boot to DFU support #180

Merged
merged 1 commit into from
Jan 31, 2022
Merged

Simplifying boot to DFU support #180

merged 1 commit into from
Jan 31, 2022

Conversation

ryan-summers
Copy link
Member

This PR fixes #179 by using cortex_m::asm::bootload() to reset into the DFU using the stable toolchain.

Manual bench testing indicates the DFU command is successful and the device begins enumerating as an STM32 DFU device in device manager.

Copy link
Member

@jordens jordens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@jordens jordens merged commit 9ff3b15 into develop Jan 31, 2022
@jordens jordens deleted the feature/dfu-support branch January 31, 2022 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use stable rust for dfu jump
2 participants