This repository contains the source code and configuration files of the Arduino Core for Atmel's SAM3XA Series of microcontrollers and board support files for the OpenTracker v2 board (mostly compatible with Arduino Due).
This core is included in the Fortebit Open IoT Board Manager package. Please refer to that page for installation instructions.
This repository references other projects (mainly libraries) as Git sub-modules. To setup your local copy of the repository make sure to run (from the repository root directory):
git submodule init
git submodule update --recursive