mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-09 08:05:22 +00:00
Convert all board_set_xxer(foo) calls to board_set_xxer_ifndef(foo), which allows the user to make their own decision at CMake time. Signed-off-by: Marti Bolivar <marti.bolivar@nordicsemi.no>
13 lines
201 B
CMake
13 lines
201 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
set(EMU_PLATFORM qemu)
|
|
|
|
set(QEMU_CPU_TYPE_${ARCH} nios2)
|
|
|
|
set(QEMU_FLAGS_${ARCH}
|
|
-machine altera_10m50_zephyr
|
|
-nographic
|
|
)
|
|
|
|
board_set_debugger_ifnset(qemu)
|