Home
last modified time | relevance | path

Searched refs:echo (Results 201 – 225 of 285) sorted by relevance

12345678910>>...12

/Zephyr-latest/samples/bluetooth/periodic_sync_rsp/
DREADME.rst13 This sample will echo the data received in subevent indications back to the
/Zephyr-latest/boards/atmel/sam0/samr21_xpro/doc/
Dindex.rst157 echo demo. More information at :zephyr:code-sample:`sockets-echo-server` and
158 :zephyr:code-sample:`sockets-echo-client`.
/Zephyr-latest/boards/cdns/xt-sim/doc/
Dindex.rst80 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
/Zephyr-latest/subsys/shell/
Dshell_ops.h94 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()
DKconfig167 If enabled, don't echo actual character, but echo * instead.
198 Meta keys will not be active when shell echo is set to off.
/Zephyr-latest/cmake/modules/
Dshields.cmake137 # Prepend each shield with COMMAND <cmake> -E echo <shield>" for printing.
139 list(TRANSFORM SHIELD_LIST PREPEND "COMMAND;${CMAKE_COMMAND};-E;echo;"
Dsnippets.cmake104 list(TRANSFORM SNIPPET_NAMES PREPEND "COMMAND;${CMAKE_COMMAND};-E;echo;"
/Zephyr-latest/doc/connectivity/networking/
Dqemu_setup.rst16 In this example, the :zephyr:code-sample:`sockets-echo-server` sample application from
110 echo foobar | nc -6 -u 2001:db8::1 4242
115 echo foobar | nc -u 192.0.2.1 4242
123 echo foobar | nc -6 -q2 2001:db8::1 4242
Dnetworking_with_multiple_instances.rst126 In this example we start :zephyr:code-sample:`sockets-echo-server` and
127 :zephyr:code-sample:`sockets-echo-client` sample applications. You can use other applications
Dusbnet_setup.rst15 The :zephyr:code-sample:`sockets-echo-server` application from the Zephyr source
/Zephyr-latest/cmake/emu/
Darmfvp.cmake24 COMMAND ${CMAKE_COMMAND} -E echo ${armfvp_warning_message}
/Zephyr-latest/doc/connectivity/networking/api/
Dsockets.rst60 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
/Zephyr-latest/samples/subsys/usb/webusb-next/
DREADME.rst5 Receive and echo data from a web page using WebUSB API.
/Zephyr-latest/doc/develop/west/
Dinstall.rst75 … west completion bash > ~/west-completion.bash; echo "source ~/west-completion.bash" >> ~/.bashrc
/Zephyr-latest/samples/net/sockets/socketpair/
DREADME.rst29 Build the Zephyr version of the sockets/echo application like this:
/Zephyr-latest/boards/toradex/colibri_imx7d/doc/
Dindex.rst383 $ echo stop > /sys/class/remoteproc/remoteproc0/state
384 $ echo zephyr_openamp_rsc_table.elf > /sys/class/remoteproc/remoteproc0/firmware
385 $ echo start > /sys/class/remoteproc/remoteproc0/state
425 echo pc=$pc
426 echo sp=$sp
/Zephyr-latest/boards/amd/kv260_r5/doc/
Dindex.rst135 $ echo zephyr.elf > /sys/class/remoteproc/remoteproc0/firmware
136 $ echo start > /sys/class/remoteproc/remoteproc0/state
/Zephyr-latest/doc/releases/
Drelease-notes-1.11.rst236 * :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 packet
468 * :github:`6197` - echo server crash from corrupt ICMPv6 packet
470 * :github:`6217` - echo server crash from corrupt ICMPv6 NS packet
475 * :github:`6235` - echo server crash from ICMPv6 NS source link layer address anomaly
486 * :github:`6315` - echo server crash from malformed ICMPv6 NA
493 * :github:`6382` - echo server: crash from unsolicited RA reachable time anomaly
494 * :github:`6393` - echo server: crash from NS flood
/Zephyr-latest/subsys/net/ip/
DKconfig.ipv473 bool "Accept broadcast ICMPv4 echo-request"
75 If set, then respond to ICMPv4 echo-request that is sent to
/Zephyr-latest/samples/subsys/usb/cdc_acm/
DREADME.rst5 Use USB CDC-ACM driver to implement a serial port echo.
/Zephyr-latest/samples/drivers/ipm/ipm_imx/
DREADME.rst29 The sample requires that data are being sent by the remote core so it can echo
/Zephyr-latest/samples/net/sockets/coap_download/
DREADME.rst47 echo "some test data" > file_root/test.txt
/Zephyr-latest/samples/net/sockets/dumb_http_server/
DREADME.rst33 Build the Zephyr version of the sockets/echo application like this:
/Zephyr-latest/samples/subsys/usb/testusb/
DREADME.rst61 $ sudo sh -c "echo 0x2fe3 0x0009 0 0x0525 0xa4a0 > /sys/bus/usb/drivers/usbtest/new_id"
/Zephyr-latest/include/zephyr/shell/
Dshell.h771 uint32_t echo :1; /*!< Controls shell echo */ member
787 .echo = 1, \

12345678910>>...12