Skip to content

Commit 2022040

Browse files
authored
Prepare 0.1.1 release (#169)
* bump version * bump pyocd version * update changelog --------- Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
1 parent b68071a commit 2022040

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Change Log
22

3-
## Unreleased
3+
## 0.1.1
4+
- Fixes [#153](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/153): PATH variable in terminal sometimes loses modifications from other extensions.
5+
- Fixes [#155](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/155): Go-to-main in `initCommands` of the `launch.json` leaves behind the breakpoint.
6+
- Partially implements [#96](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/96): Enable Peripheral Inspector.
7+
- Extracts first SVD file path found in `*.cbuild-run.yml` debug configuration file to automatically set up Peripheral Inspector.
8+
- Adds initial version of extension [documentation](./docs/index.md).
9+
- Updates included pyOCD distribution
10+
- Fixes [#133](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/133): Adds default memory map for Cortex-M devices.
11+
- Improves memory map creation and flash algorithms sorting.
12+
- Selects current processor core (for example used for flash programming) based on active gdb server connection.
13+
14+
## 0.1.0
415
- Updates included pyOCD distribution
516
- Fixes [#92](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/92): `monitor reset halt` command fails for LPCXpresso55S69 if using CMSIS Pack support in pyOCD.
617
- Fixes [#93](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/93): Download to LPC55S69 flash with GDB and pyOCD ends in errors.

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.0.0",
5+
"version": "0.1.1",
66
"preview": true,
77
"publisher": "Arm",
88
"author": "Jens Reinecke <jens.reinecke@arm.com>",
@@ -259,6 +259,6 @@
259259
"yargs": "^17.7.2"
260260
},
261261
"cmsis": {
262-
"pyocd": "MatthiasHertel80/pyOCD@0.0.0-standalone-cbuild5"
262+
"pyocd": "MatthiasHertel80/pyOCD@0.0.0-standalone-cbuild6"
263263
}
264264
}

0 commit comments

Comments
 (0)