Home
last modified time | relevance | path

Searched refs:echo (Results 176 – 200 of 285) sorted by relevance

12345678910>>...12

/Zephyr-latest/doc/connectivity/networking/
Dnative_sim_setup.rst16 In this example, the :zephyr:code-sample:`sockets-echo-server` sample application from
117 Step 2 - run echo-client from net-tools
132 sockets API. This means that :zephyr:code-sample:`sockets-echo-server` and
133 ``echo-client`` applications will communicate over localhost/loopback
140 ./echo-client 127.0.0.1
146 ./echo-client -t 127.0.0.1
Deth_bridge_native_sim_setup.rst55 :zephyr:code-sample:`sockets-echo-server` sample application.
59 west build -p -b native_sim -d ../build/echo-server \
67 ../build/echo-server/zephyr/zephyr.exe -attach_uart
69 This will create and run :zephyr:code-sample:`sockets-echo-server` with bridging enabled but
Dqemu_eth_setup.rst13 In this example, the :zephyr:code-sample:`sockets-echo-server` sample application from
75 Build and start the :zephyr:code-sample:`sockets-echo-server` sample application.
/Zephyr-latest/tests/bsim/
Dcompile.source11 echo -e "\033[0;31mFailure building ${app} ${conf_file} for ${BOARD}\033[0m\n\
41 local exe_basename=$(echo ${exe_basename} | tr \"/\\.\; _ )
53 echo "Building $exe_name"
/Zephyr-latest/samples/modules/thrift/hello/server/src/
DHelloHandler.h31 void echo(std::string &_return, const std::string &msg) in echo() function
/Zephyr-latest/tests/drivers/build_all/sensor/
Dgpio.dtsi24 echo-gpios = <&test_gpio 1 0>;
/Zephyr-latest/doc/develop/toolchains/
Dcrosstool_ng.rst44 $ echo $ZEPHYR_TOOLCHAIN_VARIANT
46 $ echo $XTOOLS_TOOLCHAIN_PATH
Dother_x_compilers.rst46 $ echo $ZEPHYR_TOOLCHAIN_VARIANT
48 $ echo $CROSS_COMPILE
/Zephyr-latest/samples/drivers/i2s/echo/
DKconfig10 bool "Toggle echo effect when pressing sw0"
/Zephyr-latest/boards/wch/ch32v003evt/support/
Dopenocd.cfg15 echo "Ready for Remote Connections"
/Zephyr-latest/samples/net/sockets/echo_client/
DKconfig1 # Private config options for echo-client sample app
6 mainmenu "Networking echo-client sample application"
/Zephyr-latest/samples/modules/thrift/hello/client/
Dhello_client.py44 client.echo('Hello, world!')
/Zephyr-latest/samples/net/sockets/txtime/
DREADME.rst27 ``echo-server`` application from `net-tools`_ project to catch these and
30 to create an ``AF_PACKET`` type socket. In this case, the ``echo-server``
/Zephyr-latest/doc/connectivity/networking/api/
Dthread.rst41 See :zephyr:code-sample:`sockets-echo-server` and :zephyr:code-sample:`sockets-echo-client`
/Zephyr-latest/scripts/west_commands/runners/
Dintel_cyclonev.py249 echo = ['echo']
270 cmd1 = echo + server_cmd
272 cmd2 = echo + gdb_cmd
274 cmd3 = echo + gdb_cmd2
/Zephyr-latest/samples/bluetooth/peripheral_nus/
DREADME.rst5 Implement a simple echo server using the Nordic UART Service (NUS).
/Zephyr-latest/boards/beagle/beaglebone_ai64/doc/
Dindex.rst103 | ``echo stop > /dev/remoteproc/j7-main-r5f0_0/state``
106 | ``echo zephyr.elf > /dev/remoteproc/j7-main-r5f0_0/firmware``
109 | ``echo start > /dev/remoteproc/j7-main-r5f0_0/state``
/Zephyr-latest/cmake/bintools/
Dbintools_template.cmake30 # Commands will default echo a message if called, but no command has been defined.
33 # set_property(TARGET bintools PROPERTY <command>_command ${CMAKE_COMMAND} -E echo "")
133 set_property(TARGET bintools PROPERTY disassembly_command ${CMAKE_COMMAND} -E echo "disassembly ${C…
141 set_property(TARGET bintools PROPERTY elfconvert_command ${CMAKE_COMMAND} -E echo "elfconvert ${COM…
153 set_property(TARGET bintools PROPERTY readelf_command ${CMAKE_COMMAND} -E echo "readelf ${COMMAND_N…
161 set_property(TARGET bintools PROPERTY strip_command ${CMAKE_COMMAND} -E echo "strip ${COMMAND_NOT_S…
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt_client/
DKconfig25 bool "Support for echo command request"
/Zephyr-latest/samples/modules/thrift/hello/client/src/
Dmain.cpp121 client.echo(s, "Hello, world!"); in main()
/Zephyr-latest/samples/net/sockets/net_mgmt/
DREADME.rst25 usage scenario is to run echo-server application inside QEMU. This is
/Zephyr-latest/samples/net/sockets/echo_server/
DKconfig1 # Private config options for echo-server sample app
6 mainmenu "Networking echo-server sample application"
/Zephyr-latest/samples/modules/thrift/hello/
DREADME.rst158 echo: Hello, world!
179 echo: Hello, world!
215 echo: Hello, world!
/Zephyr-latest/samples/subsys/usb/webusb/
DREADME.rst5 Receive and echo data from a web page using WebUSB API.
16 This simple echo application demonstrates the WebUSB sample application.
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/
DREADME.rst23 experience it is necessary to connect external I2S ADC and I2S DAC, simple echo

12345678910>>...12