Giter VIP home page Giter VIP logo

gadgeteering / arduinocore-atsamd21e18a Goto Github PK

View Code? Open in Web Editor NEW

This project forked from femtoduino/arduinocore-atsamd21e18a

0.0 1.0 1.0 23.41 MB

Arduino Core and Bootloader for the ATMEL SAM D21/R21 (E Variant) chips.

Home Page: https://femtoduino.com

Makefile 0.03% C 50.45% C++ 49.19% Assembly 0.05% Shell 0.03% Batchfile 0.01% GDB 0.02% Processing 0.12% CMake 0.07% Python 0.04% Elixir 0.01%

arduinocore-atsamd21e18a's Introduction

Arduino Core for SAM D21/R21 (E variant) CPU

This repository containts the source code and configuration files of the Arduino Core for Atmel's SAM D21 and R21 (E variant) processor (used on the FemtoUSB and FemtoBeacon board).

Installation on Arduino IDE

Please use Arduino IDE 1.8.1 or higher. Install the Arduino SAMD Boards (32-bits ARM Cortex-M0+) board package first.

On Ubuntu, you will need to add your user to the dialout group, and the plugdev group. You will need to add the following to /etc/udev/rules.d/98-openocd.rules (create if needed)

ACTION!="add|change", GOTO="openocd_rules_end"
SUBSYSTEM!="usb|tty|hidraw", GOTO="openocd_rules_end"
ATTRS{product}=="*CMSIS-DAP*", MODE="664", GROUP="plugdev"                                                                                                                                                                                
LABEL="openocd_rules_end

Run the following command to reload udev, unplug and plug your board back in after:

sudo udevadm control --reload

(See [http://arduino.stackexchange.com/questions/28566/arduino-zero-error-unable-to-find-cmsis-dap-device] )

Add the following package URL to the Additional Boards Manager URLs field in your Arduino IDE via File > Preferences (Settings tab).

The stable release URL is:

https://downloads.femtoduino.com/ArduinoCore-atsamd21e18a/package_atsamd21e18a-release-build_index.json

The hourly build URL is:

https://downloads.femtoduino.com/ArduinoCore-atsamd21e18a/package_atsamd21e18a-hourly-build_index.json

This core is now available as a package in the Arduino IDE cores manager. Just open the Boards Manager and install the package called:

"Atmel SAM D21/R21 core (ATSAMD21E18A/ATSAMR21E18A)" by Femtoduino

For SAM R21 support (ATMEL LwMesh), you will need our fork of library-atmel-lwmesh library, "at86rf233" branch. Simply add it to your Arduino library folder as "at86rf233"

See https://github.com/femtoduino/library-atmel-lwm/tree/at86rf233

You will also need the FreeIMU libraries (except "MotionDriver") from our fork of FreeIMU-Updates ("FemtoBeacon" branch). Remember to configure FreeIMU/FreeIMU.h

See https://github.com/femtoduino/FreeIMU-Updates

Support

This package is derrived from the Arduino Zero bootloader and core. It has been modified to work with the E variant of the SAM D21 chips.

There is a dedicated section of the Arduino Forum for general discussion and project assistance:

http://forum.arduino.cc/index.php?board=98.0

Bugs or Issues

If you find a bug with the SAM D21/R21 core, you can submit an issue here on github:

https://github.com/femtoduino/ArduinoCore-atsamd21e18a/issues

Before posting a new issue, please check if the same problem has been already reported by someone else to avoid duplicates.

Contributions

Contributions are always welcome. The preferred way to receive code cotribution is by submitting a Pull Request on github.

License and credits

The original Arduino Zero 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

arduinocore-atsamd21e18a's People

Contributors

cmaglie avatar aethaniel avatar zrecore avatar sandeepmistry avatar jnthbdn avatar facchinm avatar jcbuda avatar agdl avatar bbx10 avatar paolop74 avatar garnould avatar drogge avatar tomkeddie avatar rocketscream avatar fede85 avatar tuxedo0801 avatar praveena-a-s avatar ncguk avatar legomanww avatar mike-dellisanti-bose avatar marcobrianza avatar gh-megabit avatar giedriusm avatar gadgeteering avatar ffissore avatar pixelpixi avatar kbumsik avatar unbiot avatar

Watchers

James Cloos avatar

Forkers

gadgeteerings

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.