All Projects → osx-cross → Homebrew Avr

osx-cross / Homebrew Avr

Licence: bsd-2-clause
Homebrew AVR Toolchain

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Homebrew Avr

Avr Hal
embedded-hal abstractions for AVR microcontrollers
Stars: ✭ 217 (-26.19%)
Mutual labels:  arduino, avr
macstrap
Set up your macOS from scratch.
Stars: ✭ 16 (-94.56%)
Mutual labels:  homebrew, brew
Helios
The free embedded operating system.
Stars: ✭ 223 (-24.15%)
Mutual labels:  arduino, avr
Blog
A set of various projects based on ESP8266, ESP32, ATtiny13, ATtiny85, ATtiny2313, ATmega8, ATmega328, ATmega32, STM32 and more.
Stars: ✭ 198 (-32.65%)
Mutual labels:  arduino, avr
phpmon
Lightweight, native Mac menu bar app that interacts with Laravel Valet. Helps you manage multiple PHP installations, locate config files and more.
Stars: ✭ 1,896 (+544.9%)
Mutual labels:  homebrew, brew
Logic Analyzer
Logic Analyzer, for Arduino, AVR, ESP8266 and STM32 with a very nice working processing interface, you could run it also on any Android device.
Stars: ✭ 203 (-30.95%)
Mutual labels:  arduino, avr
.config
⚙️ Bootstrappable user environment for macOS & Ubuntu
Stars: ✭ 31 (-89.46%)
Mutual labels:  homebrew, brew
Avr8js
Arduino (8-bit AVR) simulator, written in JavaScript and runs in the browser / Node.js
Stars: ✭ 102 (-65.31%)
Mutual labels:  arduino, avr
ibrew
🍻Interactive CLI for Homebrew – the missing package manager for macOS.
Stars: ✭ 33 (-88.78%)
Mutual labels:  homebrew, brew
puppet-homebrew
homebrew (+brewcask! +taps!) package installer and provider
Stars: ✭ 17 (-94.22%)
Mutual labels:  homebrew, brew
Atmega Soldering Station
T12 Quick Heating Soldering Station
Stars: ✭ 183 (-37.76%)
Mutual labels:  arduino, avr
cleanmymac
A developer friendly command line cleaner program for modern macOS systems
Stars: ✭ 35 (-88.1%)
Mutual labels:  homebrew, brew
Marlin
Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
Stars: ✭ 12,217 (+4055.44%)
Mutual labels:  arduino, avr
Megacore
Arduino hardware package for ATmega64, ATmega128, ATmega640, ATmega1280, ATmega1281, ATmega2560, ATmega2561, AT90CAN32, AT90CAN64 and AT90CAN128
Stars: ✭ 206 (-29.93%)
Mutual labels:  arduino, avr
Qpn
QP-nano real-time embedded framework/RTOS for embedded systems based on active objects (actors) and hierarchical state machines
Stars: ✭ 107 (-63.61%)
Mutual labels:  arduino, avr
Libhydrogen
A lightweight, secure, easy-to-use crypto library suitable for constrained environments.
Stars: ✭ 247 (-15.99%)
Mutual labels:  arduino, avr
Deepsleepscheduler
DeepSleepScheduler is a lightweight, cooperative task scheduler library with configurable sleep and task supervision.
Stars: ✭ 59 (-79.93%)
Mutual labels:  arduino, avr
Erika3
ERIKA Enterprise v3 RTOS
Stars: ✭ 98 (-66.67%)
Mutual labels:  arduino, avr
rubydoc.brew.sh
📖 An online Ruby documentation browser for Homebrew/brew
Stars: ✭ 13 (-95.58%)
Mutual labels:  homebrew, brew
AutoBrew
AutoBrew: Homebrew deployments made easy
Stars: ✭ 71 (-75.85%)
Mutual labels:  homebrew, brew

homebrew-avr

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

AVR is a popular family of micro-controllers, used for example in the Arduino project.

Current Versions

  • GCC 9.3.0 - default, provided as avr-gcc or [email protected]
  • GCC 8.4.0 - provided as [email protected]
  • GCC 10.2.0 - provided as [email protected]
  • Binutils 2.35.1 - provided as avr-binutils
  • AVR Libc 2.0.0 - provided as a ressource for each GCC formula
  • GDB 10.1 - provided as avr-gdb

Support for older GCC versions (4, 5, 6, 7) has been removed. Please, raise an issue if you need one back.

Installing homebrew-avr formulae

First, make sure you have xcode command line developer tools installed with

$ xcode-select --install

Then, just run the following to install the latest version of avr-gcc:

$ brew tap osx-cross/avr
$ brew install avr-gcc

If you want to install a different version:

$ brew install [email protected]{x}

Where {x} being the version number such as [email protected] or [email protected]

Note: only the default version will be available in your $PATH. The other ones are keg-only and thus won't be available in /usr/local/bin.

You can run brew info avr-gcc or brew info [email protected]{x} for more information on the flags available.

Docs

brew info avr-gcc, brew help, man brew, or the Homebrew documentation.

Thanks

This repository is based on the works of:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].