Skip to content

ooinaruhugh/ArduinoCore-avr

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.2%
  • C++ 4.2%
  • Makefile 2.8%
  • Logos 0.5%
  • Shell 0.2%
  • Assembly 0.1%