From 2663fb4d5c86ffc3cd9f42db40f51e24ac3c2c9e Mon Sep 17 00:00:00 2001 From: Sebastian Kuzminsky Date: Thu, 9 Mar 2023 14:47:33 -0700 Subject: [PATCH] avrdude.conf: add connection_type to example linuxgpio programmer --- src/avrdude.conf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/avrdude.conf.in b/src/avrdude.conf.in index 36734e5e..b8177e49 100644 --- a/src/avrdude.conf.in +++ b/src/avrdude.conf.in @@ -715,6 +715,7 @@ programmer # desc = "Use the Linux sysfs interface to bitbang GPIO lines"; # type = "linuxgpio"; # prog_modes = PM_ISP; +# connection_type = linuxgpio; # reset = ?; # sck = ?; # sdo = ?;