- Install Rust and override to nightly
rustup override set nightly
- Install AVR toolchain
brew update
brew tap osx-cross/avr
brew install avr-gcc
brew install avrdude
You're all set to start developing with Arduino and rust! View the other directories to learn more.