Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
799a456c25868521024e5104b5fc927faea7b41c
/
.
/
boards
/
qemu
/
nios2
/
board.cmake
blob: 9f9bf21124c84fe50859a5929bc7ab32e9ab1add [
file
] [
log
] [
blame
]
# Copyright (c) 2018 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
set
(
SUPPORTED_EMU_PLATFORMS qemu
)
set
(
QEMU_CPU_TYPE_$
{
ARCH
}
nios2
)
set
(
QEMU_FLAGS_$
{
ARCH
}
-
machine altera_10m50_zephyr
-
nographic
)
board_set_debugger_ifnset
(
qemu
)