bugAVR C Runtime Library - Bugs: bug #25796, missing support for xmega128a1...

 
 

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

bug #25796: missing support for xmega128a1 ADDRMASK register

Submitter:  None
Submitted:  Mon 09 Mar 2009 02:14:56 AM UTC
   
 
Category:  Library Severity:  3 - Normal
Priority:  5 - Normal Item Group:  libc code
Status:  Fixed Assigned to:  arcanum
Percent Complete:  100% Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  1.6.4
Fixed Release:  1.6.6

Mon 09 Mar 2009 02:14:56 AM UTC, original submission:  

The following definition in iox128a1.h header is missing ADDRMASK register:
 
typedef struct TWI_SLAVE_struct
{
   register8_t CTRLA; /* Control Register A */
   register8_t CTRLB; /* Control Register B */
   register8_t STATUS; /* Status Register */
   register8_t ADDR; /* Address Register */
   register8_t DATA; /* Data Register */
} TWI_SLAVE_t;

Also missing are other supporting definitions required for this register.

This bug does not allow to use xmega128a1 in the multi-address slave mode.

Anonymous

 

(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)
  •  

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-03-13 arcanum StatusNone Fixed
        Percent Complete0% 100%
        Assigned toNone arcanum
        Open/ClosedOpen Closed
        Fixed ReleaseNone 1.6.6

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code