Links
This commit is contained in:
parent
8c7d0b4069
commit
ff0d24dcd3
1 changed files with 4 additions and 2 deletions
|
@ -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
|
```bash
|
||||||
sudo dnf install avr-binutils avr-libc avr-gcc avr-gcc-c++ avrdude qemu-system-avr
|
sudo dnf install avr-binutils avr-libc avr-gcc avr-gcc-c++ avrdude qemu-system-avr
|
||||||
|
|
Loading…
Reference in a new issue