Skip to content

Commit e3720e9

Browse files
committed
Updating SAMD to release 1.5.2 to catch Pro RF fix.
1 parent d28e1be commit e3720e9

File tree

4 files changed

+36
-5
lines changed

4 files changed

+36
-5
lines changed

IDE_Board_Manager/package_sparkfun_index.json

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -631,8 +631,40 @@
631631
"category": "Contributed",
632632
"url": "https://github.com/sparkfun/Arduino_Boards/raw/master/IDE_Board_Manager/sparkfun-samd-1.5.1.tar.bz2",
633633
"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",
636668
"help": {
637669
"online": "https://learn.sparkfun.com/tutorials/installing-arduino-ide/board-add-ons-with-arduino-board-manager"
638670
},
@@ -655,7 +687,6 @@
655687
],
656688
"toolsDependencies": [
657689
]
658-
}
659690
],
660691
"tools": [
661692
{
-5.25 KB
Binary file not shown.
321 KB
Binary file not shown.

sparkfun/samd/boards.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ samd21_proRF.upload.wait_for_upload_port=true
140140
samd21_proRF.upload.native_usb=true
141141
samd21_proRF.build.mcu=cortex-m0plus
142142
samd21_proRF.build.f_cpu=48000000L
143-
samd21_proRF.build.usb_product="SFE SAMD21"
143+
samd21_proRF.build.usb_product="SFE SAMD21 Pro RF"
144144
samd21_proRF.build.usb_manufacturer="SparkFun"
145145
samd21_proRF.build.board=SAMD_ZERO
146146
samd21_proRF.build.core=arduino
@@ -153,5 +153,5 @@ samd21_proRF.build.extra_combine_flags=
153153
samd21_proRF.build.vid=0x1B4F
154154
samd21_proRF.build.pid=0x214F
155155
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
157157

0 commit comments

Comments
 (0)