Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.6.1

- Includes updated pyOCD distribution ([pyOCD v0.44.1](https://github.com/pyocd/pyOCD/releases/tag/v0.44.1))
- Improves flash programming post-reset robustness.
- Improves reset handling robustness for debug sequences.
- Fixes error if additional access port is added to *.cbuild-run.yml [#972](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/972)
- Fixes potential name clashes between default debug sequences and user-defined debug vars [#967](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/967)

## 1.6.0

- The extension now has a *pre-release channel* for early access to upcoming features.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-cmsis-debugger",
"displayName": "Arm CMSIS Debugger",
"description": "Run and debug embedded and Edge AI projects on Arm Cortex-M single or multi core devices. Connects via pyOCD to CMSIS-DAP or other GDB servers.",
"version": "1.6.0",
"version": "1.6.1",
"preview": false,
"publisher": "Arm",
"author": "Jens Reinecke <jens.reinecke@arm.com>",
Expand Down Expand Up @@ -622,7 +622,7 @@
"yargs": "^18.0.0"
},
"cmsis": {
"pyocd": "pyocd/pyOCD@0.44.0",
"pyocd": "pyocd/pyOCD@0.44.1",
"pyocdNightly": "pyocd/pyOCD@nightly",
"gdb": "14.3.1"
}
Expand Down
Loading