Skip to content

Commit 762f4f2

Browse files
committed
boards: qemu: add image to qemu boards
Add Qemu logo to qemu boards and expand intro. Signed-off-by: Anas Nashif <[email protected]>
1 parent 99921cb commit 762f4f2

File tree

10 files changed

+42
-3
lines changed

10 files changed

+42
-3
lines changed

boards/arm/qemu_cortex_m3/doc/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ Overview
77
********
88

99
This board configuration will use QEMU to emulate the TI LM3S6965 platform.
10+
11+
.. figure:: qemu_cortex_m3.png
12+
:width: 600px
13+
:align: center
14+
:alt: Qemu
15+
16+
Qemu (Credit: qemu.org)
17+
1018
This configuration provides support for an ARM Cortex-M3 CPU and these devices:
1119

1220
* Nested Vectored Interrupt Controller
10.1 KB
Loading

boards/nios2/qemu_nios2/doc/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ Overview
77
********
88

99
This board configuration will use QEMU to emulate the Altera MAX 10 platform.
10+
11+
12+
.. figure:: qemu_nios2.png
13+
:width: 600px
14+
:align: center
15+
:alt: Qemu
16+
17+
Qemu (Credit: qemu.org)
18+
1019
This configuration provides support for an Altera Nios-II CPU and these devices:
1120

1221
* Internal Interrupt Controller
10.1 KB
Loading

boards/riscv32/qemu_riscv32/doc/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Overview
88

99
The RISCV32 QEMU board configuration is used to emulate the RISCV32 architecture.
1010

11+
.. figure:: qemu_riscv32.png
12+
:width: 600px
13+
:align: center
14+
:alt: Qemu
15+
16+
Qemu (Credit: qemu.org)
17+
1118
Programming and Debugging
1219
*************************
1320

10.1 KB
Loading

boards/x86/qemu_x86/doc/index.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@ X86 Emulation (QEMU)
66
Overview
77
********
88

9-
The X86 QEMU board configuration is used to emulate the X86 architecture. This board
10-
configuration provides support for an x86 Minute IA (Lakemont) CPU and the
11-
following devices:
9+
The X86 QEMU board configuration is used to emulate the X86 architecture.
10+
11+
.. figure:: qemu_x86.png
12+
:width: 600px
13+
:align: center
14+
:alt: Qemu
15+
16+
Qemu (Credit: qemu.org)
17+
18+
This board configuration provides support for an x86 Minute IA (Lakemont) CPU
19+
and the following devices:
1220

1321
* HPET
1422
* Advanced Programmable Interrupt Controller (APIC)
10.1 KB
Loading

boards/xtensa/qemu_xtensa/doc/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ Overview
99
The QEMU board configuration is used to emulate the Xtensa architecture. This board
1010
configuration provides support for the Xtensa simulation environment.
1111

12+
.. figure:: qemu_xtensa.png
13+
:width: 600px
14+
:align: center
15+
:alt: Qemu
16+
17+
Qemu (Credit: qemu.org)
18+
1219
Programming and Debugging
1320
*************************
1421

10.1 KB
Loading

0 commit comments

Comments
 (0)