From f8992622134357da388e622b19d46ab1aad46783 Mon Sep 17 00:00:00 2001 From: leonie Date: Wed, 3 Jun 2026 10:05:00 +0200 Subject: [PATCH 1/3] =?UTF-8?q?zeilen=C3=BCmbr=C3=BCche=20im=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dafa1e..6a9ec50 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Blinkenlights -This circiut incorporates two most favorite chips, an LM317 (Björns favorite) and an NE555 (my favorite). In our lab the soldering irons run at 317°C. I did not try 555°C. +This circiut incorporates two most favorite chips, an LM317 (Björns favorite) +and an NE555 (my favorite). In our lab the soldering irons run at 317°C. +I did not try 555°C. ![SN1](IMG_4564-2.jpg) ![Layout](blinkenlights.png) From c9d87c4603b0c293743273a76038bdf35a99bf1e Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 5 Jun 2026 10:39:39 +0200 Subject: [PATCH 2/3] avrdude: do not use broken Debian executable --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index a56fd8a..99c1cd3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -89,7 +89,7 @@ ifeq ($(AVRDUDE-$(shell uname -m)),rpi-txd-rxd) AVRDUDE = $(AVRDUDEPROG) -C+$(AVRDUDERC) AVRDUDE_PROGRAMMER = raspberry-pi-txd-rxd else - AVRDUDEPROG = avrdude + AVRDUDEPROG = /usr/local/bin/avrdude AVRDUDE = $(AVRDUDEPROG) AVRDUDE_PROGRAMMER = avrispmkii endif From 92a5a1ba115e49e0c3b1331900442c01f47f6ed9 Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 5 Jun 2026 10:40:24 +0200 Subject: [PATCH 3/3] make: default PROJ=blink --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 99c1cd3..ac5ab0c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ -PROJ=kennung +PROJ=blink default: all all: $(PROJ).hex