8000 Fix Windows GDB startup with new toolchain binary (#1726) · abdukir/arduino-pico@9178ed5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9178ed5

Browse files
Fix Windows GDB startup with new toolchain binary (earlephilhower#1726)
See earlephilhower/pico-quick-toolchain#30 Fixes earlephilhower#1711
1 parent 60e93f3 commit 9178ed5

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
@@ -458,10 +458,10 @@
458458
},
459459
{
460460
"host": "i686-mingw32",
461-
"url": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.1.0-a/i686-w64-mingw32.arm-none-eabi-d3d2e6b.230911.zip",
462-
"archiveFileName": "i686-w64-mingw32.arm-none-eabi-d3d2e6b.230911.zip",
463-
"checksum": "SHA-256:55bb7b2f24af7e13c45aff4b490450c8aa188ece2601c23d7250aea989612363",
464-
"size": "95033661"
461+
"url": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.1.0-a/i686-w64-mingw32.arm-none-eabi-d3d2e6b.230911-v2.zip",
462+
"archiveFileName": "i686-w64-mingw32.arm-none-eabi-d3d2e6b.230911-v2.zip",
463+
"checksum": "SHA-256:cbda04d0327c963504c1c71bfbfd2f6fb27ca964e2004704108939a7716cb7a4",
464+
"size": "99150816"
465465
},
466466
{
467467
"host": "x86_64-apple-darwin",
@@ -479,10 +479,10 @@
479479
},
480480
{
481481
"host": "x86_64-mingw32",
482-
"url": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.1.0-a/x86_64-w64-mingw32.arm-none-eabi-d3d2e6b.230911.zip",
483-
"archiveFileName": "x86_64-w64-mingw32.arm-none-eabi-d3d2e6b.230911.zip",
484-
"checksum": "SHA-256:1e0753f80f7db59cfba18656981d48567aa99fa2126a0b7d2f915c8637219a4d",
485-
"size": "98109632"
482+
"url": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.1.0-a/x86_64-w64-mingw32.arm-none-eabi-d3d2e6b.230911-v2.zip",
483+
"archiveFileName": "x86_64-w64-mingw32.arm-none-eabi-d3d2e6b.230911-v2.zip",
484+
"checksum": "SHA-256:97dda385e4c20a228bfe59b8d61ebb23f2f419e9ebd4d04fb57980a6a1e6edd2",
485+
"size": "102620481"
486486
}
487487
]
488488
},

0 commit comments

Comments
 (0)
0