Merge branch 'master' of github.com:davidlenfesty/ece312
This commit is contained in:
commit
e9ef074259
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user