From 703f729324cac539f65567e7526adbe852b2fe4c Mon Sep 17 00:00:00 2001 From: Adam Voss Date: Sun, 23 Jul 2017 14:39:52 -0500 Subject: [PATCH] Add a README explaining what this repository is Based on the README from https://github.com/arduino/ArduinoCore-samd --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..2faab39e --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# Arduino Core for SAM3X CPU + +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). + +## Installation on Arduino IDE + +This core is available as a package in the Arduino IDE cores manager. +Just open the "Boards Manager" and install the package called: + + * **Arduino SAM Boards (32-bit ARM Cortex-M3)** + +## Support + +There is a dedicated section of the Arduino Forum for general discussion and project assistance: + +http://forum.arduino.cc/index.php?board=87.0 + +## Bugs or Issues + +If you find a bug you can submit an issue here on github: + +https://github.com/arduino/ArduinoCore-sam/issues + +Before posting a new issue, please check if the same problem has been already reported by someone else to avoid duplicates. + +## Contributions + +Contributions are always welcome. +The preferred way to receive code contribution is by submitting a Pull Request on github.