Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
a9670ab5cfbd5e2c7849c8ee08aab37e246a3028
/
.
/
boards
/
riscv
/
qemu_riscv32
/
board.cmake
blob: f0e123ec8bad6e0a10b0c864513ba5ba7505f0d9 [
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
)