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-03 20:19:58 +02:00
.vscode Initial 2024-03-23 19:36:08 +01:00
.gitignore Makefile target for viewing assembly/symbol table and gitignore 2024-04-03 20:19:58 +02:00
main.c Default to timer based interrupt 2024-04-02 23:30:57 +02:00
makefile Makefile target for viewing assembly/symbol table and gitignore 2024-04-03 20:19:58 +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