aboutsummaryrefslogtreecommitdiffstats
path: root/meta-zephyr-bsp/conf/machine/qemu-cortex-m3.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-zephyr-bsp/conf/machine/qemu-cortex-m3.conf')
-rw-r--r--meta-zephyr-bsp/conf/machine/qemu-cortex-m3.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-zephyr-bsp/conf/machine/qemu-cortex-m3.conf b/meta-zephyr-bsp/conf/machine/qemu-cortex-m3.conf
new file mode 100644
index 0000000..835a775
--- /dev/null
+++ b/meta-zephyr-bsp/conf/machine/qemu-cortex-m3.conf
@@ -0,0 +1,17 @@
+#@TYPE: Machine
+#@NAME: qemu-cortex-m3
+#@DESCRIPTION: Machine for Zephyr BOARD qemu_cortex_m3
+
+require conf/machine/include/qemu.inc
+require conf/machine/include/tune-cortexm3.inc
+
+ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
+
+# For runqemu
+QB_SYSTEM_NAME = "qemu-system-arm"
+QB_MACHINE = "-machine lm3s6965evb"
+QB_OPT_APPEND = "-nographic -vga none"
+QB_CPU = "-cpu cortex-m3"
+QB_RNG = ""
+
+ARCH:qemu-cortex-m3 = "arm"