No description
Find a file
2016-05-30 22:25:51 -04:00
bootloaders update gitignore and add some forgetten files 2016-05-30 22:25:51 -04:00
cores update gitignore and add some forgetten files 2016-05-30 22:25:51 -04:00
drivers Added drivers for MKR1000 2016-02-11 17:43:03 +01:00
extras Updated CI release scripts 2015-11-30 21:16:41 +01:00
libraries align back to mainline (and put in missing Serial5) - not sure if USB serial LEDs were causing hangups on 1200baud bumps? :/ 2016-05-19 23:34:33 -04:00
tools clumsy but has correct bossac and can upload&reset ( it seems ) 2016-04-17 20:59:16 -04:00
variants update gitignore and add some forgetten files 2016-05-30 22:25:51 -04:00
.gitignore update gitignore and add some forgetten files 2016-05-30 22:25:51 -04:00
boards.txt basic SAMD10 support (works but chunky) 2016-05-30 22:24:05 -04:00
CHANGELOG Remove enabling bootloader protection when burning bootloader 2016-04-21 12:05:28 -04:00
platform.txt Merge branch 'master' into atsamr 2016-05-13 20:16:32 -04:00
post_install.bat Added drivers for MKR1000 2016-02-11 17:43:03 +01:00
programmers.txt License fix and cosmetic changes. 2015-06-14 17:16:37 +02:00
README.md make readme less confusing, so people dont think its the official core! 2016-05-13 20:09:19 -04:00
VARIANT_COMPLIANCE_CHANGELOG Small fix in VARIANT_COMPLIANCE_CHANGELOG 2016-04-19 15:19:16 +02:00

Arduino Core for SAMD21 CPU

This repository containts the source code and configuration files of the Arduino Core for Atmel's SAMD21 processor (used on the Arduino Zero board).

In particular, this adds support for the Adafruit SAMD Boards such as the Feather M0

Installation on Arduino IDE

Install the Adafruit Board Support package json and then install the Adafruit SAMD board package

https://learn.adafruit.com/adafruit-feather-m0-basic-proto/using-with-arduino-ide

Bugs or Issues

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

https://github.com/adafruit/ArduinoCore-samd

or if it is an issue with the upstream:

https://github.com/arduino/ArduinoCore-samd/issues

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

License and credits

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

  Copyright (c) 2015 Arduino LLC.  All right reserved.

  This library is free software; you can redistribute it and/or
  modify it under the terms of the GNU Lesser General Public
  License as published by the Free Software Foundation; either
  version 2.1 of the License, or (at your option) any later version.

  This library is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  See the GNU Lesser General Public License for more details.

  You should have received a copy of the GNU Lesser General Public
  License along with this library; if not, write to the Free Software
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA