From c7f7fcda8e38dcc6e8f815cfa55ef559b2aa51c4 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Mon, 10 Jan 2022 22:12:36 +0100 Subject: [PATCH] Fix URL for linuxgpio programmer Closes #419 --- NEWS | 1 + src/avrdude.1 | 2 +- src/doc/avrdude.texi | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 87c9882a..22e69788 100644 --- a/NEWS +++ b/NEWS @@ -42,6 +42,7 @@ Changes since version 6.4: - [bug #53180] missing programmer or bad -P option argument doesn't result in error message #471 - ATmega328P reported as lgt8fx328p #812 + - [bug #48004] Dead link for linuxgpio in avrdude description #419 * Pull requests: diff --git a/src/avrdude.1 b/src/avrdude.1 index 0cadf9ab..670ecb55 100644 --- a/src/avrdude.1 +++ b/src/avrdude.1 @@ -106,7 +106,7 @@ be taken about voltage level compatibility. Also, although not strictrly required, it is strongly advisable to protect the GPIO pins from overcurrent situations in some way. The simplest would be to just put some resistors in series or better yet use a 3-state buffer driver like -the 74HC244. Have a look at http://kolev.info/avrdude-linuxgpio for a more +the 74HC244. Have a look at http://kolev.info/blog/2013/01/06/avrdude-linuxgpio/ for a more detailed tutorial about using this programmer type. .Pp Under a Linux installation with direct access to the SPI bus and GPIO diff --git a/src/doc/avrdude.texi b/src/doc/avrdude.texi index 06a40219..bd096ff2 100644 --- a/src/doc/avrdude.texi +++ b/src/doc/avrdude.texi @@ -177,7 +177,7 @@ be taken about voltage level compatibility. Also, although not strictly required, it is strongly advisable to protect the GPIO pins from overcurrent situations in some way. The simplest would be to just put some resistors in series or better yet use a 3-state buffer driver like -the 74HC244. Have a look at http://kolev.info/avrdude-linuxgpio for a more +the 74HC244. Have a look at http://kolev.info/blog/2013/01/06/avrdude-linuxgpio/ for a more detailed tutorial about using this programmer type. Under a Linux installation with direct access to the SPI bus and GPIO