Lines Matching full:llext
1 .. zephyr:code-sample:: llext-edk
6 LLEXT EDK (Extension Development Kit).
11 This sample demonstrates how to use the Zephyr LLEXT EDK (Extension Development
34 the Zephyr build system as well, via ``llext-edk`` target. The EDK is then
48 To build the EDK, use the ``llext-edk`` target. For example:
51 :zephyr-app: samples/subsys/llext/edk/app
53 :goals: build llext-edk
62 cp build/zephyr/llext-edk.tar.xz /tmp/edk
64 tar -xf llext-edk.tar.xz
70 export LLEXT_EDK_INSTALL_DIR=/tmp/edk/llext-edk
97 cmake -B build -DLLEXT_EDK_INSTALL_DIR=/tmp/edk/llext-edk
106 :zephyr-app: samples/subsys/llext/edk/app