Simple template for an AVR C project. By default configured for Atmega328p (commonly used in 8-bit arduino boards).
Find a file Use this template
2024-04-02 14:25:26 +02:00
.vscode Initial 2024-03-23 19:36:08 +01:00
.gitignore Initial 2024-03-23 19:36:08 +01:00
main.c Various interrupts 2024-04-02 14:25:11 +02:00
makefile Debug info in elf 2024-04-01 20:38:53 +02:00
README.md Links 2024-04-02 14:25:26 +02:00

AVR Template

sudo dnf install avr-binutils avr-libc avr-gcc avr-gcc-c++ avrdude qemu-system-avr