avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] [bugs #10001] error in iomx8.h TIMSK1 and 2 WinAVR-200407


From: Theodore A. Roth
Subject: [avr-libc-dev] [bugs #10001] error in iomx8.h TIMSK1 and 2 WinAVR-20040720
Date: Fri, 10 Sep 2004 18:25:46 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5

This mail is an automated notification from the bugs tracker
 of the project: AVR C Runtime Library.

/**************************************************************************/
[bugs #10001] Latest Modifications:

Changes by: 
                Theodore A. Roth <address@hidden>
'Date: 
                Fri 09/10/04 at 22:19 (US/Pacific)

------------------ Additional Follow-up Comments ----------------------------
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."






/**************************************************************************/
[bugs #10001] Full Item Snapshot:

URL: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=10001>
Project: AVR C Runtime Library
Submitted by: 0
On: Fri 08/13/04 at 09:57

Category:  Header
Severity:  7 - Major
Item Group:  None
Resolution:  Fixed
Privacy:  Public
Assigned to:  troth
Originator Email:  address@hidden
Status:  Closed


Summary:  error in iomx8.h TIMSK1 and 2 WinAVR-20040720

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 


Follow-up Comments
------------------


-------------------------------------------------------
Date: Fri 09/10/04 at 22:19         By: Theodore A. Roth <troth>
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."

-------------------------------------------------------
Date: Fri 09/10/04 at 22:15         By: Theodore A. Roth <troth>
Fixed in cvs HEAD. This file is not current in the 1.0 branch so it the bug 
does not apply there.

-------------------------------------------------------
Date: Fri 09/10/04 at 21:52         By: Eric Weddington <arcanum>
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












For detailed info, follow this link:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=10001>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]