File tree Expand file tree Collapse file tree 4 files changed +36
-5
lines changed Expand file tree Collapse file tree 4 files changed +36
-5
lines changed Original file line number Diff line number Diff line change 631
631
"category" : " Contributed" ,
632
632
"url" : " https://github.com/sparkfun/Arduino_Boards/raw/master/IDE_Board_Manager/sparkfun-samd-1.5.1.tar.bz2" ,
633
633
"archiveFileName" : " sparkfun-samd-1.5.1.tar.bz2" ,
634
- "checksum" : " SHA-256:ACB0087FB2361C5D02AE5891607FBE6CEDE40012F47B969808EC51921A288A4F" ,
635
- "size" : " 328884" ,
634
+ "checksum" : " SHA-256:774052679A88EA43F5CEA2BAD88398E7310D4B879B8745613648D9F09BCB26DA" ,
635
+ "size" : " 323505" ,
636
+ "help" : {
637
+ "online" : " https://learn.sparkfun.com/tutorials/installing-arduino-ide/board-add-ons-with-arduino-board-manager"
638
+ },
639
+ "boards" : [
640
+ {
641
+ "name" : " SparkFun SAMD21 Mini Breakout"
642
+ },
643
+ {
644
+ "name" : " SparkFun SAMD21 Dev Breakout"
645
+ },
646
+ {
647
+ "name" : " SparkFun 9DoF Razor IMU M0"
648
+ },
649
+ {
650
+ "name" : " LilyPad LilyMini"
651
+ },
652
+ {
653
+ "name" : " Sparkfun SAMD21 Pro RF"
654
+ }
655
+ ],
656
+ "toolsDependencies" : [
657
+ ]
658
+ },
659
+ {
660
+ "name" : " SparkFun SAMD Boards (dependency: Arduino SAMD Boards 1.6.19)" ,
661
+ "architecture" : " samd" ,
662
+ "version" : " 1.5.2" ,
663
+ "category" : " Contributed" ,
664
+ "url" : " https://github.com/sparkfun/Arduino_Boards/raw/master/IDE_Board_Manager/sparkfun-samd-1.5.2.tar.bz2" ,
665
+ "archiveFileName" : " sparkfun-samd-1.5.2.tar.bz2" ,
666
+ "checksum" : " SHA-256:AB0F5486D0EFAE48E47716C7B01340F3E503D55CFD6872FFD3DBEB28E4095F2B" ,
667
+ "size" : " 328665" ,
636
668
"help" : {
637
669
"online" : " https://learn.sparkfun.com/tutorials/installing-arduino-ide/board-add-ons-with-arduino-board-manager"
638
670
},
655
687
],
656
688
"toolsDependencies" : [
657
689
]
658
- }
659
690
],
660
691
"tools" : [
661
692
{
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ samd21_proRF.upload.wait_for_upload_port=true
140
140
samd21_proRF.upload.native_usb=true
141
141
samd21_proRF.build.mcu=cortex-m0plus
142
142
samd21_proRF.build.f_cpu=48000000L
143
- samd21_proRF.build.usb_product="SFE SAMD21"
143
+ samd21_proRF.build.usb_product="SFE SAMD21 Pro RF "
144
144
samd21_proRF.build.usb_manufacturer="SparkFun"
145
145
samd21_proRF.build.board=SAMD_ZERO
146
146
samd21_proRF.build.core=arduino
@@ -153,5 +153,5 @@ samd21_proRF.build.extra_combine_flags=
153
153
samd21_proRF.build.vid=0x1B4F
154
154
samd21_proRF.build.pid=0x214F
155
155
samd21_proRF.bootloader.tool=openocd
156
- samd21_proRF.bootloader.file=zero/SparkFun_SAMD21_Dev .bin
156
+ samd21_proRF.bootloader.file=zero/Sparkfun_SAMD21_ProRF .bin
157
157
You can’t perform that action at this time.
0 commit comments