8000 Update OpenOCD for Winx32 to be x64 compatible (#485) · randomllama/arduino-pico@d689165 · GitHub
[go: up one dir, main page]

Skip to content

Commit d689165

Browse files
Update OpenOCD for Winx32 to be x64 compatible (earlephilhower#485)
1 parent f2fd654 commit d689165

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework-arduinopico",
3-
"version": "1.11110.0",
3+
"version": "1.11200.0",
44
"description": "Arduino Wiring-based Framework (RPi Pico RP2040)",
55
"keywords": [
66
"framework",

package/package_pico_index.template.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@
149149
},
150150
{
151151
"host": "i686-mingw32",
152-
"url": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/1.3.3-a/i686-w64-mingw32.openocd-e3428fadb.220212.zip",
153-
"archiveFileName": "i686-w64-mingw32.openocd-e3428fadb.220212.zip",
154-
"checksum": "SHA-256:aa6e242e6a2855ed7550ce2025dddd4c13683f2c5f68efb935c9157b3054c881",
155-
"size": "2276391"
152+
"url": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/1.3.3-a/x86_64-w64-mingw32.openocd-e3428fadb.220212.zip",
153+
"archiveFileName": "x86_64-w64-mingw32.openocd-e3428fadb.220212.zip",
154+
"checksum": "SHA-256:0643903fcd887a8423cb4ba5329565b499c206921f77ad2e59ae32c472a26dd7",
155+
"size": "2156820"
156156
},
157157
{
158158
"host": "x86_64-apple-darwin",
@@ -462,4 +462,4 @@
462462
]
463463
}
464464
]
465-
}
465+
}

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
2121

2222
name=Raspberry Pi RP2040 Boards
23-
version=1.11.0
23+
version=1.12.0
2424

2525
runtime.tools.pqt-gcc.path={runtime.platform.path}/system/arm-none-eabi
2626
runtime.tools.pqt-python3.path={runtime.platform.path}/system/python3

0 commit comments

Comments
 (0)
0