No description
Find a file
Neku b1572ceb25
Enable Interrupt #8 on Pin PORTA28 (GPIO2)
In order to use IRLibRecvPCI class from IRLib2 with Adafruit pIRKey, it's necessary to allow interrupts on this pin.
2020-07-27 02:21:31 +02:00
.github/workflows drop monster_m4sk 2020-01-02 17:17:30 +07:00
bootloaders Fix warnings about redefinition of LITTLE_ENDIAN 2020-01-16 16:11:40 -08:00
cores/arduino sync with Adafruit_TinyUSB_ArduinoCore commit 238a5c0b95fcd402d24524c7bebbdd822168a51e 2020-07-23 07:02:41 +07:00
drivers re-sign CPX driver, making sure line endings are correct 2018-10-10 22:47:11 -04:00
extras build most of adafruit samd boards 2020-01-02 17:03:44 +07:00
libraries move test_cmsis_fast_rfft example to its own folder to fix ci build 2020-07-13 18:26:29 +07:00
variants Enable Interrupt #8 on Pin PORTA28 (GPIO2) 2020-07-27 02:21:31 +02: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 update cmsis from 4.5.0 to 5.4.0 2020-07-06 16:22:30 +07: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 1.6.1 for release 2020-07-21 18:37:20 +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