[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: |
Eric Weddington |
Subject: |
[avr-libc-dev] [bugs #10001] error in iomx8.h TIMSK1 and 2 WinAVR-20040720 |
Date: |
Fri, 10 Sep 2004 17:58:45 -0400 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3 |
This mail is an automated notification from the bugs tracker
of the project: AVR C Runtime Library.
/**************************************************************************/
[bugs #10001] Latest Modifications:
Changes by:
Eric Weddington <address@hidden>
'Date:
Fri 09/10/2004 at 21:52 (America/Denver)
What | Removed | Added
---------------------------------------------------------------------------
Severity | 5 - Average | 7 - Major
------------------ Additional Follow-up Comments ----------------------------
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
/**************************************************************************/
[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/2004 at 09:57
Category: Header
Severity: 7 - Major
Item Group: None
Resolution: None
Privacy: Public
Assigned to: None
Originator Email: address@hidden
Status: Open
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/2004 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/
- [avr-libc-dev] [bugs #10001] error in iomx8.h TIMSK1 and 2 WinAVR-20040720,
Eric Weddington <=