|
3 | 3 | This repository containts the source code and configuration files of the Arduino Core
|
4 | 4 | for Atmel's SAMD21 processor (used on the Arduino Zero board).
|
5 | 5 |
|
6 |
| -## Installation on Arduino IDE |
7 |
| - |
8 |
| -This core is available as a package in the Arduino IDE cores manager. |
9 |
| -Just open the "Boards Manager" and install the package called: |
10 |
| - |
11 |
| -"Arduino SAMD Boards (32-bit ARM Cortex-M0+)" |
| 6 | +In particular, this adds support for the Adafruit SAMD Boards such as the Feather M0 |
12 | 7 |
|
13 |
| -## Support |
| 8 | +## Installation on Arduino IDE |
14 | 9 |
|
15 |
| -There is a dedicated section of the Arduino Forum for general discussion and project assistance: |
| 10 | +Install the Adafruit Board Support package json and then install the Adafruit SAMD board package |
16 | 11 |
|
17 |
| -http://forum.arduino.cc/index.php?board=98.0 |
| 12 | +https://learn.adafruit.com/adafruit-feather-m0-basic-proto/using-with-arduino-ide |
18 | 13 |
|
19 | 14 | ## Bugs or Issues
|
20 | 15 |
|
21 | 16 | If you find a bug you can submit an issue here on github:
|
22 | 17 |
|
| 18 | +https://github.com/adafruit/ArduinoCore-samd |
| 19 | + |
| 20 | +or if it is an issue with the upstream: |
| 21 | + |
23 | 22 | https://github.com/arduino/ArduinoCore-samd/issues
|
24 | 23 |
|
25 | 24 | Before posting a new issue, please check if the same problem has been already reported by someone else
|
26 | 25 | to avoid duplicates.
|
27 | 26 |
|
28 |
| -## Contributions |
29 |
| - |
30 |
| -Contributions are always welcome. The preferred way to receive code cotribution is by submitting a |
31 |
| -Pull Request on github. |
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 |
| - |
51 | 27 | ## License and credits
|
52 | 28 |
|
53 | 29 | This core has been developed by Arduino LLC in collaboration with Atmel.
|
|
0 commit comments