1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2024-11-01 06:17:11 +02:00

fw/avrdude-antorcha.conf: move to common/ and share with whirl/fw/

This commit is contained in:
Werner Almesberger 2012-11-17 16:04:52 -03:00
parent d8663289dc
commit 08b06adbf9
3 changed files with 4 additions and 2 deletions

View File

@ -159,7 +159,8 @@ MKDEP = \
# ----- Programming and device control ---------------------------------------- # ----- Programming and device control ----------------------------------------
upload: $(NAME).bin boot.hex upload: $(NAME).bin boot.hex
scp $(NAME).bin boot.hex avrdude-antorcha.conf $(HOST): scp $(NAME).bin boot.hex ../common/avrdude-antorcha.conf \
$(HOST):
# lfuse: external clock, slow start-up # lfuse: external clock, slow start-up
# hfuse: 4 kB boot loader, reset into boot loader # hfuse: 4 kB boot loader, reset into boot loader

View File

@ -124,7 +124,8 @@ MKDEP = \
# ----- Programming and device control ---------------------------------------- # ----- Programming and device control ----------------------------------------
upload: $(NAME).bin boot.hex upload: $(NAME).bin boot.hex
scp $(NAME).bin boot.hex avrdude-antorcha.conf $(HOST): scp $(NAME).bin boot.hex ../../common/avrdude-antorcha.conf \
$(HOST):
# lfuse: external clock, slow start-up # lfuse: external clock, slow start-up
# hfuse: 4 kB boot loader, reset into boot loader # hfuse: 4 kB boot loader, reset into boot loader