zephyr/subsys/llext
Adam Wojasinski 420891cedb llext: Add shell command for loading LLEXT from a filesystem
This patch extends LLEXT shell commands with support for loading
LLEXT from a filesystem. Use of the command requires absolute path
to the llext file.

Example use:
`llext load_llext hello_world /lfs/hello_world.llext`

Signed-off-by: Adam Wojasinski <awojasinski@baylibre.com>
2024-09-06 11:26:09 -04:00
..
CMakeLists.txt llext: Add filesystem based extension loader 2024-09-06 11:26:09 -04:00
Kconfig
buf_loader.c
fs_loader.c llext: Add filesystem based extension loader 2024-09-06 11:26:09 -04:00
llext.c llext: add dependencies 2024-09-02 12:31:52 -04:00
llext_export.c
llext_link.c llext: add dependencies 2024-09-02 12:31:52 -04:00
llext_load.c llext: Add new methods to loader API 2024-09-06 11:26:09 -04:00
llext_mem.c llext: adjust memory permissions on MMU systems 2024-09-06 11:25:54 -04:00
llext_priv.h llext: adjust memory permissions on MMU systems 2024-09-06 11:25:54 -04:00
shell.c llext: Add shell command for loading LLEXT from a filesystem 2024-09-06 11:26:09 -04:00