- Notifications
You must be signed in to change notification settings - Fork1k
feat(platform): Add OpenOCD programming support (STlink and DAP)#2528
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
… 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 PRstm32duino#2526*Benefits:*- Enables programming of STeaMi boards.- Supports P_NUCLEO boards that use DAPLink instead of STLink to leverage WebUSB functionality.
8a20dde
tof52cbd8
CompareSeems 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>
fpistm commentedSep 27, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
ea74156
intostm32duino:mainUh oh!
There was an error while loading.Please reload this page.
Ivoz commentedFeb 18, 2025
Nice feature@nedseb , hopefully will be fun to test using a daplink dongle using this |
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: