bugAVR C Runtime Library - Bugs: bug #26840, Missing #define in iom32m1.h

 
 

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

bug #26840: Missing #define in iom32m1.h

Submitter:  Brian Hammill <hammill>
Submitted:  Thu 18 Jun 2009 04:05:01 PM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Header files
Status:  Fixed Assigned to:  arcanum
Percent Complete:  100% Open/Closed:  Closed
Release:  1.6.6 Fixed Release:  1.6.3

Thu 18 Jun 2009 04:05:01 PM UTC, original submission:  

I had to add a missing #define in the WinAVR header file:
 
 
 
 c:\programs\winavr-20090313\avr\include\avr\iom32m1.h
 
 
 
 On line 685 of the file, I inserted the definition for DAOE:
 
 
 
 
 
 #define DACON _SFR_MEM8(0x90)
 
 #define DAEN 0
 
 #define DAOE 1   // this line has to be added!
 
 #define DALA 2

 #define DATS0 4
 
 #define DATS1 5
 
 #define DATS2 6
 
 #define DAATE 7
 
 
 
 The
 
 #define DAOE 1
 
 
 
 Was missing for some reason.  I checked and this is correct per the
 datasheet.


The definition is also missing from:

iom16m1.h
iom64m1.h
iom32c1.h
iom64c1.h

Thanks,
Brian

Brian Hammill <hammill>

 

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

Attached Files
file #18533:  bug26840.patch added by aboyapati (2KiB - application/octet-stream - DAOE macro is now defined as 1 for all automotive AVR devices)
file #18290:  iom32m1.h added by hammill (32KiB - application/octet-stream - This is the corrected header file.)

 

Depends on the following items: None found

Digest:
   bug dependencies.

 

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

    Follow 8 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-04-06 aboyapati Dependencies- bugs #28572 is dependent
    2009-08-07 arcanum Fixed ReleaseNone 1.6.3
        Open/ClosedOpen Closed
        Assigned toNone arcanum
        Percent Complete0% 100%
        StatusNone Fixed
    2009-08-06 aboyapati Attached File- Added bug26840.patch, #18533
    2009-06-18 hammill Attached File- Added iom32m1.h, #18290

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code