bugAVR C Runtime Library - Bugs: bug #12941, Table of Signal Names in...

 
 

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

bug #12941: Table of Signal Names in "Interrupts and Signals" is wrong/incomplete

Submitter:  None
Submitted:  Mon 02 May 2005 08:11:12 PM UTC
   
 
Category:  Documentation Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  joerg_wunsch
Percent Complete:  0% Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  None
Fixed Release:  None

Mon 17 Oct 2005 08:05:18 PM UTC, comment #1: 

avr/iotn2313.h accidentally did not follow the standard
avr-libc style for naming interrupt vectors but invented
a scheme of its own.

This has been fixed, now the file lists both names for
interrupt vectors: those complying with the traditional
avr-libc style, as well as those that have always been
present just for the ATtiny2313.

Note that in future versions of avr-libc, we intend to slowly
migrate to yet another different style that is however closer
to the datasheet (and Atmel XML files).

Joerg Wunsch <joerg_wunsch>
Group administrator
Mon 02 May 2005 08:11:12 PM UTC, original submission:  

Some of the signal names in the table generate errors, at least
when compiling for MCU = attiny2313:

in table                should be
-----------------------------------
SIG_INTERRUPT0          SIG_INT0
SIG_INPUT_CAPTURE1      SIG_TIMER1_CAPT
SIG_OVERFLOW1           SIG_TIMER1_OVF

There may well be others....

Anonymous

 

(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 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-10-17 joerg_wunsch StatusNone Fixed
    Assigned toNone joerg_wunsch
    Open/ClosedOpen Closed
2005-05-02 None Carbon-Copy- Added okiro --AT-- online --DOT-- no

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code