[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-libc-dev] New device support: AT90CAN128
From: |
Theodore A. Roth |
Subject: |
Re: [avr-libc-dev] New device support: AT90CAN128 |
Date: |
Fri, 23 Apr 2004 11:49:30 -0700 (PDT) |
I've committed Colin's header to cvs. I then made a few formatting
cleanups.
On Fri, 23 Apr 2004, Colin O'Flynn wrote:
> > /* RegDef: USART0 I/O Data Register */
> > #define UDR0 _SFR_MEM8(0xC6)
>
> Oops! Thanks for catching that....
Fixed in cvs now.
Colin,
I thought you were going to use SIG_CANIT and SIG_OVRIT instead of
these:
#define SIG_CAN_INTERRUPT1 _VECTOR(18) /*NEW IN CAN128 */
#define SIG_CAN_OVERFLOW1 _VECTOR(19) /*NEW IN CAN128 */
I'm probably going to remove the comments in the above defs and the
"/*MOVED IN CAN128 */" comments. They don't really add anything.
---
Ted Roth
PGP Key ID: 0x18F846E9
Jabber ID: address@hidden
- Re: [avr-libc-dev] New device support: AT90CAN128, (continued)
Re: [avr-libc-dev] New device support: AT90CAN128, Colin O'Flynn, 2004/04/22
Re: [avr-libc-dev] New device support: AT90CAN128, Pawel Moll, 2004/04/23
Re: [avr-libc-dev] New device support: AT90CAN128, Pawel Moll, 2004/04/26