Commit 08938c89 by Senthil Kumar Selvaraj Committed by Denis Chertykov

invoke.texi (AVR Options): Add documentation about __AVR_DEVICE_NAME__ built-in macro.

	* doc/invoke.texi (AVR Options): Add documentation about 
	__AVR_DEVICE_NAME__ built-in macro.

From-SVN: r213377
parent 3290f5e7
2014-07-30 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
* doc/invoke.texi (AVR Options): Add documentation about
__AVR_DEVICE_NAME__ built-in macro.
2014-07-31 Charles Baylis <charles.baylis@linaro.org>
PR target/61948
......
......@@ -13115,6 +13115,14 @@ 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
@code{avr51}, this macro will not be defined.
@item __AVR_DEVICE_NAME__
Setting @code{-mmcu=@var{device}} defines this built-in macro to
the device's name. For example, with @code{-mmcu=atmega8} the macro
will be defined to @code{atmega8}.
If @var{device} is not a device but only a core architecture like
@code{avr51}, this macro will not be defined.
@item __AVR_XMEGA__
The device / architecture belongs to the XMEGA family of devices.
......
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