stm32duino / Arduino_Core_STM32

STM32 core support for Arduino
https://github.com/stm32duino/Arduino_Core_STM32/wiki
Other
2.85k stars 979 forks source link

feat(platform): Add OpenOCD programming support (STlink and DAP) #2528

Closed nedseb closed 1 month ago

nedseb commented 2 months ago

To avoid conflict, the support for STeaMi will be added after the merge of the PR #2526

Benefits:

nedseb commented 2 months ago

Seems related to issue #2437

fpistm commented 1 month ago

Hi @nedseb

Thanks again for the PR.

Seems related to issue #2437

Right. /CC @maxgerhardt

About the PR I've pushed 2 commits. 1 to fix issue with the menu and 1 to enhance the openOCD tagret definition. I've tested the debug and it always works.