File tree Expand file tree Collapse file tree 10 files changed +42
-3
lines changed Expand file tree Collapse file tree 10 files changed +42
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ Overview
7
7
********
8
8
9
9
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
+
10
18
This configuration provides support for an ARM Cortex-M3 CPU and these devices:
11
19
12
20
* Nested Vectored Interrupt Controller
Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ Overview
7
7
********
8
8
9
9
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
+
10
19
This configuration provides support for an Altera Nios-II CPU and these devices:
11
20
12
21
* Internal Interrupt Controller
Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ Overview
8
8
9
9
The RISCV32 QEMU board configuration is used to emulate the RISCV32 architecture.
10
10
11
+ .. figure :: qemu_riscv32.png
12
+ :width: 600px
13
+ :align: center
14
+ :alt: Qemu
15
+
16
+ Qemu (Credit: qemu.org)
17
+
11
18
Programming and Debugging
12
19
*************************
13
20
Original file line number Diff line number Diff line change @@ -6,9 +6,17 @@ X86 Emulation (QEMU)
6
6
Overview
7
7
********
8
8
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:
12
20
13
21
* HPET
14
22
* Advanced Programmable Interrupt Controller (APIC)
Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ Overview
9
9
The QEMU board configuration is used to emulate the Xtensa architecture. This board
10
10
configuration provides support for the Xtensa simulation environment.
11
11
12
+ .. figure :: qemu_xtensa.png
13
+ :width: 600px
14
+ :align: center
15
+ :alt: Qemu
16
+
17
+ Qemu (Credit: qemu.org)
18
+
12
19
Programming and Debugging
13
20
*************************
14
21
You can’t perform that action at this time.
0 commit comments