diff --git a/TPIP.md b/TPIP.md index be00d176..3a229895 100644 --- a/TPIP.md +++ b/TPIP.md @@ -1,10 +1,10 @@ # TPIP Report for vscode-cmsis-debugger -Report prepared at: 24/02/2026, 17:21:44 +Report prepared at: 06/05/2026, 17:17:17 | *Package* | *Version* | *Repository* | *License* | |---|---|---|---| -| 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) | +| 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) | | pyocd | 0.43.0 | https://github.com/pyocd/pyOCD | [Apache-2.0](https://github.com/pyocd/pyOCD/blob/v0.43.0/LICENSE) | | vscode-uri | 3.1.0 | https://github.com/microsoft/vscode-uri | [MIT](https://github.com/microsoft/vscode-uri/blob/main/LICENSE.md) | | xml2js | 0.6.2 | https://github.com/Leonidas-from-XIV/node-xml2js | [MIT](https://github.com/Leonidas-from-XIV/node-xml2js/blob/master/LICENSE) | diff --git a/docs/third-party-licenses.json b/docs/third-party-licenses.json index 2a253249..10a8c3dd 100644 --- a/docs/third-party-licenses.json +++ b/docs/third-party-licenses.json @@ -1,10 +1,10 @@ [ { "name": "arm-none-eabi-gdb", - "version": "14.3.1", + "version": "15.2.1", "spdx": "GPL-3.0-or-later", - "url": "https://artifacts.tools.arm.com/arm-none-eabi-gdb/14.3.1/", - "license": "https://developer.arm.com/GetEula?Id=15d9660a-2059-4985-85e9-c01cdd4b1ba0" + "url": "https://artifacts.tools.arm.com/arm-none-eabi-gdb/15.2.1/", + "license": "https://developer.arm.com/GetEula?Id=a162e8bb-8565-45a5-bdf6-7249bf3afe43" }, { "name": "pyocd", diff --git a/package.json b/package.json index 1cf628d5..9b7c36f5 100644 --- a/package.json +++ b/package.json @@ -624,6 +624,6 @@ "cmsis": { "pyocd": "pyocd/pyOCD@0.44.1", "pyocdNightly": "pyocd/pyOCD@nightly", - "gdb": "14.3.1" + "gdb": "15.2.1" } }