Skip to content

Instantly share code, notes, and snippets.

@marsmensch
Last active July 12, 2019 11:07
Show Gist options
  • Save marsmensch/d9c263f5fc345e939132d50eb2e15ccd to your computer and use it in GitHub Desktop.
Save marsmensch/d9c263f5fc345e939132d50eb2e15ccd to your computer and use it in GitHub Desktop.
RFDuino Arduino IDE config
{
"packages":[
{
"name":"RFduino",
"maintainer":"RFduino",
"websiteURL":"http://www.rfduino.com",
"email":"support@rfduino.com",
"help":{
"online":"http://forum.rfduino.com"
},
"platforms":[
{
"name": "RFduino Boards",
"architecture": "RFduino",
"version": "2.3.3",
"category": "Arduino",
"url": "https://github.com/marsmensch/RFduino/archive/v2.3.3.tar.gz",
"archiveFileName": "RFduino-2.3.3.tar.gz",
"checksum": "SHA-256:522307bd3ad71953698ccb53ce26a096821213739dba44bf8187d27c7bac5fd2",
"size": "34267215",
"help":{
"online":"http://forum.rfduino.com"
},
"boards": [
{
"name": "RFduino"
}
],
"toolsDependencies": [
{
"packager": "RFduino",
"name": "arm-none-eabi-gcc",
"version": "4.8.3-2014q1"
},
{
"packager": "RFduino",
"name": "RFDLoader",
"version": "1.5.1"
}
]
}
],
"tools":[
{
"name":"arm-none-eabi-gcc",
"version":"4.8.3-2014q1",
"systems":[
{
"host":"x86_64-apple-darwin",
"url":"http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-mac.tar.gz",
"archiveFileName":"gcc-arm-none-eabi-4.8.3-2014q1-mac.tar.gz",
"checksum":"SHA-256:3598acf21600f17a8e4a4e8e193dc422b894dc09384759b270b2ece5facb59c2",
"size":"52518522"
}
]
},
{
"name":"RFDLoader",
"version":"1.5.1",
"systems":[
{
"host":"x86_64-apple-darwin",
"archiveFileName":"RFDLoader_osx",
"url":"https://github.com/marsmensch/RFduino/raw/master/RFDLoader_osx",
"checksum":"SHA-256:d79600aed70dc73eb605390a4602bd6bb37ad3d9e2ab2a37dd236c45ffc80d06",
"size":"28092"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment