aboutsummaryrefslogtreecommitdiffstats
path: root/meta-zephyr-bsp/conf/machine/mps2-an385.conf
blob: 159e1bd2b06536f03e02bb1e460d17fb29d21e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#@TYPE: Machine
#@NAME: mps2-an385
#@DESCRIPTION: Machine for Zephyr BOARD mps2-an385

require conf/machine/include/qemu.inc
require conf/machine/include/arm/armv7m/tune-cortexm3.inc

TCLIBC = "newlib"

# For runqemu
QB_SYSTEM_NAME = "qemu-system-arm"
QB_MACHINE = "-machine mps2-an385"
QB_CPU = "-cpu cortex-m3"
QB_GRAPHICS = "-nographic -vga none"
QB_OPT_APPEND = "-icount shift=7,align=off,sleep=off -rtc clock=vm"

# Zephyr RTOS settings
ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
ARCH:mps2-an385 = "arm"