Skip to content

Commit 48d764a

Browse files
facchinmcmaglie
authored andcommitted
Update openocd to 0.9.0-arduino5-static
1 parent 97a9445 commit 48d764a

File tree

2 files changed

+44
-3
lines changed

2 files changed

+44
-3
lines changed

extras/package_index.json.PR.template

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
{
3838
"packager": "arduino",
3939
"name": "openocd",
40-
"version": "0.9.0-arduino"
40+
"version": "0.9.0-arduino5-static"
4141
},
4242
{
4343
"packager": "arduino",
@@ -53,6 +53,47 @@
5353
}
5454
],
5555
"tools": [
56+
{
57+
"name": "openocd",
58+
"version": "0.9.0-arduino5-static",
59+
"systems": [
60+
{
61+
"host": "arm-linux-gnueabihf",
62+
"url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino5-static-arm-linux-gnueabihf.tar.bz2",
63+
"archiveFileName": "openocd-0.9.0-arduino5-static-arm-linux-gnueabihf.tar.bz2",
64+
"checksum": "SHA-256:cef48c1448664612dd25168f0a56962aec4ce2f1d7c06dafd86a1b606dc8ae20",
65+
"size": "1319000"
66+
},
67+
{
68+
"host": "i686-mingw32",
69+
"url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino5-static-i686-w64-mingw32.zip",
70+
"archiveFileName": "openocd-0.9.0-arduino5-static-i686-w64-mingw32.zip",
71+
"checksum": "SHA-256:54c70a0bfa1b0a3a592d6ee9ab532f9715e1dede2e7d46a3232abd72de274c5a",
72+
"size": "1641209"
73+
},
74+
{
75+
"host": "x86_64-apple-darwin",
76+
"url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino5-static-x86_64-apple-darwin15.6.0.tar.bz2",
77+
"archiveFileName": "openocd-0.9.0-arduino5-static-x86_64-apple-darwin15.6.0.tar.bz22",
78+
"checksum": "SHA-256:14be5c5400e1a32c3d6a15f9c8d2f438634974ab263ff437b91b527e5b5d53a4",
79+
"size": "1235752"
80+
},
81+
{
82+
"host": "x86_64-pc-linux-gnu",
83+
"url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino5-static-x86_64-linux-gnu.tar.bz2",
84+
"archiveFileName": "openocd-0.9.0-arduino5-static-x86_64-linux-gnu.tar.bz2",
85+
"checksum": "SHA-256:8e378bdcd71c93a39818c16b49b91128c8028e3d9675551ba7eff39462391ba2",
86+
"size": "1393855"
87+
},
88+
{
89+
"host": "i686-pc-linux-gnu",
90+
"url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino5-static-i686-linux-gnu.tar.bz2",
91+
"archiveFileName": "openocd-0.9.0-arduino5-static-i686-linux-gnu.tar.bz2",
92+
"checksum": "SHA-256:8e0787f54e204fe6e9071b2b7edf8a5e695492696f1182d447647fe5c0bd55bd",
93+
"size": "1341739"
94+
}
95+
]
96+
}
5697
]
5798
}
5899
]

platform.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ tools.bossac_remote.upload.pattern=/usr/bin/run-bossac {upload.verbose} --port=t
145145
# OpenOCD sketch upload
146146
#
147147

148-
tools.openocd.path={runtime.tools.openocd-0.9.0-arduino.path}
148+
tools.openocd.path={runtime.tools.openocd-0.9.0-arduino5-static.path}
149149
tools.openocd.cmd=bin/openocd
150150
tools.openocd.cmd.windows=bin/openocd.exe
151151

@@ -171,7 +171,7 @@ tools.openocd.bootloader.pattern="{path}/{cmd}" {bootloader.verbose} -s "{path}/
171171
# FIXME: this programmer is a workaround for default options being overwritten by uploadUsingPreferences
172172
#
173173

174-
tools.openocd-withbootsize.path={runtime.tools.openocd-0.9.0-arduino.path}
174+
tools.openocd-withbootsize.path={runtime.tools.openocd-0.9.0-arduino5-static.path}
175175
tools.openocd-withbootsize.cmd=bin/openocd
176176
tools.openocd-withbootsize.cmd.windows=bin/openocd.exe
177177

0 commit comments

Comments
 (0)