Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
0ecc71ccb22e3dcaba2a50adec1d2c1f72c373ea
/
.
/
boards
/
riscv
/
qemu_riscv32
/
board.cmake
blob: 56a403a439772c3224f874c60f7949f7585bf7b5 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
set
(
EMU_PLATFORM qemu
)
set
(
QEMU_binary_suffix riscv32
)
set
(
QEMU_CPU_TYPE_$
{
ARCH
}
riscv32
)
set
(
QEMU_FLAGS_$
{
ARCH
}
-
nographic
-
machine sifive_e
)
board_set_debugger_ifnset
(
qemu
)