Skip to content

Commit 98fbe54

Browse files
committed
update pyOCD to 0.40.0rc0
Signed-off-by: Jens Reinecke <[email protected]>
1 parent 2edc3fb commit 98fbe54

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ in extension pack, which installs the mcu-debug [debug-tracker-vscode extension]
88
as a dependency.
99
- Use with [CDT GDB Adapter extension](https://marketplace.visualstudio.com/items?itemName=eclipse-cdt.cdt-gdb-vscode)
1010
v2.4.1 or later to work best.
11+
- Updates included pyOCD distribution to v0.40.0
12+
- ToDo: Add release notes.
1113

1214
## 1.1.0
1315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
"yargs": "^18.0.0"
255255
},
256256
"cmsis": {
257-
"pyocd": "pyocd/pyOCD@0.39.0",
257+
"pyocd": "pyocd/pyOCD@0.40.0rc0",
258258
"gdb": "14.3.1"
259259
}
260260
}

0 commit comments

Comments
 (0)