diff --git a/fw/avrdude-antorcha.conf b/common/avrdude-antorcha.conf similarity index 100% rename from fw/avrdude-antorcha.conf rename to common/avrdude-antorcha.conf diff --git a/fw/Makefile b/fw/Makefile index 580f540..2e6fd18 100644 --- a/fw/Makefile +++ b/fw/Makefile @@ -159,7 +159,8 @@ MKDEP = \ # ----- Programming and device control ---------------------------------------- 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 # hfuse: 4 kB boot loader, reset into boot loader diff --git a/whirl/fw/Makefile b/whirl/fw/Makefile index 45f6438..4ef217a 100644 --- a/whirl/fw/Makefile +++ b/whirl/fw/Makefile @@ -124,7 +124,8 @@ MKDEP = \ # ----- Programming and device control ---------------------------------------- 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 # hfuse: 4 kB boot loader, reset into boot loader