bugAVR C Runtime Library - Bugs: bug #17608, Add ISR_ALIAS() to avr/interrupt.h

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #17608: Add ISR_ALIAS() to avr/interrupt.h

Submitter:  Joerg Wunsch <joerg_wunsch>
Submitted:  Mon 04 Sep 2006 09:44:49 PM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  7 - High Item Group:  None
Status:  Fixed Assigned to:  joerg_wunsch
Percent Complete:  100% Open/Closed:  Closed
Release:  None Fixed Release:  None

Mon 04 Sep 2006 09:44:49 PM UTC, original submission:  

This has been discussed here, including a prototype
implementation:

http://lists.gnu.org/archive/html/avr-libc-dev/2006-05/msg00011.html

#define _ALIAS(tgt) __attribute_((alias(#tgt)))
#define ISR_ALIAS(vec, tgt) \
void vec(void) __ALIAS(tgt)

Joerg Wunsch <joerg_wunsch>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Follow 5 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-09-27 joerg_wunsch StatusNone Fixed
    Percent Complete10% 100%
    Open/ClosedOpen Closed
2006-09-04 joerg_wunsch Priority5 - Normal 7 - High
2006-09-04 joerg_wunsch Carbon-Copy- Added -email is unavailable-

Back to the top

Powered by Savane 3.13-caa5.
Corresponding source code