mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
zephyr-bsp: add support for mps2-an385
Signed-off-by: Jon Mason <jon.mason@arm.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
19
meta-zephyr-bsp/conf/machine/mps2-an385.conf
Normal file
19
meta-zephyr-bsp/conf/machine/mps2-an385.conf
Normal file
@@ -0,0 +1,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"
|
||||
Reference in New Issue
Block a user