[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-chat] C++ Interrupts
From: |
Joerg Wunsch |
Subject: |
Re: [avr-chat] C++ Interrupts |
Date: |
Thu, 17 Jan 2008 06:15:52 +0100 (MET) |
"Weddington, Eric" <address@hidden> wrote:
> Note that there is no C++ maintainer for AVR GCC.
With the current method of declaring interrupt vectors, they
have to be global symbols (of a fixed pattern), so there's
no real chance for them being private class methods.
I vaguely remember that Marek once suggested a different
scheme of handling vectors, but would have to review that in
old emails. I only remember it could use arbitrary names, so
maybe it would also be possible to have a C++ method be an
interrupt handler.
--
cheers, J"org .-.-. --... ...-- -.. . DL8DTL
http://www.sax.de/~joerg/ NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)