File tree 1 file changed +40
-0
lines changed
1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 360
360
"name": "imgtool"
361
361
}
362
362
]
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
+ ]
363
403
}
364
404
],
365
405
"tools": []
You can’t perform that action at this time.
0 commit comments