2024-02-10 14:37:38 +01:00
|
|
|
# AVR Playground
|
|
|
|
|
2024-02-10 14:38:21 +01:00
|
|
|
[QEMU AVR Docs](https://www.qemu.org/docs/master/system/target-avr.html)
|
|
|
|
|
2024-02-10 14:37:38 +01:00
|
|
|
```bash
|
|
|
|
sudo dnf install avr-binutils avr-libc avr-gcc avr-gcc-c++ avrdude qemu-system-avr
|
|
|
|
```
|