From e7b97b23f9daf79d045203fec1189110758365a2 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/avrdude@223 81a1dc3b-b13d-400b-aceb-764788c761c2 --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 1e3a0ddf..bf1883a3 100644 --- a/CHANGELOG +++ b/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.