Good policy. Thanks.

On 05/13/2010 11:02 AM, avr-libc-dev-requ...@nongnu.org wrote:
> Send AVR-libc-dev mailing list submissions to
>       avr-libc-dev@nongnu.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       http://lists.nongnu.org/mailman/listinfo/avr-libc-dev
> or, via email, send a message with subject or body 'help' to
>       avr-libc-dev-requ...@nongnu.org
>
> You can reach the person managing the list at
>       avr-libc-dev-ow...@nongnu.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of AVR-libc-dev digest..."
>
>
> Today's Topics:
>
>    1. USART_RXC_vect and USART_TXC_vect (Karl Edler)
>    2. Re: USART_RXC_vect and USART_TXC_vect (Joerg Wunsch)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 12 May 2010 12:20:35 -0500
> From: Karl Edler <karl.ed...@nrc-cnrc.gc.ca>
> Subject: [avr-libc-dev] USART_RXC_vect and USART_TXC_vect
> To: avr-libc-dev@nongnu.org
> Message-ID: <4beae363.8060...@nrc-cnrc.gc.ca>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi,
>
> I have noticed that iom16.h, iom323.h, iom32.h, and iom8.h all define
> USART_RXC_vect and USART_TXC_vect
> while the headers for other micro-controllers define
> USART_RX_vect and USART_TX_vect instead.
>
> I think that these definitions should be unified. Am I right?
>
> If so, how might I unify them and have the changes contributed to the
> project?
>
> Cheers,
> Karl Edler
>
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 12 May 2010 20:20:28 +0200
> From: Joerg Wunsch <j...@uriah.heep.sax.de>
> Subject: Re: [avr-libc-dev] USART_RXC_vect and USART_TXC_vect
> To: avr-libc-dev@nongnu.org
> Message-ID: <20100512182028.gc1...@uriah.heep.sax.de>
> Content-Type: text/plain; charset=us-ascii
>
> As Karl Edler wrote:
>
>   
>> I think that these definitions should be unified. Am I right?
>>     
> Our policy is to match whatever the datasheet uses.  As the datasheet
> of the ATmega16 & Co. used USART,TXC, we have it that way, too.
>
> I don't think anyone is going to modify these very old datasheets
> anymore.
>   


_______________________________________________
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to