mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Fix OpenOCD upload command for atmelsam // Issue #732
This commit is contained in:
@ -146,7 +146,7 @@ if upload_protocol == "openocd":
|
|||||||
"-c", "\"telnet_port", "disabled;",
|
"-c", "\"telnet_port", "disabled;",
|
||||||
"program", "{{$SOURCES}}",
|
"program", "{{$SOURCES}}",
|
||||||
"verify", "reset",
|
"verify", "reset",
|
||||||
"%s;" % user_code_section if user_code_section else "",
|
"%s;" % (user_code_section if user_code_section else ""),
|
||||||
"shutdown\""
|
"shutdown\""
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user