avr-libc-dev
[Top][All Lists]
Advanced

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

[avr-libc-dev] Patch for Signal Interrupts


From: Ron Kreymborg
Subject: [avr-libc-dev] Patch for Signal Interrupts
Date: Mon, 7 Apr 2008 22:04:33 +1000

A patch to add an argument to the signal attribute has been proposed over on
the avr-gcc-list. This is based on an original proposal by Marek
Michalkiewicz which in turn was based on an msp430 version of gcc. The
intent is to link the jump vector to the interrupt function address rather
than indirectly through the function name. The interrupt function name can
therefore be any name including a mangled C++ name. 

The existing ISR macros remain unchanged and work as before.

Is there any further discussion on this?

Ron







reply via email to

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