diff options
author | Thomas Huth <huth@tuxfamily.org> | 2020-07-05 16:03:15 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-07-11 11:02:05 +0200 |
commit | c0a659f9de8230289f6d1906b6a24c7d228c12de (patch) | |
tree | fb35b368daf24ff5da1337dc691098e834d59ad4 /docs/system/targets.rst | |
parent | f5d31d6541ca0943d564d061a6764d1cb8b8024e (diff) |
target/avr: Add section into QEMU documentation
The new section explains basic ways of using AVR target in QEMU.
Signed-off-by: Michael Rolnik <mrolnik@gmail.com>
[thuth: Converted doc from texi to Sphinx syntax]
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Message-Id: <20200705140315.260514-31-huth@tuxfamily.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'docs/system/targets.rst')
-rw-r--r-- | docs/system/targets.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/system/targets.rst b/docs/system/targets.rst index 99435a3eba..560783644d 100644 --- a/docs/system/targets.rst +++ b/docs/system/targets.rst @@ -19,3 +19,4 @@ Contents: target-xtensa target-s390x target-rx + target-avr |