22 lines
363 B
Plaintext
22 lines
363 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_QEMU_CORTEX_M3
|
|
|
|
config BUILD_OUTPUT_BIN
|
|
default n
|
|
|
|
config BOARD
|
|
default "qemu_cortex_m3"
|
|
|
|
config GPIO_STELLARIS
|
|
default y
|
|
depends on GPIO
|
|
|
|
# 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
|