AVR C Runtime Library - Patches: patch #6805, Numeric interrupt vectors
You are not allowed to post comments on this tracker with your current authentication level.
patch #6805: Numeric interrupt vectors
Submitter: | Ron Kreymborg <ronkrem> | ||
Submitted: | Sun 12 Apr 2009 05:26:05 AM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | aesok | Open/Closed: | Open |
Mon 13 Apr 2009 01:16:53 AM UTC, comment #2: |
Ron Kreymborg <ronkrem> |
Sun 12 Apr 2009 02:10:51 PM UTC, comment #1: The patch for the GCC is not complete.
|
Anatoly Sokolov <aesok>![]() ![]() |
Sun 12 Apr 2009 05:26:05 AM UTC, original submission:
This patch allows a C++ interrupt handler name to be represented by a number, and while the name will be mangled as usual, the number survives for later linking. The patch provides for an optional numeric argument to the signal function.
|
Ron Kreymborg <ronkrem> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Good idea - a more complete implementation that mine (which was based on Marek's original). I assume it will use the number for the vector and not the "handler_name" (the C++ requirement).
Just curious - what is an example of (2)?
Ron