mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-13 03:49:31 +02:00
zephyr-bsp: add support for mps3-an547
Signed-off-by: Jon Mason <jon.mason@arm.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
@@ -91,6 +91,13 @@ mps2-an521:
|
||||
- TOOLCHAIN: [default, zephyr-toolchain]
|
||||
TESTING: testimage
|
||||
|
||||
mps3-an547:
|
||||
extends: .build
|
||||
parallel:
|
||||
matrix:
|
||||
- TOOLCHAIN: [default, zephyr-toolchain]
|
||||
TESTING: testimage
|
||||
|
||||
nrf52840-mdk-usb-dongle:
|
||||
extends: .build
|
||||
|
||||
|
||||
6
ci/mps3-an547.yml
Normal file
6
ci/mps3-an547.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
header:
|
||||
version: 11
|
||||
includes:
|
||||
- ci/base.yml
|
||||
|
||||
machine: mps3-an547
|
||||
20
meta-zephyr-bsp/conf/machine/mps3-an547.conf
Normal file
20
meta-zephyr-bsp/conf/machine/mps3-an547.conf
Normal file
@@ -0,0 +1,20 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: mps3-an547
|
||||
#@DESCRIPTION: Machine for Zephyr BOARD mps3-an547
|
||||
|
||||
DEFAULTTUNE ?= "armv8-1m-main"
|
||||
require conf/machine/include/qemu.inc
|
||||
require conf/machine/include/arm/armv8-1m/tune-cortexm55.inc
|
||||
|
||||
TCLIBC = "newlib"
|
||||
|
||||
# For runqemu
|
||||
QB_SYSTEM_NAME = "qemu-system-arm"
|
||||
QB_MACHINE = "-machine mps3-an547"
|
||||
QB_CPU = "-cpu cortex-m55"
|
||||
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:mps3-an547 = "arm"
|
||||
Reference in New Issue
Block a user