Last active
July 2, 2017 13:26
-
-
Save mralexgray/6cc63489ea30f7d8d0636ea8938841f3 to your computer and use it in GitHub Desktop.
my os x microcontroller setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env zsh | |
brew tap osx-cross/avr | |
brew tap homebrew/dupes | |
brew install gnu-sed --with-default-names | |
brew install gperf grep autoconf binutils gawk wget automake libtool help2man | |
brew cask install java arduino | |
brew install avr-libc platformio | |
brew install avrdude --with-usb | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment