Skip to content

Commit

Permalink
Add ST-Link/OpenOCD support as a programmer
Browse files Browse the repository at this point in the history
  • Loading branch information
GrumpyOldPizza committed Oct 23, 2016
1 parent 9ae9274 commit f6169db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ tools.stm32l4_upload.bootloader.pattern="{path}/{cmd}" "{runtime.platform.path}/
tools.openocd.path={runtime.platform.path}/tools/windows/openocd/bin
tools.openocd.path.macosx={runtime.platform.path}/tools/macosx/openocd/bin
tools.openocd.path.linux={runtime.platform.path}/tools/linux/openocd/bin
tools.openocd.cmd=/openocd
tools.openocd.cmd=openocd
tools.openocd.cmd.windows=openocd.exe

tools.openocd.upload.params.verbose=-d2
Expand Down

0 comments on commit f6169db

Please sign in to comment.