1
0
Fork 0
This repository has been archived on 2019-12-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
arduinisten/projekte/attiny13/Makefile

12 lines
269 B
Makefile
Raw Normal View History

2010-09-22 17:46:45 +02:00
default: blink.hex
blink.hex: blink.asm tn13def.inc
avra blink.asm
clean:
rm -f blink.hex blink.cof blink.eep.hex blink.obj
2011-02-23 22:59:13 +01:00
upload: blink.hex
# Pollin Atmel Evaluationsboard v2.0.1, ISP
avrdude -v -p attiny13 -c ponyser -P /dev/ttyS0 -U flash:w:blink.hex