zephyr/subsys/llext
Luca Burelli f0328ddc80 llext: add option to import all global symbols
The new CONFIG_LLEXT_IMPORT_ALL_GLOBALS option allows all global symbols
from extensions to be used by the main application. This is useful to
load basic extensions that have been compiled without the full Zephyr
EDK.

Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
2025-01-29 11:04:33 +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: add option to import all global symbols 2025-01-29 11:04:33 +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: ignore relocations on non-allocated sections 2025-01-27 08:54:44 +01:00
llext_load.c llext: add option to import all global symbols 2025-01-29 11:04:33 +01:00
llext_mem.c llext: display section addresses in gdb-compatible format 2025-01-27 08:54:44 +01:00
llext_priv.h LLEXT: fix a needless allocation 2024-11-16 14:56:23 -05:00
llext.c logging: Add a log flush operation 2025-01-15 09:33:28 +01:00
shell.c llext: shell: fix buffer alignment 2025-01-29 11:04:33 +01:00