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.
 
 
 
 
 
 

19 lines
518 B

# UART test configuration options
# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config DUAL_UART_TEST
bool "Enable dual UART test"
config SETUP_MISMATCH_TEST
bool "Enable mismatched configuration in dual UART test"
config UART_BAUDRATE_MISMATCH
int "UART baudrate for DUT_AUX to test mismatch case"
depends on SETUP_MISMATCH_TEST
default 9600
help
UART baudrate for DUT_AUX that is intentionally different from DUT
to test error detection.
source "Kconfig.zephyr"