Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions TPIP.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# TPIP Report for vscode-cmsis-debugger

Report prepared at: 30/07/2025, 14:00:04
Report prepared at: 30/07/2025, 14:15:50

| *Package* | *Version* | *Repository* | *License* |
|---|---|---|---|
| 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 |
| pyocd | 0.38.0-pre0 | https://github.com/pyocd/pyOCD | https://github.com/pyocd/pyOCD/blob/v0.38.0-pre0/LICENSE |
| pyocd | 0.38.0 | https://github.com/pyocd/pyOCD | https://github.com/pyocd/pyOCD/blob/v0.38.0/LICENSE |
| yaml | 2.8.0 | https://github.com/eemeli/yaml | https://github.com/eemeli/yaml/blob/main/LICENSE |
4 changes: 2 additions & 2 deletions docs/third-party-licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},
{
"name": "pyocd",
"version": "0.38.0-pre0",
"version": "0.38.0",
"spdx": "Apache-2.0",
"url": "https://github.com/pyocd/pyOCD",
"license": "https://github.com/pyocd/pyOCD/blob/v0.38.0-pre0/LICENSE"
"license": "https://github.com/pyocd/pyOCD/blob/v0.38.0/LICENSE"
},
{
"name": "yaml",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-cmsis-debugger",
"displayName": "Arm CMSIS Debugger",
"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.",
"version": "1.0.0-pre0",
"version": "1.0.0",
"preview": false,
"publisher": "Arm",
"author": "Jens Reinecke <[email protected]>",
Expand Down Expand Up @@ -151,7 +151,7 @@
"yargs": "^18.0.0"
},
"cmsis": {
"pyocd": "pyocd/[email protected]-pre0",
"pyocd": "pyocd/[email protected]",
"gdb": "14.3.1"
}
}
Loading