Skip to content

Commit 9fcd1f0

Browse files
added TPIP for xml2js
1 parent b0c764b commit 9fcd1f0

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

TPIP.md

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

3-
Report prepared at: 13/01/2026, 08:36:58
3+
Report prepared at: 15/01/2026, 11:07:07
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 |
88
| pyocd | 0.42.0 | https://github.com/pyocd/pyOCD | https://github.com/pyocd/pyOCD/blob/v0.42.0/LICENSE |
99
| yaml | 2.8.2 | https://github.com/eemeli/yaml | https://github.com/eemeli/yaml/blob/main/LICENSE |
10+
| xml2js | 0.6.2 | https://github.com/Leonidas-from-XIV/node-xml2js | https://github.com/Leonidas-from-XIV/node-xml2js/blob/master/LICENSE |

docs/third-party-licenses.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,12 @@
1919
"spdx": "ISC",
2020
"url": "https://github.com/eemeli/yaml",
2121
"license": "https://github.com/eemeli/yaml/blob/main/LICENSE"
22+
},
23+
{
24+
"name": "xml2js",
25+
"version": "0.6.2",
26+
"spdx": "MIT",
27+
"url": "https://github.com/Leonidas-from-XIV/node-xml2js",
28+
"license": "https://github.com/Leonidas-from-XIV/node-xml2js/blob/master/LICENSE"
2229
}
2330
]

0 commit comments

Comments
 (0)