Skip to content

Commit

Permalink
prepare for v26 release
Browse files Browse the repository at this point in the history
  • Loading branch information
boseji committed Jun 2, 2020
1 parent 24645b3 commit 3b361d1
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
package_avdweb_nl_pre_release_index.json
*.bz2
package_avdweb_nl_pre_release_index.json
Binary file not shown.
63 changes: 57 additions & 6 deletions package_avdweb_nl_index.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"packages": [
{
"name": "SAM15x15",
"name": "avdweb.nl boards",
"maintainer": "avdweb.nl",
"websiteURL": "http://www.avdweb.nl/arduino/samd21/sam-15x15.html",
"email": "[email protected]",
"help": {"online": "http://www.avdweb.nl/arduino/samd21/sam-15x15.html"},
"help": {
"online": "http://www.avdweb.nl/arduino/samd21/sam-15x15.html"
},
"platforms": [
{
"name": "SAM15x15",
"name": "avdweb.nl SAM15X15 SAMD Boards",
"architecture": "samd",
"version": "25.12.17",
"category": "Contributed",
Expand All @@ -17,15 +19,64 @@
},
"url": "https://raw.githubusercontent.com/avandalen/SAM15x15/master/SAM15x15.tar.bz2",
"archiveFileName": "SAM15x15.tar.bz2",
"checksum": "SHA-256:daa542fed156f1036881d8987111552e4678b5abde3020a0d4ffa4e206236927",
"checksum": "SHA-256:daa542fed156f1036881d8987111552e4678b5abde3020a0d4ffa4e206236927",
"size": "856810",
"boards": [
{"name": "SAM15x15"}
{
"name": "SAM15x15"
}
],
"toolsDependencies": []
},
{
"name": "avdweb.nl SAM15X15 SAMD Boards",
"architecture": "samd",
"version": "26-Core-v1.8.6",
"category": "Contributed",
"url": "https://raw.githubusercontent.com/avandalen/SAM15x15/master/avdweb_nl_SAM15X15_SAMD_Boards_26-Core-v1.8.6.tar.bz2",
"archiveFileName": "avdweb_nl_SAM15X15_SAMD_Boards_26-Core-v1.8.6.tar.bz2",
"checksum": "SHA-256:283cc85c13c8b7cede87d94522d4365c8b13f4f57dd5c82e6fba1e9e56f94249",
"size": "2953209",
"boards": [
{
"name": "SAMD21"
}
],
"toolsDependencies": [
{
"packager": "arduino",
"name": "arm-none-eabi-gcc",
"version": "7-2017q4"
},
{
"packager": "arduino",
"name": "bossac",
"version": "1.7.0-arduino3"
},
{
"packager": "arduino",
"name": "openocd",
"version": "0.10.0-arduino7"
},
{
"packager": "arduino",
"name": "CMSIS",
"version": "4.5.0"
},
{
"packager": "arduino",
"name": "CMSIS-Atmel",
"version": "1.2.0"
},
{
"packager": "arduino",
"name": "arduinoOTA",
"version": "1.2.1"
}
]
}
],
"tools":[]
"tools": []
}
]
}

0 comments on commit 3b361d1

Please sign in to comment.