Last active
October 18, 2022 21:16
-
-
Save Alkarex/6b9a7f2e311805b6e238419e145b6c67 to your computer and use it in GitHub Desktop.
RFduino Board Manager
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":"RFduino", | |
"maintainer":"RFduino", | |
"websiteURL":"https://github.com/RFduino/RFduino", | |
"email":"[email protected]", | |
"help":{ | |
"online":"https://github.com/RFduino/RFduino" | |
}, | |
"platforms":[ | |
{ | |
"name": "RFduino Boards", | |
"architecture": "RFduino", | |
"version": "2.3.3", | |
"category": "Arduino", | |
"url": "https://github.com/RFduino/RFduino/archive/v2.3.3.tar.gz", | |
"archiveFileName": "RFduino_606.tar.gz", | |
"checksum": "SHA-256:522307bd3ad71953698ccb53ce26a096821213739dba44bf8187d27c7bac5fd2", | |
"size": "34267215", | |
"help":{ | |
"online":"https://github.com/RFduino/RFduino" | |
}, | |
"boards": [ | |
{ | |
"name": "RFduino" | |
} | |
], | |
"toolsDependencies": [ | |
{ | |
"packager": "RFduino", | |
"name": "arm-none-eabi-gcc", | |
"version": "4.8.3-2014q1" | |
} | |
] | |
} | |
], | |
"tools":[ | |
{ | |
"name":"arm-none-eabi-gcc", | |
"version":"4.8.3-2014q1", | |
"systems":[ | |
{ | |
"host":"i686-mingw32", | |
"archiveFileName":"gcc-arm-none-eabi-4.8.3-2014q1-windows.tar.gz", | |
"url":"http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-windows.tar.gz", | |
"checksum":"SHA-256:fd8c111c861144f932728e00abd3f7d1107e186eb9cd6083a54c7236ea78b7c2", | |
"size":"84537449" | |
}, | |
{ | |
"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" | |
}, | |
{ | |
"host":"x86_64-pc-linux-gnu", | |
"url":"http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-linux64.tar.gz", | |
"archiveFileName":"gcc-arm-none-eabi-4.8.3-2014q1-linux64.tar.gz", | |
"checksum":"SHA-256:d23f6626148396d6ec42a5b4d928955a703e0757829195fa71a939e5b86eecf6", | |
"size":"51395093" | |
}, | |
{ | |
"host":"i686-pc-linux-gnu", | |
"url":"http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-linux32.tar.gz", | |
"archiveFileName":"gcc-arm-none-eabi-4.8.3-2014q1-linux32.tar.gz", | |
"checksum":"SHA-256:ba1994235f69c526c564f65343f22ddbc9822b2ea8c5ee07dd79d89f6ace2498", | |
"size":"51029223" | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Thank you for doing this!
Works like a charm, thanks a lot!
Thank you for this. I had to drag this to my local httpd web service documents folder. Is there a way of referencing the raw file directly from an URL on here?
Sure @johnnyw66 , I am not at a computer right now, but see example in https://github.com/RFduino/RFduino/pull/30/files
@johnnyw66 See the Raw
button at the top right, e.g. https://gist.githubusercontent.com/Alkarex/6b9a7f2e311805b6e238419e145b6c67/raw/0fa858b8c60b9cdddcce2d5c501eca3f866ed62b/package_rfduino166_index.json for the current version.
Thanks a lot!
Awesome! Thanks!
Much appreciated!!
@eveyone Someone know a way that RFDuino connect directly to some ble device via its UUID ?
Thanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For adding RFduino boards in Arduino IDE https://github.com/RFduino/RFduino
The old file http://rfduino.com/package_rfduino166_index.json does not exist anymore, so it was recovered from https://web.archive.org/web/20180123130350/http://rfduino.com/package_rfduino166_index.json and manually edited to use GitHub releases instead of rfduino.com ones.