/openrov-arduino-cores

Core board/platform files for the SAMD21J18A set up for use on the OpenROV controller board.

Primary LanguageC

OpenROV Custom Arduino Board Core Packages

This repository contains Arduino-compatible board cores for OpenROV custom MCU board designs. Right now, the primary focus is on development of a core package for the SAMD21J18A for use in the OpenROV Controller Board Firmware project, but we will also be creating a custom core for our various AVR board implementations.

This is still a work in progress and is not yet ready for use general use, but it has been successfully used to build a working blink program on a SAMD21J18A using ArduinoBuilder and BOSSA in our internal development environment.

License and credits

This project was originally cloned from SodaqCore-samd (For SODAQ's Autonomo board), which is a clone of ArduinoCore-samd

https://github.com/SodaqMoja/SodaqCore-samd/

https://github.com/arduino/ArduinoCore-samd/

  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