Skip to content

Commit c094ec5

Browse files
jreineckearmjkrechKeilChris
authored
0.5.0 version bump and changelog/docs updates (#399)
* 0.5.0 version bump and changelog/docs updates * minor update * Update README.md --------- Signed-off-by: Jens Reinecke <jens.reinecke@arm.com> Co-authored-by: Joachim Krech <8290187+jkrech@users.noreply.github.com> Co-authored-by: Christopher Seidl <KeilChris@users.noreply.github.com>
1 parent 84ed9ef commit c094ec5

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

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

3-
## Unreleased
3+
## 0.5.0
44

5-
- Replace outdated documentation links in Change Log.
5+
- Adds [`arm-none-eabi-gdb` v14.3.1](https://artifacts.tools.arm.com/arm-none-eabi-gdb/14.3.1/) to CMSIS Debugger extension pack. This removes
6+
the need to install the `GCC compiler for ARM CPUs` for a workspace using the
7+
`Arm Tools Environment Manager` extension.
8+
- Updates outdated documentation links in Change Log.
69

710
## 0.4.0
811

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,9 +455,10 @@ Related open source projects are:
455455
The debug setup requires a GDB installation supporting the GDB remote protocol and that can connect to a
456456
GDB server like pyOCD.
457457

458-
We recommend to install the [`Arm GNU Toolchain`](https://developer.arm.com/Tools%20and%20Software/GNU%20Toolchain)
459-
using the `Arm Tools Environment Manager` extension. It comes with `arm-none-eabi-gdb` which is used in the
460-
Arm CMSIS Debugger default debug configurations.
458+
This extension includes `arm-none-eabi-gdb` which is used in the Arm CMSIS Debugger default debug configurations.
459+
460+
If you wish to use a different GDB installation, enter the full path to the executable (including the file name)
461+
in the `gdb` setting in the `launch.json` file.
461462

462463
### pyOCD Debug Setup
463464

package.json

Lines changed: 1 addition & 1 deletion
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.4.0",
5+
"version": "0.5.0",
66
"preview": true,
77
"publisher": "Arm",
88
"author": "Jens Reinecke <jens.reinecke@arm.com>",

0 commit comments

Comments
 (0)