No description
Find a file
2019-08-06 12:23:32 +07:00
bootloaders Merge branch 'master' of https://github.com/arduino/ArduinoCore-samd into arduino-master 2019-03-08 14:03:54 -05:00
cores/arduino tinyusb clean up 2019-08-01 13:18:11 +07:00
drivers re-sign CPX driver, making sure line endings are correct 2018-10-10 22:47:11 -04:00
extras Update tools in hourly build 2017-04-04 10:47:56 +02:00
libraries fix for trinket/gemma m0 2019-06-15 22:59:15 -04:00
variants add PIN_NEOPIXEL macro for feather/metro m0/m4 hallow_m0 2019-08-01 21:31:56 +07:00
.gitignore DM: fix analog correction library 2018-08-30 14:59:17 -04:00
boards.txt update naming 2019-07-13 16:17:07 -04: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 Update platform.txt 2019-08-06 12:23:32 +07:00
post_install.bat do not install CPX drivers on win10 2018-08-14 21:20:10 +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