Skip to content

Commit b853393

Browse files
committed
Add opta to json template
1 parent f8be6eb commit b853393

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

extras/package_index.json.NewTag.template

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,46 @@
317317
"name": "rp2040tools"
318318
}
319319
]
320+
},
321+
{
322+
"name": "Arduino Mbed OS Opta Boards",
323+
"architecture": "mbed_opta",
324+
"version": "%%VERSION%%",
325+
"category": "Arduino",
326+
"url": "http://downloads.arduino.cc/cores/staging/%%OPTA_FILENAME%%",
327+
"archiveFileName": "%%OPTA_FILENAME%%",
328+
"checksum": "SHA-256:%%OPTA_CHECKSUM%%",
329+
"size": "%%OPTA_SIZE%%",
330+
"help": {
331+
"online": "https://github.com/arduino/ArduinoCore-mbed/issues"
332+
},
333+
"boards": [
334+
{
335+
"name": "Arduino Finder Opta"
336+
}
337+
],
338+
"toolsDependencies": [
339+
{
340+
"packager": "arduino",
341+
"name": "openocd",
342+
"version": "0.11.0-arduino2"
343+
},
344+
{
345+
"packager": "arduino",
346+
"name": "arm-none-eabi-gcc",
347+
"version": "7-2017q4"
348+
},
349+
{
350+
"packager": "arduino",
351+
"version": "0.10.0-arduino1",
352+
"name": "dfu-util"
353+
},
354+
{
355+
"packager": "arduino",
356+
"version": "1.8.0-arduino.2",
357+
"name": "imgtool"
358+
}
359+
]
320360
}
321361
],
322362
"tools": []

0 commit comments

Comments
 (0)