Skip to content

Commit 951beaa

Browse files
committed
Add 'MySensors nRF5 Boards'
1 parent dd457bb commit 951beaa

File tree

3 files changed

+73
-1
lines changed

3 files changed

+73
-1
lines changed

boards/mysensors-nrf5-0.1.0.tar.bz2

27.9 KB
Binary file not shown.

bpt.ini

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,42 @@ index_template =
104104
}}
105105
]
106106
}}
107+
108+
[MySensors nRF5 Boards]
109+
index_parent = MySensors
110+
repo = https://github.com/mysensors/ArduinoHwNRF5.git
111+
archive_prefix = mysensors-nrf5
112+
index_template =
113+
{{
114+
"name":"MySensors nRF5 Boards",
115+
"architecture":"nRF5",
116+
"version":"{version}",
117+
"category":"Contributed",
118+
"url":"https://github.com/mysensors/ArduinoBoards/raw/master/boards/{filename}",
119+
"archiveFileName":"{filename}",
120+
"checksum":"SHA-256:{sha256}",
121+
"size":"{size}",
122+
"help":{{
123+
"online":"https://forums.mysensors.org"
124+
}},
125+
"boards":[
126+
{{
127+
"name":"MyNRF5Board nRF52832"
128+
}},
129+
{{
130+
"name":"MyNRF5Board nRF51822"
131+
}}
132+
],
133+
"toolsDependencies": [
134+
{{
135+
"packager": "sandeepmistry",
136+
"name": "gcc-arm-none-eabi",
137+
"version": "5_2-2015q4"
138+
}},
139+
{{
140+
"packager": "sandeepmistry",
141+
"name": "openocd",
142+
"version": "0.10.0-dev.nrf5"
143+
}}
144+
]
145+
}}

package_mysensors.org_index.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,44 @@
284284
}
285285
],
286286
"size": "615398"
287+
},
288+
{
289+
"category": "Contributed",
290+
"name": "MySensors nRF5 Boards",
291+
"url": "https://github.com/mysensors/ArduinoBoards/raw/master/boards/mysensors-nrf5-0.1.0.tar.bz2",
292+
"checksum": "SHA-256:4128fd0726b4ade46800b699facb51041b7474829be6dd552ecbda5d90ffa059",
293+
"help": {
294+
"online": "https://forums.mysensors.org"
295+
},
296+
"version": "0.1.0",
297+
"architecture": "nRF5",
298+
"archiveFileName": "mysensors-nrf5-0.1.0.tar.bz2",
299+
"boards": [
300+
{
301+
"name": "MyNRF5Board nRF51822"
302+
},
303+
{
304+
"name": "MyNRF5Board nRF51822"
305+
}
306+
],
307+
"toolsDependencies": [
308+
{
309+
"packager": "sandeepmistry",
310+
"version": "5_2-2015q4",
311+
"name": "gcc-arm-none-eabi"
312+
},
313+
{
314+
"packager": "sandeepmistry",
315+
"version": "0.10.0-dev.nrf5",
316+
"name": "openocd"
317+
}
318+
],
319+
"size": "28506"
287320
}
288321
],
289322
"tools": [],
290323
"email": "[email protected]",
291324
"name": "MySensors"
292325
}
293326
]
294-
}
327+
}

0 commit comments

Comments
 (0)