Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
34014deb0f342db1c3fd1fb84fdf467c60eafdaa
/
.
/
boards
/
sparc
/
qemu_leon3
/
board.cmake
blob: 2b8bbea4be7a2635bec7dacf6af9b4164c0f00f8 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
set
(
EMU_PLATFORM qemu
)
set
(
QEMU_binary_suffix sparc
)
set
(
QEMU_CPU_TYPE_$
{
ARCH
}
leon3
)
set
(
QEMU_FLAGS_$
{
ARCH
}
-
nographic
-
machine leon3_generic
-
icount
auto
)
board_set_debugger_ifnset
(
qemu
)