Britton Kerin <[email protected]> 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. ;-)

_______________________________________________
AVR-chat mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avr-chat

Reply via email to