From: Manfred Steiner Date: Thu, 14 Nov 2024 16:52:22 +0000 (+0100) Subject: Projektvorlagen VSCode/AVR/Level-1: Makefiles geändert (target isp-flash) X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=f98284f62f6caa447d789b81045c604935b02ea8;p=project-template.git Projektvorlagen VSCode/AVR/Level-1: Makefiles geändert (target isp-flash) --- diff --git a/vscode-avr-c-cpp/arduino-nano-1/Makefile b/vscode-avr-c-cpp/arduino-nano-1/Makefile index 3a56c18..576841c 100644 --- a/vscode-avr-c-cpp/arduino-nano-1/Makefile +++ b/vscode-avr-c-cpp/arduino-nano-1/Makefile @@ -162,7 +162,7 @@ flash-hexdump: flash-read # ---------------------------------------------- # flash to target with fischl programming device -isp-$(AVRDUDE_DEVICE): +isp-flash: avrdude -c usbasp -p $(AVRDUDE_DEVICE) -U lock:r:-:h avrdude -c usbasp -p $(AVRDUDE_DEVICE) diff --git a/vscode-avr-c-cpp/nano-1284-1/Makefile b/vscode-avr-c-cpp/nano-1284-1/Makefile index 8a81127..6d64ee2 100644 --- a/vscode-avr-c-cpp/nano-1284-1/Makefile +++ b/vscode-avr-c-cpp/nano-1284-1/Makefile @@ -162,7 +162,7 @@ flash-hexdump: flash-read # ---------------------------------------------- # flash to target with fischl programming device -isp-$(AVRDUDE_DEVICE): +isp-flash: avrdude -c usbasp -p $(AVRDUDE_DEVICE) -U lock:r:-:h avrdude -c usbasp -p $(AVRDUDE_DEVICE) diff --git a/vscode-avr-c-cpp/nano-644-1/Makefile b/vscode-avr-c-cpp/nano-644-1/Makefile index a93c8d0..323a3d0 100644 --- a/vscode-avr-c-cpp/nano-644-1/Makefile +++ b/vscode-avr-c-cpp/nano-644-1/Makefile @@ -162,7 +162,7 @@ flash-hexdump: flash-read # ---------------------------------------------- # flash to target with fischl programming device -isp-$(AVRDUDE_DEVICE): +isp-flash: avrdude -c usbasp -p $(AVRDUDE_DEVICE) -U lock:r:-:h avrdude -c usbasp -p $(AVRDUDE_DEVICE) diff --git a/vscode-avr-c-cpp/sure-1/Makefile b/vscode-avr-c-cpp/sure-1/Makefile index fc7cfc5..108ca6c 100644 --- a/vscode-avr-c-cpp/sure-1/Makefile +++ b/vscode-avr-c-cpp/sure-1/Makefile @@ -162,7 +162,7 @@ flash-hexdump: flash-read # ---------------------------------------------- # flash to target with fischl programming device -isp-$(AVRDUDE_DEVICE): +isp-flash: avrdude -c usbasp -p $(AVRDUDE_DEVICE) -U lock:r:-:h avrdude -c usbasp -p $(AVRDUDE_DEVICE)