bugAVR C Runtime Library - Bugs: bug #10001, error in iomx8.h TIMSK1 and 2...

 
 

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

bug #10001: error in iomx8.h TIMSK1 and 2 WinAVR-20040720

Submitter:  None
Submitted:  Fri 13 Aug 2004 09:57:17 AM UTC
   
 
Category:  Header Severity:  4 - Important
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  troth
Percent Complete:  0% Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  None
Fixed Release:  None

Fri 10 Sep 2004 10:19:58 PM UTC, comment #3: 

Argh... I need to proofread more... The last message should have said:

"This file is not currently in the 1.0 branch so the bug does not apply there."

Theodore A. Roth <troth>
Fri 10 Sep 2004 10:15:30 PM UTC, comment #2: 

Fixed in cvs HEAD. This file is not current in the 1.0 branch so it the bug does not apply there.

Theodore A. Roth <troth>
Fri 10 Sep 2004 09:52:44 PM UTC, comment #1: 

The submitted changes are correct according to the latest ATmega48/88/168 datasheet from Atmel. The current iomx8.h file in CVS is incorrect.

Eric

Eric Weddington <arcanum>
Group administrator
Fri 13 Aug 2004 09:57:17 AM UTC, original submission:  

WinAVR-20040720:
The OCIExA and B defines are wrong
this is correct:

/* TIMSK1 */
#define ICIE1 5
#define OCIE1B 2
#define OCIE1A 1
#define TOIE1 0

/* TIMSK2 */
#define OCIE2B 2
#define OCIE2A 1
#define TOIE2 0

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

 

CC list is empty

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-09-10 troth StatusNone Fixed
    Assigned toNone troth
    Open/ClosedOpen Closed
2004-09-10 arcanum Severity3 - Normal 4 - Important

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code