Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
32f0c165b5638650202a85601eb0a62c510339c5
/
.
/
boards
/
arm
/
mps2_an385
/
board.cmake
blob: 269762599d69ab43dda4f930572b500a97191c3a [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
set
(
EMU_PLATFORM qemu
)
set
(
QEMU_CPU_TYPE_$
{
ARCH
}
cortex
-
m3
)
set
(
QEMU_FLAGS_$
{
ARCH
}
-
cpu $
{
QEMU_CPU_TYPE_$
{
ARCH
}}
-
machine mps2
-
an385
-
nographic
-
vga none
-
icount
auto
)
board_set_debugger_ifnset
(
qemu
)