Skip to content

Commit fc0d39d

Browse files
committed
update pyocd
Signed-off-by: Jens Reinecke <[email protected]>
1 parent da2b4e0 commit fc0d39d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 0.2.0
4+
- TODO
5+
36
## 0.1.1
47

58
- Fixes [#153](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/153): PATH variable in terminal sometimes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-cmsis-debugger",
33
"displayName": "Arm CMSIS Debugger",
44
"description": "Run and debug embedded and IoT projects on Arm Cortex-M single or multi core devices. Connects via pyOCD to CMSIS-DAP or other GDB servers.",
5-
"version": "0.1.1",
5+
"version": "0.2.0",
66
"preview": true,
77
"publisher": "Arm",
88
"author": "Jens Reinecke <[email protected]>",
@@ -259,6 +259,6 @@
259259
"yargs": "^17.7.2"
260260
},
261261
"cmsis": {
262-
"pyocd": "MatthiasHertel80/[email protected]cbuild6"
262+
"pyocd": "MatthiasHertel80/[email protected]cbuild7"
263263
}
264264
}

0 commit comments

Comments
 (0)