2023-11-08 17:31:23 +08:00
|
|
|
# Copyright (c) 2023 Meta
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
common:
|
|
|
|
tags:
|
|
|
|
- logging
|
|
|
|
- backend
|
|
|
|
- uart
|
2023-11-14 13:18:22 +08:00
|
|
|
filter: CONFIG_UART_CONSOLE
|
|
|
|
integration_platforms:
|
|
|
|
- qemu_x86
|
2023-11-08 17:31:23 +08:00
|
|
|
tests:
|
|
|
|
logging.backend.uart.single:
|
|
|
|
extra_args: DTC_OVERLAY_FILE="./single.overlay"
|
2023-11-22 03:15:37 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_CBPRINTF_REDUCED_INTEGRAL=y
|
2023-11-08 17:31:23 +08:00
|
|
|
logging.backend.uart.multi:
|
|
|
|
extra_args: DTC_OVERLAY_FILE="./multi.overlay"
|
2023-11-22 03:15:37 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_CBPRINTF_REDUCED_INTEGRAL=y
|