Commit 5089f60b authored by Sandeep Mistry's avatar Sandeep Mistry

Version 0.1.0

Change provider name, use custom openocd build, remove 0.0.0 version
parent 8fc2a942
{ {
"packages": [ "packages": [
{ {
"name": "nRF5", "name": "sandeepmistry",
"maintainer": "Sandeep Mistry", "maintainer": "Sandeep Mistry",
"websiteURL": "https://github.com/sandeepmistry/arduino-nRF5", "websiteURL": "https://github.com/sandeepmistry/arduino-nRF5",
"email": "sandeep.mistry@gmail.com", "email": "sandeep.mistry@gmail.com",
...@@ -12,28 +12,29 @@ ...@@ -12,28 +12,29 @@
{ {
"name": "Nordic Semiconductor nRF5 Boards", "name": "Nordic Semiconductor nRF5 Boards",
"architecture": "nRF5", "architecture": "nRF5",
"version": "0.0.0", "version": "0.1.0",
"category": "Contributed", "category": "Contributed",
"help": { "help": {
"online": "https://github.com/sandeepmistry/arduino-nRF5/issues" "online": "https://github.com/sandeepmistry/arduino-nRF5/issues"
}, },
"url": "https://github.com/sandeepmistry/arduino-nRF5/archive/0.0.0.zip", "url": "https://github.com/sandeepmistry/arduino-nRF5/archive/0.1.0.tar.gz",
"archiveFileName": "arduino-nRF52-0.0.0.zip", "archiveFileName": "arduino-nRF52-0.1.0.tar.gz",
"checksum": "MD5:d423b0061b04f986812c8e2a2abb1e6e", "checksum": "MD5:1825f6420104225f5fee11b467923b7d",
"size": "512745", "size": "591297",
"boards": [ "boards": [
{"name": "nRF52 DK"} {"name": "nRF52 DK"},
{"name": "Bluz DK"}
], ],
"toolsDependencies": [ "toolsDependencies": [
{ {
"packager": "nRF5", "packager": "sandeepmistry",
"name": "gcc-arm-none-eabi", "name": "gcc-arm-none-eabi",
"version": "5_2-2015q4" "version": "5_2-2015q4"
}, },
{ {
"packager": "nRF5", "packager": "sandeepmistry",
"name": "openocd", "name": "openocd",
"version": "0.10.0-201601101000-dev" "version": "0.10.0-dev.nrf5"
} }
] ]
} }
...@@ -68,28 +69,28 @@ ...@@ -68,28 +69,28 @@
}, },
{ {
"name": "openocd", "name": "openocd",
"version": "0.10.0-201601101000-dev", "version": "0.10.0-dev.nrf5",
"systems": [ "systems": [
{ {
"host": "i386-apple-darwin11", "host": "i386-apple-darwin11",
"url": "https://github.com/sandeepmistry/arduino-nRF5/releases/download/tools/gnuarmeclipse-openocd-osx-0.10.0-201601101000-dev.tgz", "url": "https://github.com/sandeepmistry/arduino-nRF5/releases/download/tools/openocd-osx-0.10.0-dev-nrf5.tar.gz",
"archiveFileName": "gnuarmeclipse-openocd-osx-0.10.0-201601101000-dev.tar.gz", "archiveFileName": "openocd-osx-0.10.0-dev-nrf5.tar.gz",
"size": "2413310", "size": "1345243",
"checksum": "MD5:f49db2a1cc4ab543ae756a84655ce34c" "checksum": "MD5:3ffaa4e7cd4b96770eec65002c5959e3"
}, },
{ {
"host": "i686-linux-gnu", "host": "i686-linux-gnu",
"url": "https://github.com/sandeepmistry/arduino-nRF5/releases/download/tools/gnuarmeclipse-openocd-debian32-0.10.0-201601101000-dev.tgz", "url": "https://github.com/sandeepmistry/arduino-nRF5/releases/download/tools/openocd-linux32-0.10.0-dev-nrf5.tar.gz",
"archiveFileName": "gnuarmeclipse-openocd-debian32-0.10.0-201601101000-dev.tar.gz", "archiveFileName": "openocd-linux32-0.10.0-dev-nrf5.tar.gz",
"size": "2517597", "size": "3585042",
"checksum": "MD5:4ca0dd6d9c9ad24af2aa4eddec7717e1" "checksum": "MD5:02b3f4a3004cae86631bf13837c84504"
}, },
{ {
"host": "i686-mingw32", "host": "i686-mingw32",
"url": "https://github.com/sandeepmistry/arduino-nRF5/releases/download/tools/gnuarmeclipse-openocd-win32-0.10.0-201601101000-dev.tgz", "url": "https://github.com/sandeepmistry/arduino-nRF5/releases/download/tools/openocd-win32-0.10.0-dev-nrf5.tar.gz",
"archiveFileName": "gnuarmeclipse-openocd-win32-0.10.0-201601101000-dev.tar.gz", "archiveFileName": "openocd-win32-0.10.0-dev-nrf5.tar.gz",
"size": "2552427", "size": "5498373",
"checksum": "MD5:8153c29c50429441f87a1425de05f53e" "checksum": "MD5:3acd3b08afda2bb09e75a0de5ac7c3cd"
} }
] ]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment