[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avrdude-dev] baud rate enhancement
From: |
Brian Dean |
Subject: |
Re: [avrdude-dev] baud rate enhancement |
Date: |
Mon, 3 May 2004 09:49:51 -0400 |
User-agent: |
Mutt/1.5.6i |
On Mon, May 03, 2004 at 11:49:04AM +0200, Jan-Hinnerk Reichert wrote:
> Where do I get this "stk500boot.c"?
You can find that on Jason's page here:
http://www.avr1.org/stk500boot/stk500boot.html
I made a few minor tweaks and added a command to cause a watchdog
reset once programming is complete, but other than that it works well.
I think there is a bug in the baud rate register calculation code, I
need to send the fix to Jason.
> I have made the change for avr910 back then. I haven't changed
> "stk500.c" because I couldn't imagine that someone would need to run
> it at a different baudrate ;-)
>
> So, no objections here.
Cool - yes I noted that you had added the baudrate parameter to the
programmer definition for the config file. Your changes made adding
this change very easy and natural. So thanks for that!
-Brian