Extended test to validate that RO string locations are appended to the cbprintf package for a log message if Kconfig option is enabled. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
12 lines
351 B
Text
12 lines
351 B
Text
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
module = SAMPLE_MODULE
|
|
module-str = Test logging API
|
|
source "subsys/logging/Kconfig.template.log_config"
|
|
|
|
config TEST_LOG_MSG_APPEND_RO_STRING_LOC
|
|
bool "Append read-only string locations to the package"
|
|
select LOG_MSG_APPEND_RO_STRING_LOC
|
|
|
|
source "Kconfig.zephyr"
|