Searched refs:hello_world_ext (Results 1 – 6 of 6) sorted by relevance
14 add_llext_target(hello_world_ext
46 $ ninja -C build -vvv hello_world_ext
34 src/hello_world_ext.c
13 hello_world_ext.c, either as an llext module or as a built-in part of
16 implemented in :zephyr_file:`samples/subsys/llext/modules/src/hello_world_ext.c`.
263 static LLEXT_CONST uint8_t hello_world_ext[] ELF_ALIGN = { variable427 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()