Skip to content

Commit 6867531

Browse files
author
Elias Santistevan
committed
Updated version 1.5.1
Updated to include board definitions and drivers for the Sparkfun SAMD21 Pro RF LoRa 915Mhz board.
1 parent ea84205 commit 6867531

File tree

9 files changed

+565
-2
lines changed

9 files changed

+565
-2
lines changed

IDE_Board_Manager/package_sparkfun_index.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,38 @@
623623
],
624624
"toolsDependencies": [
625625
]
626+
},
627+
{
628+
"name": "SparkFun SAMD Boards (dependency: Arduino SAMD Boards 1.6.19)",
629+
"architecture": "samd",
630+
"version": "1.5.1",
631+
"category": "Contributed",
632+
"url": "https://github.com/sparkfun/Arduino_Boards/raw/master/IDE_Board_Manager/sparkfun-samd-1.5.1.tar.bz2",
633+
"archiveFileName": "sparkfun-samd-1.5.1.tar.bz2",
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+
]
626658
}
627659
],
628660
"tools": [
316 KB
Binary file not shown.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ This repository contains support for the following SparkFun Arduino-compatible d
2727
* [SparkFun 9DoF Razor IMU M0 (SAMD21)](https://www.sparkfun.com/products/14001)
2828
* [SparkFun LilyMini ProtoSnap (SAMD11)](https://www.sparkfun.com/products/14063)
2929
* [SparkFun LilyMini (SAMD11)](https://www.sparkfun.com/products/14064)
30+
* [SparkFun SAMD21 Pro RF LoRa 915MHz](https://www.sparkfun.com/products/14916)
3031

3132
#### ESP8266 Boards
3233

@@ -75,4 +76,4 @@ You're now ready to use SparkFun SAMD boards. They will appear at the bottom of
7576
* Information on compiling and programming the bootloaders can be found in the bootloaders directory.
7677

7778
**Have fun!**<br>
78-
\-Your friends at SparkFun
79+
\-Your friends at SparkFun

sparkfun/samd/boards.txt

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,33 @@ samd21_9dof.build.extra_combine_flags=
125125
samd21_9dof.build.vid=0x1B4F
126126
samd21_9dof.build.pid=0x9D0F
127127
samd21_9dof.bootloader.tool=openocd
128-
samd21_9dof.bootloader.file=zero/SparkFun_9DoF_Razor_M0.bin
128+
samd21_9dof.bootloader.file=zero/SparkFun_9DoF_Razor_M0.bin
129+
130+
samd21_proRF.name=SparkFun SAMD21 Pro RF
131+
samd21_proRF.vid.0=0x1B4F
132+
samd21_proRF.pid.0=0x214F
133+
samd21_proRF.vid.1=0x1B4F
134+
samd21_proRF.pid.1=0x215F
135+
samd21_proRF.upload.tool=bossac
136+
samd21_proRF.upload.protocol=sam-ba
137+
samd21_proRF.upload.maximum_size=262144
138+
samd21_proRF.upload.use_1200bps_touch=true
139+
samd21_proRF.upload.wait_for_upload_port=true
140+
samd21_proRF.upload.native_usb=true
141+
samd21_proRF.build.mcu=cortex-m0plus
142+
samd21_proRF.build.f_cpu=48000000L
143+
samd21_proRF.build.usb_product="SFE SAMD21"
144+
samd21_proRF.build.usb_manufacturer="SparkFun"
145+
samd21_proRF.build.board=SAMD_ZERO
146+
samd21_proRF.build.core=arduino
147+
samd21_proRF.build.extra_flags=-D__SAMD21G18A__ {build.usb_flags}
148+
samd21_proRF.build.ldscript=linker_scripts/gcc/flash_with_bootloader.ld
149+
samd21_proRF.build.openocdscript=openocd_scripts/arduino_zero.cfg
150+
samd21_proRF.build.variant=arduino_zero
151+
samd21_proRF.build.variant_system_lib=
152+
samd21_proRF.build.extra_combine_flags=
153+
samd21_proRF.build.vid=0x1B4F
154+
samd21_proRF.build.pid=0x214F
155+
samd21_proRF.bootloader.tool=openocd
156+
samd21_proRF.bootloader.file=zero/SparkFun_SAMD21_Dev.bin
157+
Binary file not shown.

0 commit comments

Comments
 (0)