2024-04-02 14:25:26 +02:00
|
|
|
# AVR Template
|
2024-03-23 19:36:08 +01:00
|
|
|
|
2024-04-02 14:25:26 +02:00
|
|
|
- [QEMU AVR Docs](https://www.qemu.org/docs/master/system/target-avr.html)
|
|
|
|
- [Atmel AVR Docs](https://www.microchip.com/wwwproducts/en/ATmega328P)
|
|
|
|
- [Atmega328P Datasheet](https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-7810-Automotive-Microcontrollers-ATmega328P_Datasheet.pdf)
|
2024-03-23 19:36:08 +01:00
|
|
|
|
|
|
|
```bash
|
|
|
|
sudo dnf install avr-binutils avr-libc avr-gcc avr-gcc-c++ avrdude qemu-system-avr
|
|
|
|
```
|