File tree Expand file tree Collapse file tree 3 files changed +73
-1
lines changed Expand file tree Collapse file tree 3 files changed +73
-1
lines changed Original file line number Diff line number Diff line change @@ -104,3 +104,42 @@ index_template =
104
104
}}
105
105
]
106
106
}}
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
+ }}
Original file line number Diff line number Diff line change 284
284
}
285
285
],
286
286
"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"
287
320
}
288
321
],
289
322
"tools" : [],
290
323
291
324
"name" : " MySensors"
292
325
}
293
326
]
294
- }
327
+ }
You can’t perform that action at this time.
0 commit comments