mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Use piped openOCD for RISC-V
This commit is contained in:
@ -59,9 +59,9 @@ class DebugServer(BaseProcess):
|
||||
|
||||
self._debug_port = ":3333"
|
||||
openocd_pipe_allowed = all([
|
||||
not self.debug_options['port'], "openocd" in server_executable,
|
||||
self.env_options['platform'] != "riscv"
|
||||
])
|
||||
not self.debug_options['port'],
|
||||
"openocd" in server_executable
|
||||
]) # yapf: disable
|
||||
if openocd_pipe_allowed:
|
||||
args = []
|
||||
if server['cwd']:
|
||||
|
Reference in New Issue
Block a user