Skip to content

Commit 107c8ac

Browse files
committed
Update pyocd to v0.29 // Resolve #22
1 parent e71f8de commit 107c8ac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"type": "debugger",
158158
"optional": true,
159159
"owner": "platformio",
160-
"version": "~0.801.0"
160+
"version": "~1.2900.0"
161161
},
162162
"tool-jlink": {
163163
"type": "uploader",

platform.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ def _add_default_debug_tools(self, board):
110110
"pyocd-gdbserver.py",
111111
"-t",
112112
pyocd_target
113-
]
113+
],
114+
"ready_pattern": "GDB server started on port"
114115
}
115116
}
116117
else:

0 commit comments

Comments
 (0)