avr-gcc -Os -g -fno-exceptions -ffunction-sections -fdata-sections -mmcu=attiny2313 ./code.c -o code.elf avr-objcopy -O ihex code.elf code.hex avr-objdump -D -S -s code.elf avr-size code.elf avrdude -c usbtiny -p attiny2313 -e -U flash:w:code.elf:i