-
Notifications
You must be signed in to change notification settings - Fork 747
boards: stm32: use std openocd config #3926
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
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.
I strongly support this. It's very likely that openocd didn't have built in support for these boards originally, but does now. If this breaks something, we can always bring this back.
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.
License headers
I don't understand what's happening with the license headers. |
There were some strange diffs going on, and ultimately I don't think the license headers were the problem (but rather an incorrectly removed Makefile variable). But the license headers don't hurt... |
Oh, I see... I was wrong. Will fix |
6a585e5
to
8f1a214
Compare
Pull Request Overview
Use the standard openocd config for STM boards. I've run into issues with openocd and the stm32f429zi board.
It's possible this is an improvement.It's probably better to just use the built in boards in openocd so we have fewer files to maintain.I didn't include the changes to the board that I do have in this PR.
Testing Strategy
Nothing, unfortunately. I don't have these boards. But I'm worried about bitrot with these boards.
TODO or Help Wanted
Thoughts?
Documentation Updated
/docs
, or no updates are required.Formatting
make prepush
.