Add platforms index file
Adds Boards Manager install support.
This commit is contained in:
parent
fea441c7b3
commit
2fa57a7eea
1 changed files with 45 additions and 0 deletions
45
package_NicoHood_HID_index.json
Normal file
45
package_NicoHood_HID_index.json
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"packages": [
|
||||
{
|
||||
"name": "HID",
|
||||
"maintainer": "NicoHood",
|
||||
"websiteURL": "https://github.com/NicoHood/HID",
|
||||
"email": "",
|
||||
"help": {
|
||||
"online": ""
|
||||
},
|
||||
"platforms": [
|
||||
{
|
||||
"name": "HID Project",
|
||||
"architecture": "avr",
|
||||
"version": "2.2",
|
||||
"category": "HID",
|
||||
"help": {
|
||||
"online": ""
|
||||
},
|
||||
"url": "https://github.com/NicoHood/HID/releases/download/2.2/2.2-boards_manager.zip",
|
||||
"archiveFileName": "2.2-boards_manager.zip",
|
||||
"checksum": "SHA-256:9c86ee28a7ce9fe33e8b07ec643316131e0031b0d22e63bb398902a5fdadbca9",
|
||||
"size": "351303",
|
||||
"boards": [
|
||||
{"name": "Arduino Leonardo"},
|
||||
{"name": "Arduino Micro"}
|
||||
],
|
||||
"toolsDependencies": [
|
||||
{
|
||||
"packager": "arduino",
|
||||
"name": "avr-gcc",
|
||||
"version": "4.8.1-arduino5"
|
||||
},
|
||||
{
|
||||
"packager": "arduino",
|
||||
"name": "avrdude",
|
||||
"version": "6.0.1-arduino5"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"tools": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue