Raw C for the AVR Atmega-328p microprocessor. Some of it is useful, some may be portable.
Find a file
2024-03-23 21:27:48 +01:00
.gitignore Initial 2024-02-09 02:14:45 +01:00
i2c.c Splitting code 2024-03-23 21:18:52 +01:00
i2c.h Splitting code 2024-03-23 21:18:52 +01:00
main.c Serial makefile target 2024-03-23 04:28:03 +01:00
makefile Makefile now puts object files and elf into build subdirectory 2024-03-23 21:27:48 +01:00
README.md Docs link 2024-02-10 14:38:21 +01:00
uart.c Splitting code 2024-03-23 21:18:52 +01:00
uart.h Splitting code 2024-03-23 21:18:52 +01:00

AVR Playground

QEMU AVR Docs

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