Searched refs:echo (Results 201 – 225 of 285) sorted by relevance
12345678910>>...12
13 This sample will echo the data received in subevent indications back to the
157 echo demo. More information at :zephyr:code-sample:`sockets-echo-server` and158 :zephyr:code-sample:`sockets-echo-client`.
80 echo "Unsupported compiler '${CROSS}' defined by environment variable CROSS"99 …$ $(which echo) -e "config ${XTENSA_CORE}\n\tbool \"${XTENSA_CORE} core\"\n" >> "soc/xtensa/Kconfi…117 $ echo "obj-y = soc.o" > soc/xtensa/${XTENSA_CORE}/Makefile
94 return sh->ctx->cfg.flags.echo == 1; in z_flag_echo_get()101 Z_SHELL_SET_FLAG_ATOMIC(sh, cfg, echo, val, ret); in z_flag_echo_set()
167 If enabled, don't echo actual character, but echo * instead.198 Meta keys will not be active when shell echo is set to off.
137 # Prepend each shield with COMMAND <cmake> -E echo <shield>" for printing.139 list(TRANSFORM SHIELD_LIST PREPEND "COMMAND;${CMAKE_COMMAND};-E;echo;"
104 list(TRANSFORM SNIPPET_NAMES PREPEND "COMMAND;${CMAKE_COMMAND};-E;echo;"
16 In this example, the :zephyr:code-sample:`sockets-echo-server` sample application from110 echo foobar | nc -6 -u 2001:db8::1 4242115 echo foobar | nc -u 192.0.2.1 4242123 echo foobar | nc -6 -q2 2001:db8::1 4242
126 In this example we start :zephyr:code-sample:`sockets-echo-server` and127 :zephyr:code-sample:`sockets-echo-client` sample applications. You can use other applications
15 The :zephyr:code-sample:`sockets-echo-server` application from the Zephyr source
24 COMMAND ${CMAKE_COMMAND} -E echo ${armfvp_warning_message}
60 See :zephyr:code-sample:`sockets-echo-server` and :zephyr:code-sample:`sockets-echo-client`142 see e.g. :zephyr:code-sample:`echo-server sample application <sockets-echo-server>` or
5 Receive and echo data from a web page using WebUSB API.
75 … west completion bash > ~/west-completion.bash; echo "source ~/west-completion.bash" >> ~/.bashrc
29 Build the Zephyr version of the sockets/echo application like this:
383 $ echo stop > /sys/class/remoteproc/remoteproc0/state384 $ echo zephyr_openamp_rsc_table.elf > /sys/class/remoteproc/remoteproc0/firmware385 $ echo start > /sys/class/remoteproc/remoteproc0/state425 echo pc=$pc426 echo sp=$sp
135 $ echo zephyr.elf > /sys/class/remoteproc/remoteproc0/firmware136 $ echo start > /sys/class/remoteproc/remoteproc0/state
236 * :github:`3308` - [TAHI] No "ICMPv6 error message" is received while sending echo request with par…282 * :github:`4216` - samples:net:sockets:echo : communication blocks between client and server after …456 * :github:`6081` - echo server crash from corrupt ICMPv4 packet468 * :github:`6197` - echo server crash from corrupt ICMPv6 packet470 * :github:`6217` - echo server crash from corrupt ICMPv6 NS packet475 * :github:`6235` - echo server crash from ICMPv6 NS source link layer address anomaly486 * :github:`6315` - echo server crash from malformed ICMPv6 NA493 * :github:`6382` - echo server: crash from unsolicited RA reachable time anomaly494 * :github:`6393` - echo server: crash from NS flood
73 bool "Accept broadcast ICMPv4 echo-request"75 If set, then respond to ICMPv4 echo-request that is sent to
5 Use USB CDC-ACM driver to implement a serial port echo.
29 The sample requires that data are being sent by the remote core so it can echo
47 echo "some test data" > file_root/test.txt
33 Build the Zephyr version of the sockets/echo application like this:
61 $ sudo sh -c "echo 0x2fe3 0x0009 0 0x0525 0xa4a0 > /sys/bus/usb/drivers/usbtest/new_id"
771 uint32_t echo :1; /*!< Controls shell echo */ member787 .echo = 1, \