zephyr/samples/basic/minimal/Kconfig
Evgeniy Paltsev 168de28b40 samples: add no-timers configuration which is runtime tested
Add no-timers configuration to sample.minimal to check that
it's actually working in runtime.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
2023-08-03 07:32:03 -04:00

9 lines
180 B
Plaintext

# Copyright (c) 2023 Synopsys.
#
# SPDX-License-Identifier: Apache-2.0
config SAMPLE_DO_OUTPUT
bool "Do print from the main thread which can be checked"
source "Kconfig.zephyr"