Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1011 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 1011 Bytes

Homebrew-avr

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

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

Current Versions

  • gcc 4.7.2
  • binutils 2.23.1
  • avr-libc 1.8.0

Dependencies: 'gmp', 'libmpc', 'mpfr' will be installed with gcc.

Installing Homebrew-avr Formulae

Just brew tap larsimmisch/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.