This commit is contained in:
Christoph J. Scherr 2023-10-27 11:15:25 +02:00
parent 055fa83a3e
commit cc97a76e16
1 changed files with 18 additions and 0 deletions

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# Programming for the `atmega382p`
## Dependencies
```bash
dnf install avr-gcc avr-binutils avr-gcc-c++ avr-libc avrdude
```
Note: The `avr-libc` files will be located in `/usr/avr`.
## Build
It is assumed that the board will be available on `/dev/ttyUSB0`. Your user
should be part of the `dialout` group.
```bash
bash build.sh buttons
```