Files
meta-zephyr/conf/machine/qemu-cortex-m3.conf
Juro Bystricky dca66adbe0 qemu-cortex-m3: new MACHINE
Various changes to properly handle QEMU for Cortex M3.
This was solved by creating a new MACHINE qemu-cortex-m3.
Specifying MACHINE=qemu-cortex-m3 will select proper tuning
for the cross-compiler.

Typical usage:

    $ MACHINE=qemu-cortex-m3 bitbake zephyr-philosophers

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
2017-01-10 16:24:04 -08:00

12 lines
295 B
Plaintext

#@TYPE: Machine
#@NAME: lm3s6965evb
#@DESCRIPTION: lm3s6965evb
require conf/machine/include/qemu.inc
require conf/machine/include/tune-cortexm3.inc
# For runqemu (TBD)
QB_SYSTEM_NAME = "qemu-system-arm"
QB_MACHINE = "-machine lm3s6965evb"
QB_OPT_APPEND = "-nographic -vga none -cpu=cortex-m3"