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%
| .clang-format | ||
| .gitignore | ||
| main.c | ||
| Makefile | ||
| README.md | ||
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