-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Export - Make] Add message that informs the user which hex to flash #3222
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For targets that don't have a srec step, could you refer the user to the .bin
file instead of the .hex
file? I only say this because I know .bin
is widely supported across all the board interface firmwares (STLink, DAPLink, etc), however I'm not sure about .hex
.
|
@theotherjimmy Oops, that's what I meant. Yes please! |
c901390
to
def0a38
Compare
@bridadan Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Description
Resolves #2962 part B in a way that should be noticable
Reviews
Examples
It looks like this (k64f, no hex file merging):
OR this (nrf52_dk, hex file merging):