You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-18Lines changed: 27 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# SparkFun Arduino Boards
2
2
3
-
This repository contains support for the following SparkFun Arduino-compatible development boards:
3
+
This repository contains support for the following SparkFun Arduino-compatible development boards.
4
+
5
+
**IMPORTANT NOTE:** These board files have been updated for compatibility with Arduino version 1.8 and higher. Some boards (e.g. SAMD) may not compile correctly with earlier versions of Arduino. If you need compatibility with earlier versions of Arduino, you can choose previous releases of these boards from the Boards Manager.
4
6
5
7
#### AVR Boards
6
8
@@ -21,6 +23,7 @@ This repository contains support for the following SparkFun Arduino-compatible d
21
23
22
24
*[SparkFun SAMD21 Dev Breakout](https://www.sparkfun.com/products/13672)
23
25
*[SparkFun SAMD21 Mini Breakout](https://www.sparkfun.com/products/13664)
Each board will be added as an entry to the Arduino **Tools** > **Board** menu.
33
-
34
-

35
-
36
35
### Installation Instructions
37
36
38
-
To add board support for our products, go to **File** > **Preferences**, and paste this URL into the 'Additional Boards Manager URLs' input field:
37
+
To add board support for our products, start Arduino and open the Preferences window (**File** > **Preferences**). Now copy and paste the following URL into the 'Additional Boards Manager URLs' input field:

41
+

42
+
43
+
If there is already an URL from another manufacturer in that field, click the button at the right end of the field. This will open an editing window allowing you to paste the above URL onto a new line.
44
+
45
+
### AVR and ESP Installation Instructions
46
+
47
+
Open the Boards Manager window by selecting **Tools** > **Board**, scroll to the top of the board list, and select **Boards Manager**.
48
+
49
+

50
+
51
+
If you type "sparkfun" (without quotes) into the "filter your search" field, you will see options to install SparkFun's AVR and ESP board files. Click in the desired box, and click the "Install" button that appears. Once installed, the boards will appear at the bottom of the board list.
52
+
53
+

43
54
44
-
This field can be found in 'Preferences...' under the Arduino File menu.
55
+
### SAMD Installation Instructions
45
56
46
-
Now, under the **Tools** > **Board** > **Boards Manager...**, if you type in "sparkfun", you will see an option to install board files for SparkFun Arduino compatible boards. Click "Install" to add these to your list.
57
+
When installing SAMD boards, you will need to first install Arduino SAMD support, then SparkFun's SAMD boards.
47
58
48
-
**NOTE: If you are using Arduino 1.6.6 and the link isn't working for you, change "https" at the beginning of the link to "http" and try again. We're working to figure out why this is happening in version 1.6.6.**
59
+
Open the Boards Manager window by selecting **Tools** > **Board**, scroll to the top of the board list, and select **Boards Manager**. Now type "samd" (without quotes) into the "filter your search" field at the top of the window. Two entries should show up, one for Arduino SAMD boards, and one for SparkFun SAMD boards. We'll install both of these, starting with Arduino SAMD boards.
Click anywhere in the "Arduino SAMD Boards" box, and click "Install". This is a large installation and will take a while.
51
62
52
-
Now, when you select the Boards list, you will see a collection of new boards for SparkFun.
63
+

53
64
54
-

65
+
Now click anywhere in the "SparkFun SAMD Boards" box, and click "Install". This is a small installation and will happen much faster.
55
66
56
-
### Cleaning up the Boards Menu
67
+

57
68
58
-
Each entry in the boards list is defined in [boards.txt](https://github.com/sparkfun/Arduino_Boards/blob/master/sparkfun/avr/boards.txt). If you want to de-clutter the menu, you can comment out a board by inserting a `#` at the beginning of each line.
69
+
You're now ready to use SparkFun SAMD boards. They will appear at the bottom the board list.
59
70
60
71
### Notes
61
72
62
-
***Please note: This will only work under Arduino IDE versions 1.5 and up.**
63
-
* Some boards such as the Pro Micro and the Mega Pro come in more than one form. For these **you must select the correct processor** in the 'Tools' menu.
73
+
* Some boards such as the Arduino Pro and Pro Mini come in more than one flavor. For these **you must select the correct processor** in the 'Tools' menu.
64
74
* Information on compiling and programming the bootloaders can be found in the bootloaders directory.
65
-
***Bugs introduced in the Arduino IDE version 1.6.6 through at least 1.6.9 produce errors indicating there is something wrong with these files. This can be resolved by reverting back to 1.6.5-r5. So far all reports seem to indicated that 1.6.10 has also fixed the issues. These intermittent issues are difficult to reliably reproduce.**
0 commit comments