blob: 07f168ce4145bb22d739d91fc644227c3f1e59f8 [file] [log] [blame]
# Copyright (c) 2016 Zephyr Contributors
# SPDX-License-Identifier: Apache-2.0
if BOARD_QEMU_CORTEX_M3
config BUILD_OUTPUT_BIN
default n
# DWT is not properly emulated in QEMU
choice NULL_POINTER_EXCEPTION_DETECTION
bool
default NULL_POINTER_EXCEPTION_DETECTION_NONE
endchoice
endif # BOARD_QEMU_CORTEX_M3