neingeist
/
arduinisten
Archived
1
0
Fork 0

makefile: upload

master
Eve Entropia 13 years ago
parent ed93c9b753
commit 7141a64979

@ -5,3 +5,7 @@ blink.hex: blink.asm tn13def.inc
clean:
rm -f blink.hex blink.cof blink.eep.hex blink.obj
upload: blink.hex
# Pollin Atmel Evaluationsboard v2.0.1, ISP
avrdude -v -p attiny13 -c ponyser -P /dev/ttyS0 -U flash:w:blink.hex