zephyr/tests/subsys/logging
Christoph Winklhofer 13054293ad tests: logging: Allow LOG_PRINTK from user space
The commit '3b29b9fa3b4 (tests: logging: restore userspace testing,
2025-04-18)' set CONFIG_LOG_PRINTK=n which brakes the build on the
platform 'ip_k66f'.

Without CONFIG_LOG_PRINTK=n (dependency from CONFIG_USERSPACE=y) some
tests in 'tests/subsys/logging/log_core_additional/logging.log_user'
would not build.

Remove this dependency so that LOG_PRINTK can also be used from user
space, which is possible since '77925656ab8 (logging: Fix runtime
message creation in user-mode thread, 2025-04-18)' and reset
CONFIG_LOG_PRINTK=y.

Fixes: #89067
Signed-off-by: Christoph Winklhofer <cj.winklhofer@gmail.com>
2025-05-05 12:20:34 +02:00
..
dictionary
log_api
log_backend_fs tests: logging: log_backend_fs: add missing include 2025-02-10 09:03:13 +01:00
log_backend_init
log_backend_uart tests: logging: log_backend_uart: Fix stack overflow 2024-12-11 13:59:17 +00:00
log_benchmark
log_blocking
log_cache
log_core_additional tests: logging: Allow LOG_PRINTK from user space 2025-05-05 12:20:34 +02:00
log_custom_header
log_disabled tests: subsys: logging: Test with CONFIG_LOG disabled 2025-02-11 15:41:21 +01:00
log_frontend_stmesp_demux tests: subsys: logging: log_frontend_stmesp_demux: add coresight_stm tag 2025-01-28 09:50:38 +01:00
log_immediate
log_link_order
log_links
log_msg
log_output
log_output_net
log_stress
log_switch_format
log_syst
log_timestamp