patchAVR C Runtime Library - Patches: patch #8729, [avr/interrupt.h] Add ISR_NOICF,...

 
 

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

patch #8729: [avr/interrupt.h] Add ISR_NOICF, ISR_FLATTEN. Fix namespace of identifiers.

Submitter:  Georg-Johann Lay <gjlayde>
Submitted:  Wed 26 Aug 2015 01:28:10 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  joerg_wunsch Open/Closed:  Closed

Sun 11 Jun 2017 03:16:57 PM UTC, comment #2: 

Added in r2538.
Thanks!

Joerg Wunsch <joerg_wunsch>
Group administrator
Fri 09 Dec 2016 01:09:39 PM UTC, comment #1: 

PING!

Georg-Johann Lay <gjlayde>
Wed 26 Aug 2015 01:28:10 PM UTC, original submission:  

This fixes the namespaces of: signal, interrupt, naked, used, alias, asm, externally_visible.  It moves them from the namespace of the application to the one of the implementation (use _asm_ for example).

It also introduces 2 new Macros for function attributes, namely ISR_FLATTEN for _flatten_ and ISR_NOICF for _no_icf_.

Instead of hard-coded selecting between "jmp" and "rjmp" it uses "%~jmp" in asm.

Georg-Johann Lay <gjlayde>

 

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

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by joerg_wunsch (Posted a comment)
  • -email is unavailable- added by gjlayde (Submitted the item)
  •  

    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.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-06-11 joerg_wunsch StatusNone Done
        Assigned toNone joerg_wunsch
        Open/ClosedOpen Closed
    2015-08-26 gjlayde Attached File- Added avrlibc-interrupt-attributes.diff, #34739

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code