avr-chat
[Top][All Lists]
Advanced

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

Re: FW: [avr-chat] C++ Interrupts


From: Joerg Wunsch
Subject: Re: FW: [avr-chat] C++ Interrupts
Date: Thu, 17 Jan 2008 06:18:06 +0100 (MET)

"Ron Kreymborg" <address@hidden> wrote:

> Manually adding the line:

> ISR_ALIAS(TIMER0_OVF_vect, _ZN7cTimer011__vector_16Ev);

> after the class definition makes everything work, but my question
> is: is it possible to do this without the cutting and pasting?

That (unlike the arbitrary non-global name method) indeed might be
possible, yes.  The author of the current ISR macro (Dean Camera) is
subscribed to the avr-libc-dev mailing list.  Perhaps he would be
willing to look into a C++ magic if you ask him.

-- 
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]