Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
238 B

# Copyright (c) 2019 Lexmark International, Inc.
# SPDX-License-Identifier: Apache-2.0
if BOARD_QEMU_CORTEX_R5
config BUILD_OUTPUT_BIN
default n
if USERSPACE
config COMPILER_ISA_THUMB2
default n
endif
endif # BOARD_QEMU_CORTEX_R5