Last active
September 20, 2017 20:18
-
-
Save odurc/50d3969584335f90cf63f0c009a35afa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"packages": [ | |
{ | |
"name": "arduino", | |
"maintainer": "MOD Devices", | |
"websiteURL": "http://www.arduino.cc/", | |
"email": "[email protected]", | |
"help": { | |
"online": "http://www.arduino.cc/en/Reference/HomePage" | |
}, | |
"platforms": [ | |
{ | |
"name": "Arduino SAM Boards (32-bits ARM Cortex-M3) fixed", | |
"architecture": "sam", | |
"version": "1.6.11", | |
"category": "Contributed", | |
"url": "http://web1.moddevices.com/shared/tmp/sam-1.6.11.tar.bz2", | |
"archiveFileName": "sam-1.6.11.tar.bz2", | |
"checksum": "SHA-256:c9e23bce80880b52a6c37f7452f479843ad52af7ff450b5ff63e9692e296e999", | |
"size": "4043", | |
"boards": [ | |
{"name": "Arduino Due fixed"} | |
], | |
"toolsDependencies": [ | |
{ | |
"packager": "arduino", | |
"name": "arm-none-eabi-gcc", | |
"version": "4.8.3-2014q1" | |
}, | |
{ | |
"packager": "arduino", | |
"name": "bossac", | |
"version": "1.6.1-arduino" | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment