diff --git a/TPIP.md b/TPIP.md index 2fc7a8d5..daea0386 100644 --- a/TPIP.md +++ b/TPIP.md @@ -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 | diff --git a/docs/third-party-licenses.json b/docs/third-party-licenses.json index e87bf546..6c90dde4 100644 --- a/docs/third-party-licenses.json +++ b/docs/third-party-licenses.json @@ -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", diff --git a/package.json b/package.json index c694a523..e0afe765 100644 --- a/package.json +++ b/package.json @@ -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 ", @@ -151,7 +151,7 @@ "yargs": "^18.0.0" }, "cmsis": { - "pyocd": "pyocd/pyOCD@0.38.0-pre0", + "pyocd": "pyocd/pyOCD@0.38.0", "gdb": "14.3.1" } }