Skip to content

Commit 6d3c072

Browse files
committed
1.0.0-pre0 Release Preps (GitHub only)
Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
1 parent 881fe2f commit 6d3c072

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

TPIP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# TPIP Report for vscode-cmsis-debugger
22

3-
Report prepared at: 21/07/2025, 09:18:50
3+
Report prepared at: 30/07/2025, 09:14:56
44

55
| *Package* | *Version* | *Repository* | *License* |
66
|---|---|---|---|
77
| arm-none-eabi-gdb | 14.3.1 | https://artifacts.tools.arm.com/arm-none-eabi-gdb/14.3.1/ | https://developer.arm.com/GetEula?Id=15d9660a-2059-4985-85e9-c01cdd4b1ba0 |
8-
| pyocd | 0.37.0 | https://github.com/pyocd/pyOCD | https://github.com/pyocd/pyOCD/blob/v0.37.0/LICENSE |
8+
| pyocd | 0.38.0 | https://github.com/pyocd/pyOCD | https://github.com/pyocd/pyOCD/blob/v0.38.0/LICENSE |
99
| yaml | 2.8.0 | https://github.com/eemeli/yaml | https://github.com/eemeli/yaml/blob/main/LICENSE |

docs/third-party-licenses.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
},
99
{
1010
"name": "pyocd",
11-
"version": "0.37.0",
11+
"version": "0.38.0",
1212
"spdx": "Apache-2.0",
1313
"url": "https://github.com/pyocd/pyOCD",
14-
"license": "https://github.com/pyocd/pyOCD/blob/v0.37.0/LICENSE"
14+
"license": "https://github.com/pyocd/pyOCD/blob/v0.38.0/LICENSE"
1515
},
1616
{
1717
"name": "yaml",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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.5.0",
6-
"preview": true,
5+
"version": "1.0.0-pre0",
6+
"preview": false,
77
"publisher": "Arm",
88
"author": "Jens Reinecke <jens.reinecke@arm.com>",
99
"license": "SEE LICENSE IN LICENSE",
@@ -151,7 +151,7 @@
151151
"yargs": "^18.0.0"
152152
},
153153
"cmsis": {
154-
"pyocd": "pyocd/pyOCD@0.37.0",
154+
"pyocd": "pyocd/pyOCD@0.38.0-pre0",
155155
"gdb": "14.3.1"
156156
}
157157
}

0 commit comments

Comments
 (0)