This commit is contained in:
Imbus 2024-04-02 14:25:26 +02:00
parent 8c7d0b4069
commit ff0d24dcd3

View file

@ -1,6 +1,8 @@
# AVR Playground
# AVR Template
[QEMU AVR Docs](https://www.qemu.org/docs/master/system/target-avr.html)
- [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)
```bash
sudo dnf install avr-binutils avr-libc avr-gcc avr-gcc-c++ avrdude qemu-system-avr