No description
Find a file
2019-10-26 21:35:56 -04:00
bootloaders Merge branch 'master' of https://github.com/arduino/ArduinoCore-samd into catchup_2019_10_26 2019-10-26 21:35:56 -04:00
cores/arduino Merge branch 'master' of https://github.com/arduino/ArduinoCore-samd into catchup_2019_10_26 2019-10-26 21:35:56 -04:00
drivers Merge branch 'master' of https://github.com/arduino/ArduinoCore-samd into catchup_2019_10_26 2019-10-26 21:35:56 -04:00
extras Update tools in hourly build 2017-04-04 10:47:56 +02:00
libraries Merge branch 'master' of https://github.com/arduino/ArduinoCore-samd into catchup_2019_10_26 2019-10-26 21:35:56 -04:00
variants Merge branch 'master' of https://github.com/arduino/ArduinoCore-samd into catchup_2019_10_26 2019-10-26 21:35:56 -04:00
.gitignore DM: fix analog correction library 2018-08-30 14:59:17 -04:00
boards.txt Revert "Temporarily remove mkrwan1310 from boards list" 2019-10-09 16:36:56 +02:00
CHANGELOG Version 1.6.21 2019-04-01 10:18:03 -04:00
keywords.txt Add SerialSARA as keyword 2018-11-27 09:25:54 +01:00
platform.txt Merge branch 'master' of https://github.com/arduino/ArduinoCore-samd into catchup_2019_10_26 2019-10-26 21:35:56 -04:00
post_install.bat Fix post_install script on Windows x86 (32bit) 2019-07-08 13:50:17 +02:00
programmers.txt fix typo, add more board openocd configs, link in boards.txt (#82) 2019-01-23 11:05:52 -05:00
README.md DM: update readme 2018-09-10 11:44:16 -04:00
VARIANT_COMPLIANCE_CHANGELOG Updated CHANGELOG and VARIANT_COMPLIANCE_CHANGELOG 2016-12-23 15:01:50 +01:00

Arduino Core for SAMD21 and SAMD51 CPU

This repository contains the source code and configuration files of the Arduino Core for Atmel's SAMD21 and SAMD51 processor (used on the Arduino/Genuino Zero, MKR1000 and MKRZero boards).

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

Bugs or Issues

  • AREF must be tied to 3.3V for dac to work. This is a bug in the SAMD51 silicon.
  • USB host mode doesn't work yet

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