From bdc1135c950da5b0a4dea1856bd2bfa513d20a89 Mon Sep 17 00:00:00 2001 From: Stefan Rueger Date: Sat, 10 Jun 2023 16:53:07 +0100 Subject: [PATCH] Add more info for the arduino programmer --- src/avrdude.conf.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/avrdude.conf.in b/src/avrdude.conf.in index 1cc82043..9c57d230 100644 --- a/src/avrdude.conf.in +++ b/src/avrdude.conf.in @@ -803,6 +803,13 @@ programmer # arduino #------------------------------------------------------------ +# Serves optiboot bootloaders and others using the STK500v1 protocol; +# it is superseded by the more modern -c urclock programmer, see below. +# The programmer is named after the popular embedded programming +# environment Arduino that has for a long time used optiboot +# bootloaders. Same as the stk500v1 except that it resets the attached +# board and treats EEPROM as the optiboot bootloaders expect. + programmer id = "arduino"; desc = "Arduino for bootloader using STK500 v1 protocol";