Home
last modified time | relevance | path

Searched refs:hello (Results 1 – 25 of 55) sorted by relevance

123

/Zephyr-latest/samples/modules/thrift/hello/client/
DCMakeLists.txt26 ${ZEPHYR_BASE}/samples/modules/thrift/hello/hello.thrift
41 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-cert.pem
47 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-key.pem
53 ${ZEPHYR_BASE}/samples/modules/thrift/hello/native-cert.pem
59 ${ZEPHYR_BASE}/samples/modules/thrift/hello/native-key.pem
DMakefile31 hello_client.stamp: ../hello.thrift
49 hello_client_py.stamp: ../hello.thrift
Dhello_client.py20 from hello import Hello
/Zephyr-latest/samples/modules/thrift/hello/server/
DCMakeLists.txt26 ${ZEPHYR_BASE}/samples/modules/thrift/hello/hello.thrift
41 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-cert.pem
47 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-key.pem
53 ${ZEPHYR_BASE}/samples/modules/thrift/hello/native-cert.pem
59 ${ZEPHYR_BASE}/samples/modules/thrift/hello/native-key.pem
DMakefile32 hello_server.stamp: ../hello.thrift
/Zephyr-latest/samples/modules/thrift/hello/
DREADME.rst1 .. zephyr:code-sample:: thrift-hello
46 interface described in :zephyr_file:`samples/modules/thrift/hello/hello.thrift`.
93 $ make -j -C samples/modules/thrift/hello/client/
94 $ make -j -C samples/modules/thrift/hello/server/
121 Build the Zephyr version of the ``hello/server`` sample application like this:
124 :zephyr-app: samples/modules/thrift/hello/server
137 :zephyr-app: samples/modules/thrift/hello/server
153 You should observe the following in the original ``hello/server`` terminal:
172 You should observe the following in the original ``hello/server`` terminal.
199 Then, in annother terminal, run the corresponding ``hello/client`` sample:
[all …]
/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/tests/modules/thrift/ThriftTest/src/
Dserver.hpp188 void testMapMap(map<int32_t, map<int32_t, int32_t>> &mapmap, const int32_t hello) override in testMapMap() argument
193 printf("testMapMap(%d)\n", hello); in testMapMap()
259 void testMulti(Xtruct &hello, const int8_t arg0, const int32_t arg1, const int64_t arg2, in testMulti() argument
267 hello.string_thing = "Hello2"; in testMulti()
268 hello.byte_thing = arg0; in testMulti()
269 hello.i32_thing = arg1; in testMulti()
270 hello.i64_thing = (int64_t)arg2; in testMulti()
/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/ipc/rpmsg_service/boards/
Dstm32h747i_disco_stm32h747xx_m7.overlay2 * Copyright (c) 2024 Celina Sophie Kalus <hello@celinakalus.de>
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/remote/boards/
Dstm32h747i_disco_stm32h747xx_m4.overlay2 * Copyright (c) 2024 Celina Sophie Kalus <hello@celinakalus.de>
/Zephyr-latest/samples/drivers/mbox/boards/
Dstm32h747i_disco_stm32h747xx_m7.overlay2 * Copyright (c) 2024 Celina Sophie Kalus <hello@celinakalus.de>
/Zephyr-latest/drivers/mbox/
DKconfig.stm32_hsem1 # Copyright (c) 2024 Celina Sophie Kalus <hello@celinakalus.de>
/Zephyr-latest/samples/drivers/mbox/remote/boards/
Dstm32h747i_disco_stm32h747xx_m4.overlay2 * Copyright (c) 2024 Celina Sophie Kalus <hello@celinakalus.de>
/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/tests/modules/thrift/ThriftTest/
DCMakeLists.txt49 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-cert.pem
55 ${ZEPHYR_BASE}/samples/modules/thrift/hello/qemu-key.pem
/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/samples/subsys/ipc/ipc_service/icmsg/boards/
Dstm32h747i_disco_stm32h747xx_m7.overlay2 * Copyright (c) 2024 Celina Sophie Kalus <hello@celinakalus.de>
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/remote/boards/
Dstm32h747i_disco_stm32h747xx_m4.overlay2 * Copyright (c) 2024 Celina Sophie Kalus <hello@celinakalus.de>
/Zephyr-latest/samples/subsys/bindesc/hello_bindesc/
DREADME.rst1 .. zephyr:code-sample:: hello-bindesc
/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
/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/net/sockets/socketpair/src/
Dmain.c39 static int hello(int fd, const char *name) in hello() function
76 if (hello(fd, name) < 0) { in fun()
/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.

123