blob: 0cfd56e08e78d03d5a3c65243763e0c734d79da1 [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001# Configuration for Musca-S1 development board
2
3#@TYPE: Machine
4#@NAME: Musca-S1 machine
5#@DESCRIPTION: Machine configuration for Musca-S1
6
7require conf/machine/include/arm/armv8-m/tune-cortexm33.inc
8
9# GLIBC will not work with Cortex-M.
10TCLIBC = "newlib"
11
12# For runqemu
13IMAGE_FSTYPES += "ext4"
14IMAGE_CLASSES += "qemuboot"
15QB_SYSTEM_NAME = "qemu-system-arm"
16QB_MACHINE = "-machine musca-s1"
17QB_CPU = "-cpu cortex-m33"
18QB_GRAPHICS = "-nographic -vga none"
19QB_MEM = "512k"
20QB_RNG = ""
21
22# Zephyr RTOS settings
23ZEPHYR_BOARD = "v2m_musca_s1"
24ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
25ARCH:musca-s1 = "arm"
26
27TFM_PLATFORM = "arm/musca_s1"