From 43d1590ff51df0fc4b15f85b4f7b46a41cb0ebdb Mon Sep 17 00:00:00 2001 From: Stefan Rueger Date: Thu, 22 Jun 2023 08:18:38 +0100 Subject: [PATCH] Update arduino-ft232r description --- src/avrdude.conf.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/avrdude.conf.in b/src/avrdude.conf.in index 55eae281..862807ad 100644 --- a/src/avrdude.conf.in +++ b/src/avrdude.conf.in @@ -1546,6 +1546,13 @@ programmer # arduino-ft232r #------------------------------------------------------------ +# This programmer helps programming the Arduino Diecimila, NG and +# Duemilanove (but not the Uno) without bootloader or external +# programmer using the on-board FT232RL chip. Instructions here: +# https://make.kosakalab.com/arduino/bootloader/index_en.html +# Note that the -c diecimila avrdude.conf entry mentioned in above post +# is the same as the -c arduino-ft232r entry here. + programmer id = "arduino-ft232r"; desc = "Arduino: FT232R connected to ISP";