Lines Matching refs:llext
1 .. zephyr:code-sample:: llext-shell-loader
10 This example provides shell access to the :ref:`llext` system and provides the
16 A board with a supported llext architecture and shell capable console.
22 :zephyr-app: samples/subsys/llext/shell_loader
33 All the llext system related commands are available as sub-commands of llext
34 which can be seen with llext help
38 uart:~$ llext help
39 llext - Loadable extension commands
52 A hello world C file can be found in tests/subsys/llext/hello_world/hello_world.c
56 Then using additional tools converted to a hex string usable by the llext
63 …$ arm-zephyr-eabi-gcc -mlong-calls -mthumb -c -o hello_world.elf tests/subsys/llext/hello_world/he…
137 …uart:~$ llext load_hex hello_world 7f454c460101010000000000000000000100280001000000000000000000000…
145 uart:~$ llext call_fn hello_world hello_world
149 … address of where the printk function (symbol) can be found. At load time llext replaces the value…