Searched refs:echo (Results 176 – 200 of 285) sorted by relevance
12345678910>>...12
/Zephyr-latest/doc/connectivity/networking/ |
D | native_sim_setup.rst | 16 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
|
D | eth_bridge_native_sim_setup.rst | 55 :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
|
D | qemu_eth_setup.rst | 13 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/ |
D | compile.source | 11 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/ |
D | HelloHandler.h | 31 void echo(std::string &_return, const std::string &msg) in echo() function
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | gpio.dtsi | 24 echo-gpios = <&test_gpio 1 0>;
|
/Zephyr-latest/doc/develop/toolchains/ |
D | crosstool_ng.rst | 44 $ echo $ZEPHYR_TOOLCHAIN_VARIANT 46 $ echo $XTOOLS_TOOLCHAIN_PATH
|
D | other_x_compilers.rst | 46 $ echo $ZEPHYR_TOOLCHAIN_VARIANT 48 $ echo $CROSS_COMPILE
|
/Zephyr-latest/samples/drivers/i2s/echo/ |
D | Kconfig | 10 bool "Toggle echo effect when pressing sw0"
|
/Zephyr-latest/boards/wch/ch32v003evt/support/ |
D | openocd.cfg | 15 echo "Ready for Remote Connections"
|
/Zephyr-latest/samples/net/sockets/echo_client/ |
D | Kconfig | 1 # Private config options for echo-client sample app 6 mainmenu "Networking echo-client sample application"
|
/Zephyr-latest/samples/modules/thrift/hello/client/ |
D | hello_client.py | 44 client.echo('Hello, world!')
|
/Zephyr-latest/samples/net/sockets/txtime/ |
D | README.rst | 27 ``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/ |
D | thread.rst | 41 See :zephyr:code-sample:`sockets-echo-server` and :zephyr:code-sample:`sockets-echo-client`
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | intel_cyclonev.py | 249 echo = ['echo'] 270 cmd1 = echo + server_cmd 272 cmd2 = echo + gdb_cmd 274 cmd3 = echo + gdb_cmd2
|
/Zephyr-latest/samples/bluetooth/peripheral_nus/ |
D | README.rst | 5 Implement a simple echo server using the Nordic UART Service (NUS).
|
/Zephyr-latest/boards/beagle/beaglebone_ai64/doc/ |
D | index.rst | 103 | ``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/ |
D | bintools_template.cmake | 30 # 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/ |
D | Kconfig | 25 bool "Support for echo command request"
|
/Zephyr-latest/samples/modules/thrift/hello/client/src/ |
D | main.cpp | 121 client.echo(s, "Hello, world!"); in main()
|
/Zephyr-latest/samples/net/sockets/net_mgmt/ |
D | README.rst | 25 usage scenario is to run echo-server application inside QEMU. This is
|
/Zephyr-latest/samples/net/sockets/echo_server/ |
D | Kconfig | 1 # Private config options for echo-server sample app 6 mainmenu "Networking echo-server sample application"
|
/Zephyr-latest/samples/modules/thrift/hello/ |
D | README.rst | 158 echo: Hello, world! 179 echo: Hello, world! 215 echo: Hello, world!
|
/Zephyr-latest/samples/subsys/usb/webusb/ |
D | README.rst | 5 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/ |
D | README.rst | 23 experience it is necessary to connect external I2S ADC and I2S DAC, simple echo
|
12345678910>>...12