avr-chat
[Top][All Lists]
Advanced

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

Re: [avr-chat] docs show AVR_ARCH defined with leading/trailing '--' str


From: Joerg Wunsch
Subject: Re: [avr-chat] docs show AVR_ARCH defined with leading/trailing '--' strings
Date: Fri, 19 Sep 2014 08:54:35 +0200 (CEST)

Britton Kerin <address@hidden> wrote:

> list all the macros like AVR_ARCH instead of __AVR_ARCH__
> 
> I'm a version or two back but unless something big has changed I' guessing
> they are actually __AVR_ARCH__ in the new version of gcc/avr libc as well.

Yes, they are.  Alas, this is yet another Doxygen issue. :-(

The doxygen source lists them correctly:

  <tr>
    <td>avr2</td>
    <td>
    __AVR_ARCH__=2<BR>
    __AVR_2_BYTE_PC__&nbsp;[2]
    </td>
    <td>"Classic" CPU core, up to 8 KB of ROM</td>
  </tr>

Strange enough, in the next table a few lines below, the
underscores are working fine:

  <tr><td>avr1</td><td>at90s1200</td><td>__AVR_AT90S1200__</td></tr>

Please file a formal bug report:

https://savannah.nongnu.org/bugs/?func=additem&group=avr-libc

so we won't forget about it.
-- 
cheers, Joerg               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)



reply via email to

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