From f98284f62f6caa447d789b81045c604935b02ea8 Mon Sep 17 00:00:00 2001 From: Manfred Steiner Date: Thu, 14 Nov 2024 17:52:22 +0100 Subject: [PATCH] =?utf8?q?Projektvorlagen=20VSCode/AVR/Level-1:=20Makefile?= =?utf8?q?s=20ge=C3=A4ndert=20(target=20isp-flash)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- vscode-avr-c-cpp/arduino-nano-1/Makefile | 2 +- vscode-avr-c-cpp/nano-1284-1/Makefile | 2 +- vscode-avr-c-cpp/nano-644-1/Makefile | 2 +- vscode-avr-c-cpp/sure-1/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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) -- 2.39.5