Skip to content

Commit 5089f60

Browse files
committed
Version 0.1.0
Change provider name, use custom openocd build, remove 0.0.0 version
1 parent 8fc2a94 commit 5089f60

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

package_nRF5_boards_index.json

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages": [
33
{
4-
"name": "nRF5",
4+
"name": "sandeepmistry",
55
"maintainer": "Sandeep Mistry",
66
"websiteURL": "https://github.com/sandeepmistry/arduino-nRF5",
77
"email": "[email protected]",
@@ -12,28 +12,29 @@
1212
{
1313
"name": "Nordic Semiconductor nRF5 Boards",
1414
"architecture": "nRF5",
15-
"version": "0.0.0",
15+
"version": "0.1.0",
1616
"category": "Contributed",
1717
"help": {
1818
"online": "https://github.com/sandeepmistry/arduino-nRF5/issues"
1919
},
20-
"url": "https://github.com/sandeepmistry/arduino-nRF5/archive/0.0.0.zip",
21-
"archiveFileName": "arduino-nRF52-0.0.0.zip",
22-
"checksum": "MD5:d423b0061b04f986812c8e2a2abb1e6e",
23-
"size": "512745",
20+
"url": "https://github.com/sandeepmistry/arduino-nRF5/archive/0.1.0.tar.gz",
21+
"archiveFileName": "arduino-nRF52-0.1.0.tar.gz",
22+
"checksum": "MD5:1825f6420104225f5fee11b467923b7d",
23+
"size": "591297",
2424
"boards": [
25-
{"name": "nRF52 DK"}
25+
{"name": "nRF52 DK"},
26+
{"name": "Bluz DK"}
2627
],
2728
"toolsDependencies": [
2829
{
29-
"packager": "nRF5",
30+
"packager": "sandeepmistry",
3031
"name": "gcc-arm-none-eabi",
3132
"version": "5_2-2015q4"
3233
},
3334
{
34-
"packager": "nRF5",
35+
"packager": "sandeepmistry",
3536
"name": "openocd",
36-
"version": "0.10.0-201601101000-dev"
37+
"version": "0.10.0-dev.nrf5"
3738
}
3839
]
3940
}
@@ -68,28 +69,28 @@
6869
},
6970
{
7071
"name": "openocd",
71-
"version": "0.10.0-201601101000-dev",
72+
"version": "0.10.0-dev.nrf5",
7273
"systems": [
7374
{
7475
"host": "i386-apple-darwin11",
75-
"url": "https://github.com/sandeepmistry/arduino-nRF5/releases/download/tools/gnuarmeclipse-openocd-osx-0.10.0-201601101000-dev.tgz",
76-
"archiveFileName": "gnuarmeclipse-openocd-osx-0.10.0-201601101000-dev.tar.gz",
77-
"size": "2413310",
78-
"checksum": "MD5:f49db2a1cc4ab543ae756a84655ce34c"
76+
"url": "https://github.com/sandeepmistry/arduino-nRF5/releases/download/tools/openocd-osx-0.10.0-dev-nrf5.tar.gz",
77+
"archiveFileName": "openocd-osx-0.10.0-dev-nrf5.tar.gz",
78+
"size": "1345243",
79+
"checksum": "MD5:3ffaa4e7cd4b96770eec65002c5959e3"
7980
},
8081
{
8182
"host": "i686-linux-gnu",
82-
"url": "https://github.com/sandeepmistry/arduino-nRF5/releases/download/tools/gnuarmeclipse-openocd-debian32-0.10.0-201601101000-dev.tgz",
83-
"archiveFileName": "gnuarmeclipse-openocd-debian32-0.10.0-201601101000-dev.tar.gz",
84-
"size": "2517597",
85-
"checksum": "MD5:4ca0dd6d9c9ad24af2aa4eddec7717e1"
83+
"url": "https://github.com/sandeepmistry/arduino-nRF5/releases/download/tools/openocd-linux32-0.10.0-dev-nrf5.tar.gz",
84+
"archiveFileName": "openocd-linux32-0.10.0-dev-nrf5.tar.gz",
85+
"size": "3585042",
86+
"checksum": "MD5:02b3f4a3004cae86631bf13837c84504"
8687
},
8788
{
8889
"host": "i686-mingw32",
89-
"url": "https://github.com/sandeepmistry/arduino-nRF5/releases/download/tools/gnuarmeclipse-openocd-win32-0.10.0-201601101000-dev.tgz",
90-
"archiveFileName": "gnuarmeclipse-openocd-win32-0.10.0-201601101000-dev.tar.gz",
91-
"size": "2552427",
92-
"checksum": "MD5:8153c29c50429441f87a1425de05f53e"
90+
"url": "https://github.com/sandeepmistry/arduino-nRF5/releases/download/tools/openocd-win32-0.10.0-dev-nrf5.tar.gz",
91+
"archiveFileName": "openocd-win32-0.10.0-dev-nrf5.tar.gz",
92+
"size": "5498373",
93+
"checksum": "MD5:3acd3b08afda2bb09e75a0de5ac7c3cd"
9394
}
9495
]
9596
}

0 commit comments

Comments
 (0)