Skip to content

Commit 0dcac87

Browse files
committed
update to pyocd 0.37.0
Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
1 parent a2ee456 commit 0dcac87

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/third-party-licenses.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[
22
{
33
"name": "pyocd",
4-
"version": "0.36.0",
4+
"version": "0.37.0",
55
"spdx": "Apache-2.0",
66
"url": "https://github.com/pyocd/pyOCD",
7-
"license": "https://github.com/pyocd/pyOCD/blob/v0.36.0/LICENSE"
7+
"license": "https://github.com/pyocd/pyOCD/blob/v0.37.0/LICENSE"
88
},
99
{
1010
"name": "yaml",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@
137137
"yargs": "^18.0.0"
138138
},
139139
"cmsis": {
140-
"pyocd": "MatthiasHertel80/pyOCD@0.0.0-standalone-cbuild9"
140+
"pyocd": "pyocd/pyOCD@0.37.0"
141141
}
142142
}

scripts/download-tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ async function download(url: string, options?: ToolOptions & { cache_key?: strin
130130
}
131131

132132
async function downloadPyOCD(target: VsceTarget, dest: string, options?: ToolOptions) {
133-
const repoAndOwnerDefault = { owner: 'MatthiasHertel80', repo: 'pyOCD' } as const;
133+
const repoAndOwnerDefault = { owner: 'pyocd', repo: 'pyOCD' } as const;
134134
const jsonVersion = getVersionFromPackageJson(PACKAGE_JSON, 'pyocd');
135135

136136
if (!jsonVersion) {

0 commit comments

Comments
 (0)