Skip to content

Commit 251ae49

Browse files
committed
Update arm-none-eabi-gdb version to 15.2.1 in TPIP report and third-party licenses
1 parent e6e8438 commit 251ae49

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

TPIP.md

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

3-
Report prepared at: 24/02/2026, 17:21:44
3+
Report prepared at: 06/05/2026, 17:17:17
44

55
| *Package* | *Version* | *Repository* | *License* |
66
|---|---|---|---|
7-
| arm-none-eabi-gdb | 14.3.1 | https://artifacts.tools.arm.com/arm-none-eabi-gdb/14.3.1/ | [GPL-3.0-or-later](https://developer.arm.com/GetEula?Id=15d9660a-2059-4985-85e9-c01cdd4b1ba0) |
7+
| arm-none-eabi-gdb | 15.2.1 | https://artifacts.tools.arm.com/arm-none-eabi-gdb/15.2.1/ | [GPL-3.0-or-later](https://developer.arm.com/GetEula?Id=a162e8bb-8565-45a5-bdf6-7249bf3afe43) |
88
| pyocd | 0.43.0 | https://github.com/pyocd/pyOCD | [Apache-2.0](https://github.com/pyocd/pyOCD/blob/v0.43.0/LICENSE) |
99
| vscode-uri | 3.1.0 | https://github.com/microsoft/vscode-uri | [MIT](https://github.com/microsoft/vscode-uri/blob/main/LICENSE.md) |
1010
| xml2js | 0.6.2 | https://github.com/Leonidas-from-XIV/node-xml2js | [MIT](https://github.com/Leonidas-from-XIV/node-xml2js/blob/master/LICENSE) |

docs/third-party-licenses.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[
22
{
33
"name": "arm-none-eabi-gdb",
4-
"version": "14.3.1",
4+
"version": "15.2.1",
55
"spdx": "GPL-3.0-or-later",
6-
"url": "https://artifacts.tools.arm.com/arm-none-eabi-gdb/14.3.1/",
7-
"license": "https://developer.arm.com/GetEula?Id=15d9660a-2059-4985-85e9-c01cdd4b1ba0"
6+
"url": "https://artifacts.tools.arm.com/arm-none-eabi-gdb/15.2.1/",
7+
"license": "https://developer.arm.com/GetEula?Id=a162e8bb-8565-45a5-bdf6-7249bf3afe43"
88
},
99
{
1010
"name": "pyocd",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,6 @@
624624
"cmsis": {
625625
"pyocd": "pyocd/pyOCD@0.44.0",
626626
"pyocdNightly": "pyocd/pyOCD@nightly",
627-
"gdb": "14.3.1"
627+
"gdb": "15.2.1"
628628
}
629629
}

0 commit comments

Comments
 (0)