Lines Matching refs:llext
1 .. zephyr:code-sample:: llext-modules
11 This sample demonstrates the use of the :ref:`llext` subsystem in Zephyr. The
12 llext subsystem allows for the loading of relocatable ELF files at runtime;
16 implemented in :zephyr_file:`samples/subsys/llext/modules/src/hello_world_ext.c`.
22 :zephyr_file:`samples/subsys/llext/modules/src/main_builtin.c`.
24 - if it is ``m``, the function is compiled as an llext and it is included in
25 the application as a binary blob. At runtime, the llext subsystem is used to
27 :zephyr_file:`samples/subsys/llext/modules/src/main_module.c`.
32 A board with a supported llext architecture and console. This can also be
43 :zephyr-app: samples/subsys/llext/modules
52 :zephyr-app: samples/subsys/llext/modules
55 :west-args: -T sample.llext.modules.module_build
59 Take a look at :zephyr_file:`samples/subsys/llext/modules/sample.yaml` for