avr-libc-dev
[Top][All Lists]
Advanced

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

[avr-libc-dev] io86r401.h (was: Re: (Fwd) WinAVR 20030424)


From: E. Weddington
Subject: [avr-libc-dev] io86r401.h (was: Re: (Fwd) WinAVR 20030424)
Date: Mon, 05 May 2003 15:43:09 -0600

On 27 Apr 2003 at 13:53, E. Weddington wrote:


> 
> 1.Corrections are needed to the io86r401.h file to match the latest
> data sheet (03/03) see attached edited file.

Committed.

Note I also had to change FLASHEND to show the size in bytes. It was 
previously in words.

 
> 2. The vectors of the AT86RF401 are 2 word vectors ( requires JMP,
> rather than RJMP) like the newer mega devices, even tho there would
> never be a requirement to address beyond the range of an rjmp :)
> 

Committed per Marek's comments.

 
> 
> 3. A section of the interrupt.h file contains the following
> 
> extern inline void enable_external_int (unsigned char ints)
> {
> #if defined(EIMSK)
>  EIMSK = ints;
> #elif defined(GIMSK)
>  GIMSK = ints;
> #elif defined(GICR)
>  GICR = ints;
> #else
> # error "No valid external interrupt control register defined."
> #endif
> }
> 

Issue still open.

Eric




reply via email to

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