avr-gcc -Os -mmcu="atmega88p" -c ocxo.c
avr-gcc -mmcu="atmega88p" -o ocxo.elf ocxo.o
avr-objcopy -j .text -j .data -O ihex ocxo.elf ocxo.hex
avr-size --format=avr --mcu="atmega88p" ocxo.elf
