zephyr/subsys/llext
Tom Burdick 5de7e415a0 logging: Add a log flush operation
Ensure all pending log messages are processed by the log processing
thread when log_flush is called, blocking the caller until done.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2025-01-15 09:33:28 +01:00
..
buf_loader.c llext: add llext_peek() 2023-11-10 10:40:26 +01:00
CMakeLists.txt llext: Add RISC-V arch-specific relocations 2024-10-03 21:59:42 +01:00
fs_loader.c llext: Add filesystem based extension loader 2024-09-06 11:26:09 -04:00
Kconfig llext: disable for Harvard ARC variants 2024-12-16 18:25:16 +01:00
llext.c logging: Add a log flush operation 2025-01-15 09:33:28 +01:00
llext_export.c llext: fix link order for weak syscall symbols 2024-12-10 20:38:48 +01:00
llext_handlers.c llext: hotfix: fix function pointer logging 2024-09-11 13:59:02 -04:00
llext_link.c llext: fix minor Coverity issue #434586 (again) 2025-01-10 07:28:51 +01:00
llext_load.c LLEXT: no repeated linking with inline relocations 2024-11-20 10:17:06 +00:00
llext_mem.c LLEXT: fix a needless allocation 2024-11-16 14:56:23 -05:00
llext_priv.h LLEXT: fix a needless allocation 2024-11-16 14:56:23 -05:00
shell.c llext: Add shell command for loading LLEXT from a filesystem 2024-09-06 11:26:09 -04:00