zephyr/doc/services/llext/index.rst
Lauren Murphy 99a5236b40 llext: add support for arc
Adds compiler flag(s) and some architecture-specific relocations
for ARC. No userspace support, doesn't support all relocations.

Signed-off-by: Lauren Murphy <lauren.murphy@intel.com>
2024-11-16 15:08:51 -05:00

24 lines
680 B
ReStructuredText

.. _llext:
Linkable Loadable Extensions (LLEXT)
####################################
The LLEXT subsystem provides a toolbox for extending the functionality of an
application at runtime with linkable loadable code.
Extensions are precompiled executables in ELF format that can be verified,
loaded, and linked with the main Zephyr binary. Extensions can be manipulated
and introspected to some degree, as well as unloaded when no longer needed.
.. toctree::
:maxdepth: 1
config
build
load
api
.. note::
The LLEXT subsystem requires architecture-specific support. It is currently
available only on RISC-V, ARM, ARM64, ARC (experimental) and Xtensa cores.