Skip to content

Commit a47e67c

Browse files
committed
0.5.0 version bump and changelog/docs updates
Signed-off-by: Jens Reinecke <[email protected]>
1 parent a5515e6 commit a47e67c

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

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 to CMSIS Debugger extension pack. This removes
6+
the need to install the `Arm GNU Toolchain` for each 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.
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 <[email protected]>",

0 commit comments

Comments
 (0)