bugAVR C Runtime Library - Bugs: bug #41690, Bit definitions for SPMCSR

 
 

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

bug #41690: Bit definitions for SPMCSR

Submitter:  None
Submitted:  Tue 25 Feb 2014 05:42:22 PM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Header files
Status:  Fixed Assigned to:  joerg_wunsch
Percent Complete:  0% Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  1.8.0
Fixed Release:  1.8.1

Tue 25 Feb 2014 05:42:22 PM UTC, original submission:  

Affected devices:
ATmega48A/PA
ATmega88A/PA
ATmega168A/PA
ATmega328/P

Header files affected:
iomx8.h
iom48p.h
iom88p.h
iom88pa.h
iom168p.h
iom328p.h

Bit 0 was renamed from SELFPRGEN to SPMEN in the same datasheet revision noted above.  The new bit name has been defined in iomx8.h alongside the old definition.  This common header file is #included by the device header files iom48.h, iom88.h, and iom168.h, but not by the other device header files iom48p.h, iom88p.h, iom88pa.h, iom168p.h, or iom328p.h.

No definition exists for bit 5, SIGRD, in any of the above header files.  This bit was added to the datasheet in revision 8271E–AVR–07/2012.

Patch file included (made against 1.8.0) remedies all of this.

Anonymous

 

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

Attached Files
file #30690:  avr-libc-1.8.0.patch added by None (2KiB - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

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

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-08-11 joerg_wunsch StatusNone Fixed
        Assigned toNone joerg_wunsch
        Open/ClosedOpen Closed
        Fixed ReleaseNone 1.8.1
    2014-02-25 None Attached File- Added avr-libc-1.8.0.patch, #30690

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code