ooinaruhugh / ArduinoCore-avr

The Official Arduino AVR core

Home Page:https://www.arduino.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino AVR Boards

This repository contains modified source code and configuration files of the Arduino AVR Boards platform. The original can be found here.

This repo was modified to allow for precompiling the core library for several platforms. For this, some autotools files and one header were added. Most of the code is licensed under (unless further noted) GNU Lesser General Public License version 2.1, so I included the license text of that.

Instructions

I assume that GCC targeting avr is already installed. In that case, make sure that avr-gcc is in your PATH and then do the normal

./configure --prefix=$PREFIX
make
make install

You'll want to set PREFIX to wherever avr-gcc is installed.

About

The Official Arduino AVR core

https://www.arduino.cc

License:GNU Lesser General Public License v2.1


Languages

Language:C 92.1%Language:C++ 4.2%Language:Makefile 2.8%Language:Logos 0.5%Language:Shell 0.2%Language:Assembly 0.1%Language:M4 0.0%Language:Batchfile 0.0%