-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fixed old DFU serial number for STLINK programmers #1106
Fixed old DFU serial number for STLINK programmers #1106
Conversation
For the "--- serial" parameter work correctly is necessary to rewrite the parsing of the serial number. See: stlink/src/st-util/gdb-server.c Lines 198 to 207 in cc9bedd
stlink/src/st-flash/flash_opts.c Lines 111 to 120 in cc9bedd
|
There also is a build fail on macOS, but it looks as if this is related to the current CI config for macOS |
I have seen the failure log, so I already ignored it ... |
I will check it tonight |
I've updated the Travis CI settings for macOS. |
8b370a8
to
98e16d6
Compare
another Patch-Set is pushed, please let me know if this is OK. |
omit the hla serial aka 'openocd serial' Only one valid serial is used which matches the serial as displayed in STM32CubeProgrammer and official ST tools. Signed-off-by: Tarek BOCHKATI <[email protected]>
98e16d6
to
9ed3d46
Compare
still failing on macos :/ |
Yeah, I'm still trying to solve it. It's not specifically related to this PR, but also other commits / PRs. |
happy to see this approved and solved your issue. |
@tarek-bochkati: I'll merge this as soon as possible. |
honestly I don't plan to be an active contributor in this project. |
That's absolutely fine - there are no expectations associated with this. |
Then we agree on this ;) |
Signed-off-by: Tarek BOCHKATI [email protected]
(Closes #417, Closes #494, Closes #1121)