Searched refs:echo (Results 251 – 275 of 285) sorted by relevance
1...<<1112
/Zephyr-latest/doc/services/shell/ |
D | index.rst | 23 :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/ |
D | README.rst | 198 :c:func:`mmap`; however, using shell tools (like :command:`echo`) will treat
|
/Zephyr-latest/subsys/shell/ |
D | shell_ops.c | 58 return (((sh->ctx->cmd_buff_pos * sh->ctx->cfg.flags.echo) + in z_shell_cursor_in_empty_line()
|
D | shell.c | 1252 cfg_flags.echo &= IS_ENABLED(CONFIG_SHELL_ECHO_STATUS); in instance_init()
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/ |
D | Kconfig | 134 bool "Support for echo command"
|
/Zephyr-latest/boards/phytec/phyboard_pollux/doc/ |
D | index.rst | 182 …# echo 'ATTR{idProduct}=="0a70", ATTR{idVendor}=="10c4", MODE="0666", GROUP="plugdev"' > /etc/udev…
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.14.rst | 121 * :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 …]
|
D | release-notes-1.13.rst | 188 * 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
|
D | release-notes-2.2.rst | 574 * 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
|
D | release-notes-1.12.rst | 203 * 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 …
|
D | release-notes-1.7.rst | 380 * ``ZEP-1592`` - echo-server does not build with newlib 385 * ``ZEP-1611`` - Hardfault after a few echo requests (IPv6 over BLE)
|
D | release-notes-1.8.rst | 302 * ``ZEP-2037`` - Malformed echo response
|
D | release-notes-2.4.rst | 630 * 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
|
D | release-notes-3.4.rst | 1097 * Added simple Babblesim echo test over IEEE802154 L2. 1161 * Added simple Babblesim echo test over OpenThread.
|
D | release-notes-2.0.rst | 854 * :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/ |
D | shell_mqtt.c | 828 .echo = 0, in enable_shell_mqtt()
|
D | Kconfig.backends | 523 to extend such support. It does have support for echo and "character
|
/Zephyr-latest/doc/develop/flash_debug/ |
D | nordic_segger.rst | 117 sudo sh -c 'echo "ATTRS{idVendor}==\"1366\", ENV{ID_MM_DEVICE_IGNORE}=\"1\" " \
|
/Zephyr-latest/doc/contribute/documentation/ |
D | guidelines.rst | 509 echo "Hello World!" 513 echo "Hello World!" 521 $ echo "Hello World!" 526 $ echo "Hello World!"
|
/Zephyr-latest/doc/develop/west/ |
D | workspaces.rst | 103 echo "https://x-access-token:$GH_TOKEN@github.com" >> ~/.git-credentials
|
/Zephyr-latest/boards/acrn/acrn/doc/ |
D | index.rst | 228 # for i in n p 1 "" "" t ef w; do echo $i; done | fdisk /dev/sdb
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | http_server.rst | 369 example Websocket-based echo service implementation.
|
/Zephyr-latest/ |
D | CMakeLists.txt | 731 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/ |
D | index.rst | 486 …# echo 'ATTR{idProduct}=="0204", ATTR{idVendor}=="0d28", MODE="0666", GROUP="plugdev"' > /etc/udev…
|
/Zephyr-latest/doc/connectivity/usb/device/ |
D | usb_device.rst | 183 ``ioctl()`` (preferably via ``tcsetattr()``) to disable echo if it is not desired.
|
1...<<1112