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

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

[avr-libc-dev] [bug #25300] Additional i/o port names


From: Frédéric Nadeau
Subject: [avr-libc-dev] [bug #25300] Additional i/o port names
Date: Mon, 30 Mar 2009 18:41:30 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009032713 Fedora/3.0.8-1.fc10 Firefox/3.0.8

Follow-up Comment #3, bug #25300 (project avr-libc):

I have attaced a newly generated patch against HEAD

vector now have number in the following format:
XXXXX_vect_num           4
XXXXX_vect              _VECTOR(4)

pin definition looks like:
#define XX_DDR          DDRD
#define XX_PORT         PORTD
#define XX_PIN          PIND
#define XX_BIT          5

Patch to the xml folder is also included. This has helped to generate the new
io header and I don't beleived it is used for anything else.

(file #17837)
    _______________________________________________________

Additional Item Attachment:

File name: io.patch.bz2                   Size:25 KB


    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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