Skip to content

neonquill/homebrew-avr

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 27 commits ahead, 23 commits behind larsimmisch:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Homebrew-avr

This repository contains the Atmel version of the GNU AVR toolchain as formulae for Homebrew.

AVR is a popular family of microcontrollers, used for example in the Arduino project.

This version was forked from larsimmisch/homebrew-avr, and modified to use the Atmel 3.4.1.830 patches

Installing Homebrew-avr Formulae

First brew tap homebrew/versions to get the homebrew versions tap. To get the avr tap brew tap neonquill/homebrew-avr and then brew install <formula>.

To install the entire AVR toolchain, do: brew install avr-libc

This will pull in the prerequisites avr-binutils and avr-gcc.

You can also install via URL:

brew install https://raw.github.com/larsimmisch/homebrew-avr/master/<formula>.rb

Docs

brew help, man brew, or the Homebrew wiki.

About

AVR toolchain for homebrew

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%