No description
Find a file
Limor "Ladyada" Fried e6c07cc7d0
Merge pull request #263 from ulysse314/adafruit-master
Avoiding unused parameter warning for dmaDoNothingCallback()
2020-09-15 10:51:59 -04:00
.github/workflows Friendlier name for -Wall build 2020-01-17 01:16:20 -08:00
bootloaders add bootloader 2020-08-31 11:57:49 -04:00
cores/arduino use TC1 for servo, TC0 for tone for samd51 2020-08-28 14:41:48 +07:00
drivers re-sign CPX driver, making sure line endings are correct 2018-10-10 22:47:11 -04:00
extras re-enable builds with all warnings 2020-01-17 01:16:20 -08:00
libraries Avoiding unused parameter warning for dmaDoNothingCallback() 2020-09-15 16:32:21 +02:00
variants fix some pin numbers so that there's an LED on pin 13 2020-09-13 17:08:19 -04:00
.gitignore DM: fix analog correction library 2018-08-30 14:59:17 -04:00
.gitmodules move tinyusb core & cdc to submodule 2019-12-19 13:25:36 +07:00
boards.txt add bootloader 2020-08-31 11:57:49 -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 Increase version for release 1.6.2 2020-09-08 10:34:51 +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 add action badge to readme 2020-01-02 17:24:17 +07: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

Build Status

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