diff --git a/meta-zephyr-bsp/conf/machine/mps2-an385.conf b/meta-zephyr-bsp/conf/machine/mps2-an385.conf index 081c6dd..173acce 100644 --- a/meta-zephyr-bsp/conf/machine/mps2-an385.conf +++ b/meta-zephyr-bsp/conf/machine/mps2-an385.conf @@ -11,8 +11,11 @@ TCLIBC = "newlib" QB_SYSTEM_NAME = "qemu-system-arm" QB_MACHINE = "-machine mps2-an385" QB_CPU = "-cpu cortex-m3" +QB_MEM = "-m 16" QB_GRAPHICS = "-vga none" QB_OPT_APPEND = "-icount shift=7,align=off,sleep=off -rtc clock=vm" +QB_RNG = "" # Zephyr RTOS settings +ZEPHYR_BOARD = "mps2/an385" ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot" diff --git a/meta-zephyr-bsp/conf/machine/mps2-an521.conf b/meta-zephyr-bsp/conf/machine/mps2-an521.conf index ebf8256..138ae01 100644 --- a/meta-zephyr-bsp/conf/machine/mps2-an521.conf +++ b/meta-zephyr-bsp/conf/machine/mps2-an521.conf @@ -15,6 +15,8 @@ QB_CPU = "-cpu cortex-m33" QB_MEM = "-m 16" QB_GRAPHICS = "-vga none" QB_OPT_APPEND = "-icount shift=7,align=off,sleep=off -rtc clock=vm" +QB_RNG = "" # Zephyr RTOS settings +ZEPHYR_BOARD = "mps2/an521/cpu0" ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot" diff --git a/meta-zephyr-bsp/conf/machine/mps3-an547.conf b/meta-zephyr-bsp/conf/machine/mps3-an547.conf index ad8c687..64f91c6 100644 --- a/meta-zephyr-bsp/conf/machine/mps3-an547.conf +++ b/meta-zephyr-bsp/conf/machine/mps3-an547.conf @@ -12,8 +12,11 @@ TCLIBC = "newlib" QB_SYSTEM_NAME = "qemu-system-arm" QB_MACHINE = "-machine mps3-an547" QB_CPU = "-cpu cortex-m55" +QB_MEM = "-m 2048" QB_GRAPHICS = "-vga none" QB_OPT_APPEND = "-icount shift=7,align=off,sleep=off -rtc clock=vm" +QB_RNG = "" # Zephyr RTOS settings +ZEPHYR_BOARD = "mps3/corstone300/an547" ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"