Lines Matching refs:hello
1 .. 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:
202 :zephyr-app: samples/modules/thrift/hello/client
208 ``hello/server``.