• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisióndd557e6a3696adccdef284185e8933fb26a0d040 (tree)
Tiempo2020-01-12 00:50:23
AutorYoshinori Sato <ysato@user...>
CommiterYoshinori Sato

Log Message

qemu-doc.texi: Add RX section.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>

Cambiar Resumen

Diferencia incremental

--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -1741,6 +1741,7 @@ differences are mentioned in the following sections.
17411741 * Microblaze System emulator::
17421742 * SH4 System emulator::
17431743 * Xtensa System emulator::
1744+* RX System emulator::
17441745 @end menu
17451746
17461747 @node PowerPC System emulator
@@ -2514,6 +2515,30 @@ so should only be used with trusted guest OS.
25142515
25152516 @c man end
25162517
2518+@node RX System emulator
2519+@section RX System emulator
2520+@cindex system emulation (RX)
2521+
2522+Use the executable @file{qemu-system-rx} to simulate a Virtual RX target.
2523+This target emulated following devices.
2524+
2525+@itemize @minus
2526+@item
2527+R5F562N8 MCU
2528+@item
2529+On-chip memory (ROM 512KB, RAM 96KB)
2530+@item
2531+Interrupt Control Unit (ICUa)
2532+@item
2533+8Bit Timer x 1CH (TMR0,1)
2534+@item
2535+Compare Match Timer x 2CH (CMT0,1)
2536+@item
2537+Serial Communication Interface x 1CH (SCI0)
2538+@item
2539+External memory 16MByte
2540+@end itemize
2541+
25172542 @node QEMU User space emulator
25182543 @chapter QEMU User space emulator
25192544