Skip to content

Commit 00ad33e

Browse files
committed
changelog
Signed-off-by: Jens Reinecke <[email protected]>
1 parent 26e69ee commit 00ad33e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
# Change Log
22

3-
## Unreleased
3+
## 1.1.0
44

5+
- Implements [#443](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/443): Show CPU execution time (from connection start and between breakpoints).
6+
- Fixes [#159](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/159): Documentation updates - GDB sets off assertion when debugging with NUCLEO-F746ZG.
7+
- Fixes [#374](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/374): Documentation updates - Disassembly view interleaved with source code.
58
- Fixes [#439](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/439): Peripheral Inspector receives wrong SVD file path for secondary core of a multi-core connection.
9+
- Updates included pyOCD distribution to v0.39.0
10+
- Set debugger protocol based on information from `*.cbuild-run.yml` file.
11+
- Fixes [#370](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/370):
12+
- Improve error messages for JTAG/SWD protocol errors.
13+
- Improve handling of attaching probe while pyOCD is waiting.
14+
- Fixes [#435](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/435): Increase number of transfer retries after WAIT response.
15+
- Fixes [#461](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/461): Unable to use GD-Link programmer in version 1.0.0. Fixes support for USB HID based probes without serial number.
16+
- Fixes [#472](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/472): Stop pyOCD if `*.cbuild-run.yml` file is missing.
17+
- Fixes [#473](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/473): Improve error handling if packs required in `*.cbuild-run.yml` file are missing.
18+
- Fixes [#504](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/504): pyOCD should extract file type from cbuild-run descriptions.
619

720
## 1.0.0
821

0 commit comments

Comments
 (0)