Renaming objects which had 2 in the name to indicate that it is v2 specific. Once logging v1 has been removed such suffixes are redundant. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
34 lines
767 B
YAML
34 lines
767 B
YAML
common:
|
|
platform_type:
|
|
- qemu
|
|
- native
|
|
tags: log_api logging
|
|
# FIXME: qemu_arc_hs6x excluded, see #38041
|
|
platform_exclude: qemu_arc_hs6x
|
|
integration_platforms:
|
|
- native_posix
|
|
tests:
|
|
logging.log_msg:
|
|
extra_configs:
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
|
|
|
logging.log_msg_no_overflow:
|
|
extra_configs:
|
|
- CONFIG_LOG_MODE_OVERFLOW=n
|
|
|
|
logging.log_msg_64b_timestamp:
|
|
extra_configs:
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
|
- CONFIG_LOG_TIMESTAMP_64BIT=y
|
|
|
|
logging.log_msg_fp:
|
|
extra_configs:
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
|
- CONFIG_CBPRINTF_FP_SUPPORT=y
|
|
|
|
logging.log_msg_fp_64b_timestamp:
|
|
extra_configs:
|
|
- CONFIG_CBPRINTF_COMPLETE=y
|
|
- CONFIG_CBPRINTF_FP_SUPPORT=y
|
|
- CONFIG_LOG_TIMESTAMP_64BIT=y
|