Commit f8fe87bd by Georg-Johann Lay Committed by Georg-Johann Lay

invoke.texi (AVR Built-in Macros): Document __XMEGA__.

	* doc/invoke.texi (AVR Built-in Macros): Document __XMEGA__.

From-SVN: r195473
parent 28398d0d
2013-01-25 Georg-Johann Lay <avr@gjlay.de> 2013-01-25 Georg-Johann Lay <avr@gjlay.de>
* doc/invoke.texi (AVR Built-in Macros): Document __XMEGA__.
2013-01-25 Georg-Johann Lay <avr@gjlay.de>
* doc/extend.texi (Example of asm with clobbered asm reg): Fix * doc/extend.texi (Example of asm with clobbered asm reg): Fix
missing ':' in asm example. missing ':' in asm example.
......
...@@ -11842,6 +11842,9 @@ the device name as from the AVR user manual. The difference between ...@@ -11842,6 +11842,9 @@ the device name as from the AVR user manual. The difference between
If @var{device} is not a device but only a core architecture like If @var{device} is not a device but only a core architecture like
@code{avr51}, this macro will not be defined. @code{avr51}, this macro will not be defined.
@item __AVR_XMEGA__
The device / architecture belongs to the XMEGA family of devices.
@item __AVR_HAVE_ELPM__ @item __AVR_HAVE_ELPM__
The device has the the @code{ELPM} instruction. The device has the the @code{ELPM} instruction.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment