Skip to content

Commit ce789dd

Browse files
committed
version bump to 1.1.0
include pyocd 0.39.0 Signed-off-by: Jens Reinecke <[email protected]>
1 parent 8645154 commit ce789dd

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: 10/09/2025, 15:56:20
3+
Report prepared at: 11/09/2025, 14:30:02
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.39.0-pre0 | https://github.com/pyocd/pyOCD | https://github.com/pyocd/pyOCD/blob/v0.39.0-pre0/LICENSE |
8+
| pyocd | 0.39.0 | https://github.com/pyocd/pyOCD | https://github.com/pyocd/pyOCD/blob/v0.39.0/LICENSE |
99
| yaml | 2.8.1 | 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.39.0-pre1",
11+
"version": "0.39.0",
1212
"spdx": "Apache-2.0",
1313
"url": "https://github.com/pyocd/pyOCD",
14-
"license": "https://github.com/pyocd/pyOCD/blob/v0.39.0-pre1/LICENSE"
14+
"license": "https://github.com/pyocd/pyOCD/blob/v0.39.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",
5+
"version": "1.1.0",
66
"preview": false,
77
"publisher": "Arm",
88
"author": "Jens Reinecke <[email protected]>",
@@ -182,7 +182,7 @@
182182
"yargs": "^18.0.0"
183183
},
184184
"cmsis": {
185-
"pyocd": "pyocd/[email protected]-pre1",
185+
"pyocd": "pyocd/[email protected]",
186186
"gdb": "14.3.1"
187187
}
188188
}

0 commit comments

Comments
 (0)