Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-pico
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-pico
Commits
d689165a
Unverified
Commit
d689165a
authored
Feb 13, 2022
by
Earle F. Philhower, III
Committed by
GitHub
Feb 13, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update OpenOCD for Winx32 to be x64 compatible (#485)
parent
f2fd654b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
package.json
package.json
+1
-1
package/package_pico_index.template.json
package/package_pico_index.template.json
+5
-5
platform.txt
platform.txt
+1
-1
No files found.
package.json
View file @
d689165a
{
"name"
:
"framework-arduinopico"
,
"version"
:
"1.11
11
0.0"
,
"version"
:
"1.11
20
0.0"
,
"description"
:
"Arduino Wiring-based Framework (RPi Pico RP2040)"
,
"keywords"
:
[
"framework"
,
...
...
package/package_pico_index.template.json
View file @
d689165a
...
...
@@ -149,10 +149,10 @@
},
{
"host"
:
"i686-mingw32"
,
"url"
:
"https://github.com/earlephilhower/pico-quick-toolchain/releases/download/1.3.3-a/
i686
-w64-mingw32.openocd-e3428fadb.220212.zip"
,
"archiveFileName"
:
"
i686
-w64-mingw32.openocd-e3428fadb.220212.zip"
,
"checksum"
:
"SHA-256:
aa6e242e6a2855ed7550ce2025dddd4c13683f2c5f68efb935c9157b3054c881
"
,
"size"
:
"2
276391
"
"url"
:
"https://github.com/earlephilhower/pico-quick-toolchain/releases/download/1.3.3-a/
x86_64
-w64-mingw32.openocd-e3428fadb.220212.zip"
,
"archiveFileName"
:
"
x86_64
-w64-mingw32.openocd-e3428fadb.220212.zip"
,
"checksum"
:
"SHA-256:
0643903fcd887a8423cb4ba5329565b499c206921f77ad2e59ae32c472a26dd7
"
,
"size"
:
"2
156820
"
},
{
"host"
:
"x86_64-apple-darwin"
,
...
...
@@ -462,4 +462,4 @@
]
}
]
}
\ No newline at end of file
}
platform.txt
View file @
d689165a
...
...
@@ -20,7 +20,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
name=Raspberry Pi RP2040 Boards
version=1.1
1
.0
version=1.1
2
.0
runtime.tools.pqt-gcc.path={runtime.platform.path}/system/arm-none-eabi
runtime.tools.pqt-python3.path={runtime.platform.path}/system/python3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment