Skip to content

Commit 2f989b9

Browse files
authored
Merge pull request arduino#40 from adamvoss/readme
Add a README explaining what this repository is
2 parents 0e4cb9f + 703f729 commit 2f989b9

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Arduino Core for SAM3X CPU
2+
3+
This repository contains the source code and configuration files of the Arduino Core for Atmel's SAM3X processor (used on the [Arduino Due](https://www.arduino.cc/en/Main/ArduinoBoardDue) board).
4+
5+
## Installation on Arduino IDE
6+
7+
This core is available as a package in the Arduino IDE cores manager.
8+
Just open the "Boards Manager" and install the package called:
9+
10+
* **Arduino SAM Boards (32-bit ARM Cortex-M3)**
11+
12+
## Support
13+
14+
There is a dedicated section of the Arduino Forum for general discussion and project assistance:
15+
16+
http://forum.arduino.cc/index.php?board=87.0
17+
18+
## Bugs or Issues
19+
20+
If you find a bug you can submit an issue here on github:
21+
22+
https://github.com/arduino/ArduinoCore-sam/issues
23+
24+
Before posting a new issue, please check if the same problem has been already reported by someone else to avoid duplicates.
25+
26+
## Contributions
27+
28+
Contributions are always welcome.
29+
The preferred way to receive code contribution is by submitting a Pull Request on github.

0 commit comments

Comments
 (0)