Skip to content

Commit 092d840

Browse files
jreineckearmTeoMahnicKeilChris
authored
v0.3.0 Release Preparations (#302)
* version bumps and changelog Signed-off-by: Jens Reinecke <jens.reinecke@arm.com> * Update CHANGELOG.md - pyocd Co-authored-by: Teo Mahnic <teo.mahnic@arm.com> * Update CHANGELOG.md Co-authored-by: Christopher Seidl <KeilChris@users.noreply.github.com> --------- Signed-off-by: Jens Reinecke <jens.reinecke@arm.com> Co-authored-by: Teo Mahnic <teo.mahnic@arm.com> Co-authored-by: Christopher Seidl <KeilChris@users.noreply.github.com>
1 parent 8508f15 commit 092d840

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## 0.3.0
44

5-
- Switch away from `pre-release` distribution channel. Extension remains at `preview` status.
6-
- Included [Microsoft® Serial `Monitor`](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-serial-monitor)
5+
- Switches away from `pre-release` distribution channel. Extension remains at `preview` status.
6+
- Includes Microsoft® [`Serial Monitor`](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-serial-monitor)
77
in extension pack.
8+
- Updates [README](https://marketplace.visualstudio.com/items?itemName=Arm.vscode-cmsis-debugger) with usage documentation.
9+
- Updates included pyOCD distribution
10+
- Improves robustness of debug sequence execution.
11+
- Updates behavior when `cbuild-run` target clashes with an internally registered target, to overwrite.
12+
- Sets debugger clock based on the `debugger` node in `*.cbuilld-run.yml` file.
813

914
## 0.2.0
1015

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.2.0",
5+
"version": "0.3.0",
66
"preview": true,
77
"publisher": "Arm",
88
"author": "Jens Reinecke <jens.reinecke@arm.com>",
@@ -265,6 +265,6 @@
265265
"yargs": "^18.0.0"
266266
},
267267
"cmsis": {
268-
"pyocd": "MatthiasHertel80/pyOCD@0.0.0-standalone-cbuild8"
268+
"pyocd": "MatthiasHertel80/pyOCD@0.0.0-standalone-cbuild9"
269269
}
270270
}

0 commit comments

Comments
 (0)