Home
last modified time | relevance | path

Searched refs:echo (Results 251 – 275 of 285) sorted by relevance

1...<<1112

/Zephyr-latest/doc/services/shell/
Dindex.rst23 :command:`echo`, :command:`history` and :command:`resize`.
138 * Open ``PuTTY``. Use telnet port 19021 and specific Terminal configuration. Set ``Local echo``
557 * :command:`echo` - Toggles shell echo.
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/
DREADME.rst198 :c:func:`mmap`; however, using shell tools (like :command:`echo`) will treat
/Zephyr-latest/subsys/shell/
Dshell_ops.c58 return (((sh->ctx->cmd_buff_pos * sh->ctx->cfg.flags.echo) + in z_shell_cursor_in_empty_line()
Dshell.c1252 cfg_flags.echo &= IS_ENABLED(CONFIG_SHELL_ECHO_STATUS); in instance_init()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/
DKconfig134 bool "Support for echo command"
/Zephyr-latest/boards/phytec/phyboard_pollux/doc/
Dindex.rst182 …# echo 'ATTR{idProduct}=="0a70", ATTR{idVendor}=="10c4", MODE="0666", GROUP="plugdev"' > /etc/udev…
/Zephyr-latest/doc/releases/
Drelease-notes-1.14.rst121 * :github:`16257` - net: icmpv4: Zephyr sends echo reply with multicast source address
320 * :github:`16257` - net: icmpv4: Zephyr sends echo reply with multicast source address
1273 * :github:`14663` - net: echo server sends unknown packets on start
1286 * :github:`14622` - net: IPv6: malformed packet in fragmented echo reply
1302 * :github:`14523` - echo-client doesn't close socket if echo-server is offline
1396 * :github:`13984` - nucleo_l496zg: samples: console/echo: It doesn't echo
1531 * :github:`13515` - samples/net/sockets/echo doesn’t link with CONFIG_NO_OPTIMIZATIONS=y
1603 * :github:`13147` - net: ICMPv4 echo reply packets do not use default values in the IP header
1775 * :github:`12162` - net: icmpv4: Zephyr replies to ICMPv4 echo request with broadcast destination I…
1846 * :github:`11618` - net: icmpv4: Zephyr drops valid echo request
[all …]
Drelease-notes-1.13.rst188 * Port native API echo-server/echo-client samples to BSD sockets API, with
190 * Handle out-of-buf situations gracefully in echo-client and echo-server sample
Drelease-notes-2.2.rst574 * Add signed certificate support to echo-server sample application
594 * Fix echo-server sample application accept handling
921 * :github:`21949` - net: TCP: echo server deadlock from TCP packet
1012 * :github:`21335` - net: TCP: Socket echo server does not accept incoming connections when TLS is e…
1048 * :github:`21099` - echo server qemu_x86 e1000 cannot generate coverage reports
Drelease-notes-1.12.rst203 * Fix IPv4 echo-request (ping) in net-shell when having multiple network
421 * :github:`6342` - echo server: incorrect Ethernet FCS and checksum in echo response when running i…
439 * :github:`6565` - samples/net/sockets/echo: Failed to connect to samples/net/echo_server for IPV6 …
Drelease-notes-1.7.rst380 * ``ZEP-1592`` - echo-server does not build with newlib
385 * ``ZEP-1611`` - Hardfault after a few echo requests (IPv6 over BLE)
Drelease-notes-1.8.rst302 * ``ZEP-2037`` - Malformed echo response
Drelease-notes-2.4.rst630 * Added userspace support to MQTT publisher, echo-server and echo-client
1084 …` - [Coverity CID :212960] Logically dead code in samples/net/sockets/echo_client/src/echo-client.c
1160 * :github:`27463` - Cannot build samples/net/sockets/echo for cc3220sf_launchxl
Drelease-notes-3.4.rst1097 * Added simple Babblesim echo test over IEEE802154 L2.
1161 * Added simple Babblesim echo test over OpenThread.
Drelease-notes-2.0.rst854 * :github:`17378` - samples: net: echo-server: no return packet
1075 * :github:`16257` - net: icmpv4: Zephyr sends echo reply with multicast source address
/Zephyr-latest/subsys/shell/backends/
Dshell_mqtt.c828 .echo = 0, in enable_shell_mqtt()
DKconfig.backends523 to extend such support. It does have support for echo and "character
/Zephyr-latest/doc/develop/flash_debug/
Dnordic_segger.rst117 sudo sh -c 'echo "ATTRS{idVendor}==\"1366\", ENV{ID_MM_DEVICE_IGNORE}=\"1\" " \
/Zephyr-latest/doc/contribute/documentation/
Dguidelines.rst509 echo "Hello World!"
513 echo "Hello World!"
521 $ echo "Hello World!"
526 $ echo "Hello World!"
/Zephyr-latest/doc/develop/west/
Dworkspaces.rst103 echo "https://x-access-token:$GH_TOKEN@github.com" >> ~/.git-credentials
/Zephyr-latest/boards/acrn/acrn/doc/
Dindex.rst228 # for i in n p 1 "" "" t ef w; do echo $i; done | fdisk /dev/sdb
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_server.rst369 example Websocket-based echo service implementation.
/Zephyr-latest/
DCMakeLists.txt731 COMMAND ${CMAKE_COMMAND} -E echo ""
2096 COMMAND ${CMAKE_COMMAND} -E echo "Generating logging dictionary database: ${LOG_DICT_DB_NAME}"
2123 …COMMAND ${CMAKE_COMMAND} -E echo "Generating files from ${PROJECT_BINARY_DIR}/${KERNEL_ELF_NAME} f…
2172 ${CMAKE_COMMAND} -E echo
/Zephyr-latest/boards/phytec/reel_board/doc/
Dindex.rst486 …# echo 'ATTR{idProduct}=="0204", ATTR{idVendor}=="0d28", MODE="0666", GROUP="plugdev"' > /etc/udev…
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst183 ``ioctl()`` (preferably via ``tcsetattr()``) to disable echo if it is not desired.

1...<<1112