forked from stm32duino/Arduino_Core_STM32
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(programmer): remove stlink programmer
as it is not relevant and avoid upload using arduino-cli. Fixes stm32duino#2415 Signed-off-by: Frederic Pillon <[email protected]>
- Loading branch information
Showing
3 changed files
with
2 additions
and
47 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +0,0 @@ | ||
stlink.name=STMicroelectronics ST-LINK | ||
stlink.communication=USB | ||
stlink.protocol= | ||
stlink.program.protocol= | ||
stlink.program.tool=openocd | ||
stlink.program.tool.default=openocd | ||
stlink.program.extra_params= | ||
stlink.programmer.protocol=stlink | ||
stlink.programmer.transport_script={runtime.platform.path}/debugger/select_hla.cfg | ||