avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avrdude-dev] Cleaning up of avr910.c


From: Jan-Hinnerk Reichert
Subject: Re: [avrdude-dev] Cleaning up of avr910.c
Date: Tue, 9 Dec 2003 13:22:53 +0100
User-agent: KMail/1.5.1

On Monday 08 December 2003 22:16, Jan-Hinnerk Reichert wrote:
> On Monday 08 December 2003 17:51, E. Weddington wrote:
> > On 8 Dec 2003 at 14:25, Jan-Hinnerk Reichert wrote:

> > - avr910 needs a little bit of work to support setting fuse byte
> > (note that it can only deal with a _single_ fuse byte.
>
> Is this true? If yes, I will look into it.

I think I understand this TODO-item, now. And it is already done ;-)

> > - FIXME: avr910.c: avr910_initialize(): Need to lookup devcode
> > and report the device.
>
> Yes, I have seen this. Definitely, high priority.

Done. Waiting for commit ;-(

However, we can still discuss the outport format. Right now it looks 
like this:
    Device code: 0x34  AT90S2333
    Device code: 0x38  AT90S8515
    Device code: 0x48  (unknown)
    Device code: 0x4c  AT90S2343
    Device code: 0x55  ATtiny12

Perhaps it looks better like this:
    Device code: 0x38  - AT90S8515
    Device code: 0x48  - (unknown)
or:
    Device code: 0x38  = AT90S8515
    Device code: 0x48  = (unknown)

/Jan-Hinnerk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]