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
+20-21
Original file line number
Diff line number
Diff line change
@@ -5,29 +5,10 @@ for Atmel's SAMD21 processor (used on the Arduino Zero board).
5
5
6
6
## Installation on Arduino IDE
7
7
8
+
This core is available as a package in the Arduino IDE cores manager.
8
9
Just open the "Boards Manager" and install the package called:
9
10
10
-
```
11
-
Arduino SAMD Boards (32-bit ARM Cortex-M0+)
12
-
```
13
-
14
-
## Hourly builds
15
-
16
-
This repository is under a CI system that every hour checks if there are updates and
17
-
builds a release for testing (the so called "Hourly builds").
18
-
19
-
The hourly builds are available through Boards Manager. If you want to install them:
20
-
1. Open the **Preferences** of the Arduino IDE.
21
-
2. Add this URL `http://downloads.arduino.cc/Hourly/samd/package_samd-hourly-build_index.json` in the **Additional Boards Manager URLs** field, and click OK.
22
-
3. Open the **Boards Manager** (menu Tools->Board->Board Manager...)
23
-
4. Install **Arduino SAMD core - Hourly build**
24
-
5. Select one of the boards under **SAMD Hourly build XX** in Tools->Board menu
25
-
6. Compile/Upload as usual
26
-
27
-
If you already installed an hourly build and you want to update it with the latest:
28
-
1. Open the **Boards Manager** (menu Tools->Board->Board Manager...)
29
-
2. Remove **Arduino SAMD core - Hourly build**
30
-
3. Install again **Arduino SAMD core - Hourly build**, the Board Manager will download the latest build replacing the old one.
11
+
"Arduino SAMD Boards (32-bit ARM Cortex-M0+)"
31
12
32
13
## Support
33
14
@@ -49,6 +30,24 @@ to avoid duplicates.
49
30
Contributions are always welcome. The preferred way to receive code cotribution is by submitting a
50
31
Pull Request on github.
51
32
33
+
## Hourly builds
34
+
35
+
This repository is under a Continuos Integration system that every hour checks if there are updates and
36
+
builds a release for testing (the so called "Hourly builds").
37
+
38
+
The hourly builds are available through Boards Manager. If you want to install them:
39
+
1. Open the **Preferences** of the Arduino IDE.
40
+
2. Add this URL `http://downloads.arduino.cc/Hourly/samd/package_samd-hourly-build_index.json` in the **Additional Boards Manager URLs** field, and click OK.
41
+
3. Open the **Boards Manager** (menu Tools->Board->Board Manager...)
42
+
4. Install **Arduino SAMD core - Hourly build**
43
+
5. Select one of the boards under **SAMD Hourly build XX** in Tools->Board menu
44
+
6. Compile/Upload as usual
45
+
46
+
If you already installed an hourly build and you want to update it with the latest:
47
+
1. Open the **Boards Manager** (menu Tools->Board->Board Manager...)
48
+
2. Remove **Arduino SAMD core - Hourly build**
49
+
3. Install again **Arduino SAMD core - Hourly build**, the Board Manager will download the latest build replacing the old one.
50
+
52
51
## License and credits
53
52
54
53
This core has been developed by Arduino LLC in collaboration with Atmel.
0 commit comments