zephyr/subsys/logging
Flavio Ceolin 84f679d22d logging: Fix misuse of const and k_tid_t
"const k_tid_t" is "struct k_thread * const" and not
"const struct k_thread *" as the code may be assuming. Just
drop it.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2023-10-20 15:08:42 +02:00
..
backends logging: net: changing syslog server address while running bug 2023-09-29 16:27:04 +02:00
mipi_syst
CMakeLists.txt
Kconfig
Kconfig.filtering
Kconfig.formatting
Kconfig.frontends
Kconfig.links
Kconfig.misc
Kconfig.mode
Kconfig.processing ztest: remove old ztest api 2023-10-20 15:04:29 +02:00
Kconfig.template.log_config
Kconfig.template.log_config_inherit
Kconfig.template.log_format_config
log_cache.c
log_cache.h
log_cmds.c
log_core.c logging: log_core: correct timeout of -1 ms to K_FOREVER 2023-10-16 12:06:42 +02:00
log_frontend_dict_uart.c
log_link_ipc_service.c
log_mgmt.c logging: return actual filter level when runtime filter is disabled 2023-09-29 09:48:49 +02:00
log_minimal.c
log_msg.c
log_multidomain_link.c
log_output.c logging: Fix misuse of const and k_tid_t 2023-10-20 15:08:42 +02:00
log_output_custom.c
log_output_dict.c
log_output_syst.c