Skip to content

Commit 6391fac

Browse files
authored
1.0.0 Release Preparations (#431)
* 1.0.0 release version and TPIP updates * bump pyocd to 0.38.0 release --------- Signed-off-by: Jens Reinecke <[email protected]>
1 parent c4329cf commit 6391fac

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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: 30/07/2025, 14:00:04
3+
Report prepared at: 30/07/2025, 14:15:50
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.38.0-pre0 | https://github.com/pyocd/pyOCD | https://github.com/pyocd/pyOCD/blob/v0.38.0-pre0/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.38.0-pre0",
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.38.0-pre0/LICENSE"
14+
"license": "https://github.com/pyocd/pyOCD/blob/v0.38.0/LICENSE"
1515
},
1616
{
1717
"name": "yaml",

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": "1.0.0-pre0",
5+
"version": "1.0.0",
66
"preview": false,
77
"publisher": "Arm",
88
"author": "Jens Reinecke <[email protected]>",
@@ -151,7 +151,7 @@
151151
"yargs": "^18.0.0"
152152
},
153153
"cmsis": {
154-
"pyocd": "pyocd/[email protected]-pre0",
154+
"pyocd": "pyocd/[email protected]",
155155
"gdb": "14.3.1"
156156
}
157157
}

0 commit comments

Comments
 (0)