Merge branch 'master' of github.com:davidlenfesty/ece312

This commit is contained in:
WillardFarmer 2019-09-03 11:14:58 -06:00
commit e9ef074259

View File

@ -12,6 +12,12 @@ AVR-gcc and stuff like that
sudo apt install -y gcc-avr avrdude avr-libc make cmake sudo apt install -y gcc-avr avrdude avr-libc make cmake
``` ```
You also have to add yourself to the dialout group.
```
sudo usermod -aG dialout <username>
```
## CMAKE instructions ## ## CMAKE instructions ##
You have to specify a custom toolchain when you run cmake for the first time. Example: You have to specify a custom toolchain when you run cmake for the first time. Example: