Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
cb331c2371144f3c391856eec4417ce65cbf0957
/
.
/
boards
/
qemu
/
riscv64
/
board.cmake
blob: 05c75a5b8a429f2f091d7e51deb15704777e2773 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
set
(
SUPPORTED_EMU_PLATFORMS qemu
)
set
(
QEMU_binary_suffix riscv64
)
set
(
QEMU_CPU_TYPE_$
{
ARCH
}
riscv64
)
set
(
QEMU_FLAGS_$
{
ARCH
}
-
nographic
-
machine virt
-
bios none
-
m
256
)
board_set_debugger_ifnset
(
qemu
)