Skip to content
Snippets Groups Projects
Commit e63ae908 authored by Georg-Johann Lay's avatar Georg-Johann Lay
Browse files

AVR: Improve documentation for -mmcu=.

gcc/
	* doc/invoke.texi (AVR Options) <-mmcu>: Remove "Atmel".
	Note on complete device support.
parent 0b2284bb
No related branches found
No related tags found
No related merge requests found
......@@ -23732,12 +23732,22 @@ These options are defined for AVR implementations:
@table @gcctabopt
@opindex mmcu
@item -mmcu=@var{mcu}
Specify Atmel AVR instruction set architectures (ISA) or MCU type.
The default for this option is@tie{}@samp{avr2}.
GCC supports the following AVR devices and ISAs:
Specify the AVR instruction set architecture (ISA) or device type.
The default for this option is@tie{}@code{avr2}.
The following AVR devices and ISAs are supported.
@emph{Note:} A complete device support consists of
startup code @code{crt@var{mcu}.o}, a device header @code{avr/io*.h},
a device library @code{lib@var{mcu}.a} and a
@uref{https://gcc.gnu.org/wiki/avr-gcc#spec-files,device-specs} file
@code{specs-@var{mcu}}. Only the latter is provided by the compiler
according the supported @code{@var{mcu}}s below. The rest is supported
by @w{@uref{https://www.nongnu.org/avr-libc/,AVR-LibC}}, or by means of
@uref{https://gcc.gnu.org/wiki/avr-gcc#atpack,@code{atpack}} files
from the hardware manufacturer.
@c Auto-generated. Re-build when new devices are added to avr-mcus.def
@c by running "make avr-mcus" in $builddir/gcc.
@include avr-mmcu.texi
 
@opindex mabsdata
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment