No description
Find a file
Mikey Sklar bb552819ba
Pixel Trinkey Analog JST pin (#369)
Adding analog support to the 3-pin JST A6.
2024-09-18 13:54:26 -04:00
.github/workflows fix ci, rename script 2023-06-22 19:19:18 +07:00
bootloaders Trinkeys (#296) 2021-05-08 16:28:31 -04:00
cores/arduino clean up format 2024-09-05 18:47:37 +07:00
drivers re-sign CPX driver, making sure line endings are correct 2018-10-10 22:47:11 -04:00
extras move makboards.py scripts tools/, refactor to use f-string 2023-06-21 21:34:19 +07:00
libraries update to 3.1.5 2024-06-10 13:29:54 +02:00
scripts Use the correct openocd flash driver for ATSAMD51 devices 2024-05-09 16:44:23 -04:00
tools update makeboards.py, fix board name typo 2024-05-17 09:58:01 +07:00
variants Pixel Trinkey Analog JST pin (#369) 2024-09-18 13:54:26 -04:00
.gitignore add libraries/Adafruit_TinyUSB_Arduino as submodule 2021-05-08 01:08:31 +07:00
.gitmodules add Adafruit_ZeroDMA as submodules 2021-05-25 18:04:21 +07:00
boards.txt update makeboards.py, fix board name typo 2024-05-17 09:58:01 +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 bump up version 1.7.16 2024-05-22 09:45:15 +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