-
Notifications
You must be signed in to change notification settings - Fork 984
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
feat(platform): Add OpenOCD programming support (STlink and DAP) #2528
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… 64 boards - Modified `platform.txt` to enable programming via OpenOCD, which was already used for debugging. - Added an example demonstrating how to program all Nucleo-64 boards, whether they use STLink or DAPLink. To avoid conflict, the support for STeaMi will be added after the merge of the PR stm32duino#2526 *Benefits:* - Enables programming of STeaMi boards. - Supports P_NUCLEO boards that use DAPLink instead of STLink to leverage WebUSB functionality.
nedseb
force-pushed
the
nedseb_platform_upload_openocd
branch
from
September 27, 2024 09:38
8a20dde
to
f52cbd8
Compare
nedseb
changed the title
feat(platform): Add OpenOCD programming support for STeaMi and Nucleo 64
feat(platform): Add OpenOCD programming support for STeaMi and P_NUCLEO WB55
Sep 27, 2024
Seems related to issue #2437 |
else only one menu is displayed, the last one. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Hi @nedseb Thanks again for the PR.
Right. About the PR I've pushed 2 commits. 1 to fix issue with the menu and 1 to enhance the openOCD tagret definition. |
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm
changed the title
feat(platform): Add OpenOCD programming support for STeaMi and P_NUCLEO WB55
feat(platform): Add OpenOCD programming support (STlink and DAP)
Oct 1, 2024
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
nedseb
added a commit
to nedseb/Arduino_Core_STM32
that referenced
this pull request
Oct 1, 2024
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
platform.txt
to enable programming via OpenOCD, which was already used for debugging.To avoid conflict, the support for STeaMi will be added after the merge of the PR #2526
Benefits: