Home
last modified time | relevance | path

Searched refs:world (Results 1 – 25 of 83) sorted by relevance

1234

/Zephyr-latest/tests/subsys/mgmt/mcumgr/zcbor_bulk/src/
Dmain.c17 struct zcbor_string world; in ZTEST() local
19 ZCBOR_MAP_DECODE_KEY_DECODER("hello", zcbor_tstr_decode, &world), in ZTEST()
23 ZCBOR_MAP_DECODE_KEY_VAL(hello, zcbor_tstr_decode, &world), in ZTEST()
29 zassert_equal((void *)map_one[0].value_ptr, (void *)&world); in ZTEST()
40 struct zcbor_string world; in ZTEST() local
47 ZCBOR_MAP_DECODE_KEY_DECODER("hello", zcbor_tstr_decode, &world), in ZTEST()
71 zassert_equal(sizeof("world") - 1, world.len, "Expected length %d", in ZTEST()
73 zassert_equal(0, memcmp(world.value, "world", world.len), in ZTEST()
74 "Expected \"world\", got %.*s", (int)world.len, world.value); in ZTEST()
81 struct zcbor_string world; in ZTEST() local
[all …]
/Zephyr-latest/samples/cpp/hello_world/
DREADME.rst2 :name: Hello C++ world
10 "Hello, C++ world!" to the console.
31 Hello C++, world! qemu_riscv32
/Zephyr-latest/tests/subsys/fs/fat_fs_api/
DREADME.txt31 Data written:"hello world!"
38 Data read:"hello world!"
48 Data written:"hello world!"
73 Data written:"hello world!"
/Zephyr-latest/boards/intel/niosv_g/doc/
Dindex.rst17 Nios® V/g hello world example design system
20 Prebuilt Nios® V/g hello world example design system is available in Intel FPGA Design store.
24 - https://www.intel.com/content/www/us/en/design-example/776196/intel-arria-10-fpga-hello-world-des…
26 ready_to_test/top.sof file is the prebuilt SRAM Object File for hello world example design system a…
61 Similar message shown below should be appeared in the JTAG UART terminal when using hello world sam…
/Zephyr-latest/samples/sysbuild/hello_world/
DREADME.rst4 Run a hello world sample on multiple board targets
53 After programming the sample to your board, you should observe a hello world
62 Hello world from nrf54h20dk/nrf54h20/cpuapp
69 Hello world from nrf54h20dk/nrf54h20/cpurad
/Zephyr-latest/boards/intel/niosv_m/doc/
Dindex.rst17 Nios® V/m hello world example design system
20 Prebuilt Nios® V/m hello world example design system is available in Intel FPGA Design store.
26 ready_to_test/top.sof file is the prebuilt SRAM Object File for hello world example design system a…
61 Similar message shown below should be appeared in the JTAG UART terminal when using hello world sam…
/Zephyr-latest/samples/subsys/zbus/hello_world/
DREADME.rst1 .. zephyr:code-sample:: zbus-hello-world
9 This sample implements a simple hello world application using zbus to make the threads talk to each…
/Zephyr-latest/boards/firefly/roc_rk3568_pc/
Droc_rk3568_pc_defconfig17 # ARMv8 NS world with cache management
Droc_rk3568_pc_rk3568_smp_defconfig17 # ARMv8 NS world with cache management
/Zephyr-latest/samples/subsys/sensing/simple/
Dapp.overlay9 * with real-world devicetree nodes, to allow these tests to run on
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/
DREADME.rst78 [Linux sample client] incoming msg 1: hello world!
79 [Linux sample client] incoming msg 2: hello world!
81 [Linux sample client] incoming msg 99: hello world!
82 [Linux sample client] incoming msg 100: hello world!
/Zephyr-latest/tests/drivers/build_all/modem/
Dapp.overlay9 * with real-world devicetree nodes, to allow these tests to run on
/Zephyr-latest/tests/subsys/emul/
Dapp.overlay9 * with real-world devicetree nodes, to allow these tests to run on
/Zephyr-latest/tests/lib/devicetree/api_ext/
Dapp.overlay10 * with real-world devicetree nodes, to allow these tests to run on
/Zephyr-latest/tests/drivers/build_all/mfd/
Dapp.overlay9 * with real-world devicetree nodes, to allow these tests to run on
/Zephyr-latest/samples/boards/arc_secure_services/
DREADME.rst18 ``arc_mpu_regions.c``. Half of RAM and ROM is allocated to secure world,
19 the other half is allocated to normal world.
26 peripherals are required by secure world, it can be done by adding static
/Zephyr-latest/boards/firefly/roc_rk3568_pc/doc/
Dindex.rst118 I/TC: Secondary CPU 1 switching to normal world boot
120 I/TC: Secondary CPU 2 switching to normal world boot
122 I/TC: Secondary CPU 3 switching to normal world boot
/Zephyr-latest/tests/drivers/build_all/mdio/
Dapp.overlay9 * with real-world devicetree nodes, to allow these tests to run on
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/
DREADME.rst131 - (Arm64) a simple "hello world" message (the script assumes the default
137 $ ./write_shared_memory.sh -m "hello world"
140 - (x86_64) a simple "hello world" message:
146 $ ./write_shared_memory.sh -m "hello world" -s 4096
179 received IRQ and full message: hello world
/Zephyr-latest/samples/subsys/llext/shell_loader/
DREADME.rst52 A hello world C file can be found in tests/subsys/llext/hello_world/hello_world.c
146 hello world
149 …ory addresses so that printk works as expected with the strings included in the hello world sample.
/Zephyr-latest/tests/drivers/build_all/fpga/
Dapp.overlay9 * with real-world devicetree nodes, to allow these tests to run on
/Zephyr-latest/tests/drivers/build_all/w1/
Dapp.overlay9 * with real-world devicetree nodes, to allow these tests to run on
/Zephyr-latest/samples/modules/thrift/hello/
DREADME.rst158 echo: Hello, world!
179 echo: Hello, world!
215 echo: Hello, world!
/Zephyr-latest/tests/drivers/build_all/video/
Dmimxrt1170_evk_mimxrt1176_cm7.overlay7 * with real-world devicetree nodes, to allow these tests to run on
Dapp.overlay9 * with real-world devicetree nodes, to allow these tests to run on

1234