Skip to content

Commit a6f6879

Browse files
facchinmpennam
authored andcommitted
Add giga to template json
1 parent 617a562 commit a6f6879

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

extras/package_index.json.NewTag.template

+40
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,46 @@
360360
"name": "imgtool"
361361
}
362362
]
363+
},
364+
{
365+
"name": "Arduino Mbed OS Giga Boards",
366+
"architecture": "mbed_giga",
367+
"version": "%%VERSION%%",
368+
"category": "Arduino",
369+
"url": "http://downloads.arduino.cc/cores/staging/%%GIGA_FILENAME%%",
370+
"archiveFileName": "%%GIGA_FILENAME%%",
371+
"checksum": "SHA-256:%%GIGA_CHECKSUM%%",
372+
"size": "%%GIGA_SIZE%%",
373+
"help": {
374+
"online": "https://github.com/arduino/ArduinoCore-mbed/issues"
375+
},
376+
"boards": [
377+
{
378+
"name": "Arduino Giga"
379+
}
380+
],
381+
"toolsDependencies": [
382+
{
383+
"packager": "arduino",
384+
"name": "openocd",
385+
"version": "0.11.0-arduino2"
386+
},
387+
{
388+
"packager": "arduino",
389+
"name": "arm-none-eabi-gcc",
390+
"version": "7-2017q4"
391+
},
392+
{
393+
"packager": "arduino",
394+
"version": "0.10.0-arduino1",
395+
"name": "dfu-util"
396+
},
397+
{
398+
"packager": "arduino",
399+
"version": "1.8.0-arduino.2",
400+
"name": "imgtool"
401+
}
402+
]
363403
}
364404
],
365405
"tools": []

0 commit comments

Comments
 (0)