Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork729
Arduino Core for SAMD21 CPU
License
arduino/ArduinoCore-samd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository contains the source code and configuration files of the Arduino Corefor Atmel's SAMD21 processor (used on the Arduino/Genuino Zero, MKR1000 and MKRZero boards).
This core is available as a package in the Arduino IDE cores manager.Just open the "Boards Manager" and install the package called:
"Arduino SAMD Boards (32-bit ARM Cortex-M0+)"
There is a dedicated section of the Arduino Forum for general discussion and project assistance:
http://forum.arduino.cc/index.php?board=98.0
If you find a bug you can submit an issue here on github:
https://github.com/arduino/ArduinoCore-samd/issues
Before posting a new issue, please check if the same problem has been already reported by someone elseto avoid duplicates.
Contributions are always welcome. The preferred way to receive code contribution is by submitting aPull Request on github.
- Clone theArduinoCore-API repo to any convenient location:
git clone https://github.com/arduino/ArduinoCore-API.git
- Create an
<SKETCHBOOK>/hardware/arduino-git
folder, where<SKETCHBOOK>
is the location of yourArduino sketchbook. - Change directories:
cd <SKETCHBOOK>/hardware/arduino-git
- Clone this repo:
git clone https://github.com/arduino/ArduinoCore-samd.git samd
- Change directories:
cd samd/cores/arduino
- Copy or symlink the
api
folder from theArduinoCore-API repo:whereln -s <ARDUINO_CORE_API>/api .
<ARDUINO_CORE_API>
is the location where you've cloned the ArduinoCore-API repository to. - Restart the IDE.
This repository is under a Continuous Integration system that every hour checks if there are updates andbuilds a release for testing (the so called "Hourly builds").
The hourly builds are available through Boards Manager. If you want to install them:
- Open thePreferences of the Arduino IDE.
- Add this URL
http://downloads.arduino.cc/Hourly/samd/package_samd-hourly-build_index.json
in theAdditional Boards Manager URLs field, and click OK. - Open theBoards Manager (menu Tools->Board->Board Manager...)
- InstallArduino SAMD core - Hourly build
- Select one of the boards underSAMD Hourly build XX in Tools->Board menu
- Compile/Upload as usual
If you already installed an hourly build and you want to update it with the latest:
- Open theBoards Manager (menu Tools->Board->Board Manager...)
- RemoveArduino SAMD core - Hourly build
- Install againArduino SAMD core - Hourly build, the Board Manager will download the latest build replacing the old one.
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
About
Arduino Core for SAMD21 CPU
Resources
License
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.