Skip to content

Commit ea78716

Browse files
authored
Merge pull request #22 from tekka007/master
Update defs
2 parents 6e09c7a + b95001c commit ea78716

3 files changed

+85
-0
lines changed

boards/mysensors-avr-1.0.4.tar.bz2

49.8 KB
Binary file not shown.

boards/mysensors-samd-1.0.7.tar.bz2

176 KB
Binary file not shown.

package_mysensors.org_index.json

+85
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,91 @@
454454
"version": "1.2.1"
455455
}
456456
]
457+
},
458+
{
459+
"name": "MySensors AVR Boards",
460+
"architecture": "avr",
461+
"version": "1.0.4",
462+
"category": "Contributed",
463+
"url": "https://github.com/mysensors/ArduinoBoards/raw/master/boards/mysensors-avr-1.0.4.tar.bz2",
464+
"archiveFileName": "mysensors-avr-1.0.4.tar.bz2",
465+
"checksum": "SHA-256:c9ae14760dd2b77e79e69f992588c6e09821d2db0002498d0fe543df3eb3d2ba",
466+
"size": "51019",
467+
"help": {
468+
"online": "https://forum.mysensors.org"
469+
},
470+
"boards": [
471+
{
472+
"name": "Sensebender Micro"
473+
}
474+
],
475+
"toolsDependencies": [
476+
{
477+
"packager": "arduino",
478+
"name": "avr-gcc",
479+
"version": "5.4.0-atmel3.6.1-arduino2"
480+
},
481+
{
482+
"packager": "arduino",
483+
"name": "avrdude",
484+
"version": "6.3.0-arduino14"
485+
},
486+
{
487+
"packager": "arduino",
488+
"name": "arduinoOTA",
489+
"version": "1.2.1"
490+
}
491+
]
492+
},
493+
{
494+
"name": "MySensors SAMD Boards",
495+
"architecture": "samd",
496+
"version": "1.0.7",
497+
"category": "Contributed",
498+
"url": "https://github.com/mysensors/ArduinoBoards/raw/master/boards/mysensors-samd-1.0.7.tar.bz2",
499+
"archiveFileName": "mysensors-samd-1.0.7.tar.bz2",
500+
"checksum": "SHA-256:f9c785e7a64d146f60cfaf89f0d91290f07c96641be1122f7db1de3f9ca26206",
501+
"size": "179712",
502+
"help": {
503+
"online": "https://forum.mysensors.org"
504+
},
505+
"boards": [
506+
{
507+
"name": "Sensebender GW"
508+
}
509+
],
510+
"toolsDependencies": [
511+
{
512+
"packager": "arduino",
513+
"name": "arm-none-eabi-gcc",
514+
"version": "7-2017q4"
515+
},
516+
{
517+
"packager": "arduino",
518+
"name": "bossac",
519+
"version": "1.7.0-arduino3"
520+
},
521+
{
522+
"packager": "arduino",
523+
"name": "openocd",
524+
"version": "0.10.0-arduino7"
525+
},
526+
{
527+
"packager": "arduino",
528+
"name": "CMSIS",
529+
"version": "4.5.0"
530+
},
531+
{
532+
"packager": "arduino",
533+
"name": "CMSIS-Atmel",
534+
"version": "1.2.0"
535+
},
536+
{
537+
"packager": "arduino",
538+
"name": "arduinoOTA",
539+
"version": "1.2.1"
540+
}
541+
]
457542
}
458543
],
459544
"tools": [],

0 commit comments

Comments
 (0)