zephyr/subsys/logging
Krzysztof Chruściński c8d7d577a6 logging: frontend_stmesp: Fix string addresses from remote core
When decoding logs from a remote core with memory that APP can
access, wrong address of an array with string addresses was used.
Log message contains index of a string and APP strings array was
used instead of remote core. Extend STMESP logging so that address
of string array of a remote core is send during startup to the APP
and APP is using this array to decode strings from remote cores.
Bug applies only to PPR and FLPR as APP has no access to RAD memory.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2025-04-01 16:26:50 +02:00
..
backends logging: backends: xtensa_sim: Drop SoC dependencies 2025-03-27 09:51:17 +01:00
frontends logging: frontend_stmesp: Fix string addresses from remote core 2025-04-01 16:26:50 +02:00
mipi_syst
CMakeLists.txt
Kconfig
Kconfig.filtering
Kconfig.formatting logging: remove part for when gmtime_r is not available 2024-12-10 08:06:25 +01:00
Kconfig.links
Kconfig.misc logging: Added config to disable vla in statements 2025-03-11 18:55:08 +01:00
Kconfig.mode log: fix log_flush() 2025-03-07 20:20:00 +01:00
Kconfig.processing logging: increase the maximum value of LOG_BUFFER_SIZE 2024-12-12 19:59:51 +01:00
Kconfig.template.log_config
Kconfig.template.log_config_inherit
Kconfig.template.log_format_config
log_cache.c
log_cache.h
log_cmds.c logging: log_cmds: init uninitialized backend on log_go() 2025-02-04 15:00:58 +01:00
log_core.c logging: Assign IDs to log backends early during log_core_init 2025-03-18 16:42:07 +01:00
log_link_ipc_service.c
log_mgmt.c logging: init backend id regardless of autostart 2025-02-04 15:00:58 +01:00
log_minimal.c
log_msg.c
log_multidomain_link.c
log_output_custom.c
log_output_dict.c
log_output_syst.c
log_output.c logging: log_output: move partly unused code 2024-12-10 08:06:25 +01:00