Skip to content

Commit b238ca8

Browse files
authored
Add release notes for pyOCD v0.40.0 (#597)
1 parent 0176ba9 commit b238ca8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ 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.
1111
- Updates included pyOCD distribution to v0.40.0
12-
- ToDo: Add release notes.
12+
- Implements [#160](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/160): Allow multiple GDB connections to same TCP/IP port.
13+
- Fixes [#386](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/386): "Erase device" command fails on ST multi-core devices.
14+
- Fixes [#520](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/520): Alif E7 HE core doesn't start after programming.
15+
- Performs a hardware reset (nSRST) after flashing to ensure a clean post-load state.
16+
- Removes implicit resets between loading multiple application files.
17+
- Sets Reset Catch on all cores when performing primary-core reset before flashing.
18+
- Refines debug sequence error handling and breakpoint management across resets.
19+
- Updates ResetType API for clearer reset type selection (for example when using `monitor reset` command)
20+
- Adds missing secure/non-secure core registers (`CONTROL`, `FAULTMASK`, `BASEPRI`, and `PRIMASK`).
1321

1422
## 1.1.0
1523

0 commit comments

Comments
 (0)