Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
10bb61ee7d0a05bd2d21a42c61a982b0edc26eea
/
.
/
boards
/
qemu
/
riscv32_xip
/
board.cmake
blob: d1132858b48bcfca8fbf87be9442aa2b65dfaee6 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
set
(
SUPPORTED_EMU_PLATFORMS 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
)