Simple template for an AVR C project. By default configured for Atmega328p (commonly used in 8-bit arduino boards).
  • C 67.5%
  • Makefile 32.5%
Find a file Use this template
2026-03-09 14:08:47 +01:00
.clang-format Incldue clang-format 2026-03-08 23:06:12 +01:00
.gitignore Ignore 2026-03-08 22:51:11 +01:00
main.c Errors 2026-03-08 22:59:48 +01:00
Makefile Remove size after compilation, use make size 2026-03-09 14:08:47 +01:00
README.md Notes on LSP support 2026-03-08 22:54:23 +01:00

AVR Template

Requires: avr-gcc, avr-libc and avrdude
For LSP support, use bear (https://github.com/rizsotto/Bear)

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