bugAVR C Runtime Library - Bugs: bug #21691, iomx8.h-> IVSEL and IVCE should...

 
 

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

bug #21691: iomx8.h-> IVSEL and IVCE should not be available for ATmega48

Submitter:  CurtVM <curtvm>
Submitted:  Sat 01 Dec 2007 07:19:21 AM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  9 - Immediate Item Group:  Header files
Status:  Fixed Assigned to:  arcanum
Percent Complete:  100% Open/Closed:  Closed
Release:  None Fixed Release:  None

Sat 01 Dec 2007 07:27:13 AM UTC, comment #1: 

Looks like this also applies to iomx8p.h

CurtVM <curtvm>
Sat 01 Dec 2007 07:19:21 AM UTC, original submission:  

original-

#define MCUCR   _SFR_IO8 (0x35)
/* MCUCR */
#define PUD     4
#define IVSEL   1
#define IVCE    0

should be changed to-

#define MCUCR   _SFR_IO8 (0x35)
/* MCUCR */
#define PUD     4
#if defined (_AVR_ATmega88_) || defined (_AVR_ATmega168_)
#define IVSEL   1
#define IVCE    0
#endif

CurtVM <curtvm>

 

(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

 

Carbon-Copy List
  • -email is unavailable- added by arcanum (Updated the item)
  • -email is unavailable- added by curtvm (Submitted the item)
  •  

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-12-12 arcanum StatusNone Fixed
        Percent Complete90% 100%
        Open/ClosedOpen Closed
    2007-12-12 arcanum Percent Complete0% 90%
        Assigned toNone arcanum
    2007-12-01 arcanum Priority5 - Normal 9 - Immediate

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code