8000 Make OpenOCD and Picotool M1 native, too (#1977) · BritvaBo/arduino-pico@7f5756c · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f5756c

Browse files
Make OpenOCD and Picotool M1 native, too (earlephilhower#1977)
All binaries should now be native on Apple silicon.
1 parent 1a30113 commit 7f5756c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package/package_pico_index.template.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,10 @@
286286
"systems": [
287287
{
288288
"host": "arm64-apple-darwin",
289-
"url": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/aarch64-apple-darwin20.4.picotool-f6fe6b7.240127.tar.gz",
290-
"archiveFileName": "aarch64-apple-darwin20.4.picotool-f6fe6b7.240127.tar.gz",
291-
"checksum": "SHA-256:40a07809925f642be73d221898dea76fb1e79556c2c5adff9e59c998b1416019",
292-
"size": "167073"
289+
"url": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/picotool.macosarm.tar.gz",
290+
"archiveFileName": "picotool.macosarm.tar.gz",
291+
"checksum": "SHA-256:6b9d28dee6f3c67ab705ff1bc9bd96de3fcb7f1d73753a0e802999b408d39011",
292+
"size": "174728"
293293
},
294294
{
295295
"host": "aarch64-linux-gnu",
@@ -348,10 +348,10 @@
348348
"systems": [
349349
{
350350
"host": "arm64-apple-darwin",
351-
"url": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/aarch64-apple-darwin20.4.openocd-4d87f6dca.240127.tar.gz",
352-
"archiveFileName": "aarch64-apple-darwin20.4.openocd-4d87f6dca.240127.tar.gz",
353-
"checksum": "SHA-256:548c6f6c84bde688b54b5014f99e15490d2afc50c4f3e777015583f12efab5de",
354-
"size": "3083386"
351+
"url": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/openocd.macosarm.tar.gz",
352+
"archiveFileName": "openocd.macosarm.tar.gz",
353+
"checksum": "SHA-256:585128f38286c0026f0c3d3d14aab098282ef0958882226907fefb1824ddd350",
354+
"size": "1877283"
355355
},
356356
{
357357
"host": "aarch64-linux-gnu",

0 commit comments

Comments
 (0)
0