[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avrdude-dev] [PATCH] add default_bitclock to configuration files
From: |
Stefan Tomanek |
Subject: |
Re: [avrdude-dev] [PATCH] add default_bitclock to configuration files |
Date: |
Sat, 30 Apr 2011 22:34:37 +0200 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Dies schrieb Joerg Wunsch (address@hidden):
> > When programming controllers, it is often needed to adjust the
> > bitclock value to a more conservative value; This patch allows the
> > specification of a default value in the configuration files, making
> > it unnecessary to add "-B x" to each invocation of avrdude.
>
> Well, STK500-like programmers remember their last -B setting in their
> EEPROM anyway, so this should not be necessary there, but of course,
> it doesn't hurt either.
I'm not sure whether that setting survives a disconnect on my USB programmer,
but relying on some value stored there might prove unreliable; It did cost me
quite some time to find out why I wasn't able to program a controller my
programmer did handle quite fine a short time ago - I guess that somehow the
bitclock value got lost. Having a set of default values stored in ~/.avrduderc
makes the entire process more deterministic while not complicating the command
lines.
> Please file it into a patch tracker at
>
> https://savannah.nongnu.org/patch/?group=avrdude
I'll look into that, thank you for your reply.