uracoli-devel
[Top][All Lists]
Advanced

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

Re: [uracoli-devel] RFA1 infrastucture stub added


From: Joerg Wunsch
Subject: Re: [uracoli-devel] RFA1 infrastucture stub added
Date: Tue, 22 Dec 2009 17:50:06 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

As Axel Wachtler wrote:

> Hallo, I just added a nonfunctioning, empty stub for ATmega128RFA1.

I tried to make everything compilable, and well, at least basically
functioning.  The ISR handling is a mess right now.  All applications
that use their own low-level ISR have to use

#if defined(TRX_IF_RFA1)
ISR(TRX24_xxx_vect)
{
...
}
#else /* !RFA1 */
ISR(TRX_IRQ_vect)
{
...
}
#endif /* RFA1 */

We might try to find a better abstraction for that in future.

No testing done so far.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

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