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

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

[avr-libc-dev] [bug #17608] Add ISR_ALIAS() to avr/interrupt.h


From: Joerg Wunsch
Subject: [avr-libc-dev] [bug #17608] Add ISR_ALIAS() to avr/interrupt.h
Date: Mon, 4 Sep 2006 23:44:50 +0200
User-agent: Mozilla/5.0 Galeon/1.2.6 (X11; FreeBSD i386; U;) Gecko/0

URL:
  <http://savannah.nongnu.org/bugs/?17608>

                 Summary: Add ISR_ALIAS()  to avr/interrupt.h
                 Project: AVR C Runtime Library
            Submitted by: joerg_wunsch
            Submitted on: Monday 09/04/2006 at 23:44
                Category: Header
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: joerg_wunsch
        Percent Complete: 10%
        Originator Email: address@hidden
             Open/Closed: Open

    _______________________________________________________

Details:

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)



    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
Available only the item webpage     | Originator Email




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?17608>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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