maxmclau / avr

An advance AVR Makefile with support for programmer and bootloader

Home Page:http://blog.gcds.lt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AVR

Seed for new avr-gcc projects

Install

$ git clone https://github.com/maxmclau/avr.git
$ cd avr/
$ make

Targets

Target Action
* Build all targets
stats Print output of avr-size
clean Remove all compiled files and objects
flash_programmer Flash .hex file to AVR with avrdude and programmer flags
flash_bootloader Flash .hex file to AVR with avrdude and bootloader flags
directories Create associated directories if they do not exist

License

MIT

About

An advance AVR Makefile with support for programmer and bootloader

http://blog.gcds.lt

License:MIT License


Languages

Language:Makefile 94.5%Language:C 5.5%