8000 make readme less confusing, so people dont think its the official core! · freaklabs/ArduinoCore-samd@f8734ea · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit f8734ea

Browse files
committed
make readme less confusing, so people dont think its the official core!
1 parent 402a502 commit f8734ea

File tree

1 file changed

+8
-32
lines changed

1 file changed

+8
-32
lines changed

README.md

Lines changed: 8 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,51 +3,27 @@
33
This repository containts the source code and configuration files of the Arduino Core
44
for Atmel's SAMD21 processor (used on the Arduino Zero board).
55

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
127

13-
## Support
8+
## Installation on Arduino IDE
149

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
1611

17-
http://forum.arduino.cc/index.php?board=98.0
12+
https://learn.adafruit.com/adafruit-feather-m0-basic-proto/using-with-arduino-ide
1813

1914
## Bugs or Issues
2015

2116
If you find a bug you can submit an issue here on github:
2217

18+
https://github.com/adafruit/ArduinoCore-samd
19+
20+
or if it is an issue with the upstream:
21+
2322
https://github.com/arduino/ArduinoCore-samd/issues
2423

2524
Before posting a new issue, please check if the same problem has been already reported by someone else
2625
to avoid duplicates.
2726

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-
5127
## License and credits
5228

5329
This core has been developed by Arduino LLC in collaboration with Atmel.

0 commit comments

Comments
 (0)
0