To build the project (AVR libc is a prerequisite):
$ make all
To flash onto an ATmega32 (using avrdude with USBtiny programmer):
$ make program
To apply the fuse settings used in the example:
$ make fuse
To build the project (AVR libc is a prerequisite):
$ make all
To flash onto an ATmega32 (using avrdude with USBtiny programmer):
$ make program
To apply the fuse settings used in the example:
$ make fuse