Home
last modified time | relevance | path

Searched refs:hello_world_ext (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/subsys/llext/shell_loader/
DCMakeLists.txt14 add_llext_target(hello_world_ext
DREADME.rst46 $ ninja -C build -vvv hello_world_ext
/Zephyr-latest/samples/subsys/llext/modules/
DCMakeLists.txt34 src/hello_world_ext.c
DKconfig13 hello_world_ext.c, either as an llext module or as a built-in part of
DREADME.rst16 implemented in :zephyr_file:`samples/subsys/llext/modules/src/hello_world_ext.c`.
/Zephyr-latest/tests/subsys/llext/src/
Dtest_llext.c263 static LLEXT_CONST uint8_t hello_world_ext[] ELF_ALIGN = { variable
427 LLEXT_BUF_LOADER(dependency_buf, sizeof(hello_world_ext)); in ZTEST()
614 zassert_equal(fs_write(&fd, hello_world_ext, ARRAY_SIZE(hello_world_ext)), in ZTEST()
615 ARRAY_SIZE(hello_world_ext), in ZTEST()