Lines Matching full:llext
4 The LLEXT subsystem allows for the creation of extensions that can be loaded
19 application. This can be done using the `LLEXT Extension Development Kit
43 OUTPUT <ext_file.llext>
50 the LLEXT binary being created;
51 - ``<ext_file.llext>`` is the name of the output file that will contain the
83 functions takes the LLEXT target name as its first argument; it is otherwise
119 After the extension code is built, but before packaging it in an ``.llext``
126 on the final llext file :file:`pkg_output`.
133 LLEXT Extension Development Kit (EDK)
144 following command which uses the ``llext-edk`` target:
148 west build -t llext-edk
199 LLEXT EDK Kconfig options
202 The LLEXT EDK can be configured using the following Kconfig options:
215 Refer to :zephyr:code-sample:`llext-edk` for an example of how to use the
216 LLEXT EDK.