bugAVR C Runtime Library - Bugs: bug #13290, avr/io.h EEAR def is flawed for...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #13290: avr/io.h EEAR def is flawed for the Mega48

Submitter:  Bob Paddock <bpaddock>
Submitted:  Fri 03 Jun 2005 11:48:23 PM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  None
Percent Complete:  0% Open/Closed:  Closed
Release:  None Fixed Release:  None

Tue 19 Jul 2005 03:05:27 PM UTC, comment #1: 

Fixed 19.07.2005.

Anatoly Sokolov <aesok>
Group administrator
Fri 03 Jun 2005 11:48:23 PM UTC, original submission:  

For the Mega48 the logic at the end of
<avr/io.h> is flawed because iomx8.h sets E2END to 0xFF.

#if E2END < 0x100 && !defined(_COMPILING_AVR_LIBC_)
# undef EEAR
# if E2END > 0
#   define EEAR _SFR_IO8(0x1E)
# endif
# undef EEARH
#endif

Bob Paddock <bpaddock>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Follow 5 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-07-19 aesok StatusNone Fixed
    Assigned toaesok None
    Open/ClosedOpen Closed
2005-06-30 aesok Assigned toNone aesok
2005-06-03 bpaddock Carbon-Copy- Added -email is unavailable-

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code