From e7866fb67adaa4c3d074c31d6aeee736e3f1c086 Mon Sep 17 00:00:00 2001 From: "Brian S. Dean" Date: Sat, 22 Feb 2003 16:47:46 +0000 Subject: [PATCH] Add note about .avrduderc. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@223 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/avrdude/CHANGELOG b/avrdude/CHANGELOG index 1e3a0ddf..bf1883a3 100644 --- a/avrdude/CHANGELOG +++ b/avrdude/CHANGELOG @@ -31,6 +31,9 @@ Version ??? definition. This is now done in the config file using the 'default_programmer' keyword. + * Support a per-user config file (~/.avrduderc) so that one can + override system wide defaults if desired. + * Follow the datasheet more closely for several parts in the "retry" code when entering programming mode fails initially. Introduce 'retry_pulse' to the config file for this purpose.