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

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

[avr-libc-dev] [bug #18964] USART definitions *wrong* in iocanxx.h


From: anonymous
Subject: [avr-libc-dev] [bug #18964] USART definitions *wrong* in iocanxx.h
Date: Mon, 05 Feb 2007 17:33:29 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727)

URL:
  <http://savannah.nongnu.org/bugs/?18964>

                 Summary: USART definitions *wrong* in iocanxx.h
                 Project: AVR C Runtime Library
            Submitted by: None
            Submitted on: Montag 05.02.2007 um 17:33 UTC
                Category: Header
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: libc code
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Hello

the iocanxx.h lacks some vector definitions.
I saw it because the Aversive lib uses the presence of the USART vectors to
detect if it is an UART or USART.

iocanxx.h : 
/* USART0, Rx Complete */
#define USART0_RX_vect                  _VECTOR(21)
#define SIG_UART0_RECV                  _VECTOR(21)

iom128.h : 
/* USART0, Rx Complete */
#define USART0_RX_vect                  _VECTOR(18)
#define SIG_USART0_RECV                 _VECTOR(18)
#define SIG_UART0_RECV                  _VECTOR(18)

it cis in my opinion logical to add the usart defined vectors.

Tschüss

christoph




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?18964>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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