zephyr/samples/subsys/llext
Luca Burelli c66a0bb2a9 samples: llext: shell_loader: add hello_world.c, update README
Hello world from the tests is no longer what it once was, a simple
hello_world function that prints. The sample was here to let people
explore and learn about how LLEXT and ELFs work.

Moving the sample extension code to the shell loader sample disconnects
the two and lets the sample remain simpler.

We use the new CONFIG_LLEXT_IMPORT_ALL_GLOBALS to show how to build
an extension with and without the Zephyr build system.

Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
2025-01-29 11:04:33 +01:00
..
edk samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
modules llext: group LLEXT output files in a subdirectory 2025-01-27 08:54:44 +01:00
shell_loader samples: llext: shell_loader: add hello_world.c, update README 2025-01-29 11:04:33 +01:00
llext.rst