Skip to content

ithron/AVR-Makefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

A Makefile template for building and programming projects for the AVR microcontroller family.

Dependencies:
	AVRFuseExtractor <http://github.com/ithron/AVRFuseExtractor>
	avrdude <http://www.nongnu.org/avrdude>
	avr-libc with the full toolchain <http://www.nongnu.org/avr-libc>

Some of the targets are:

	all - build everything and create ihex ROM images (flash + eeprom)
	program - program the device using avrdude
	install - program the device + fuse bytes
	erase - perform a chip erase

About

A Makefile template for AVR microcontroller projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published