Lines Matching refs:in
5 Call a function in a loadable extension module,
6 either built-in or loaded at runtime.
11 This sample demonstrates the use of the :ref:`llext` subsystem in Zephyr. The
16 implemented in :zephyr_file:`samples/subsys/llext/modules/src/hello_world_ext.c`.
17 This is achieved in two different ways, depending on the value of the Kconfig
21 application. The caller code used in this case is in
24 - if it is ``m``, the function is compiled as an llext and it is included in
26 load the extension and call the function. The caller code is in
33 executed in QEMU emulation on the :zephyr:board:`qemu_xtensa <qemu_xtensa>` or
40 Zephyr in the same binary. This can be verified via the following commands:
49 compiled separately and included in the Zephyr image as a binary blob:
60 the additional architecture-specific configurations required in this case.
62 To build for a different board, replace ``qemu_xtensa`` in the commands above