Searched refs:poll (Results 76 – 100 of 104) sorted by relevance
12345
/Zephyr-latest/doc/connectivity/usb/device_next/ |
D | usb_device.rst | 289 The CDC ACM poll out implementation follows :ref:`uart_polling_api` and
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.5.rst | 239 * ``ZEP-595`` - UART: usb simulated uart doesn't work in poll mode
|
D | release-notes-3.0.rst | 218 * :c:func:`uart_poll_in_u16` to poll for input. 1127 * :github:`40614` - poll: the code judgment condition is always true 1250 * :github:`39660` - poll() not notified when a TLS/TCP connection is closed without TLS close_notify
|
D | release-notes-1.7.rst | 31 * Introduction of k_poll API: k_poll() is similar to the POSIX poll() API in
|
D | release-notes-2.6.rst | 291 * Reworked the periodic publication timer and poll timeout scheduling logic. 294 * Ensured to encrypt initial friend poll with friend credentials. 1049 * Testcases of IPC include pipe, poll, mailbox, message queue. 1567 * :github:`33712` - kernel/poll: no error happened when mutil-threads poll a same event at a same t…
|
D | release-notes-3.6.rst | 909 * Fixed DTLS handshake processing during :c:func:`poll`. 916 * Fixed DTLS connection timeout when monitoring socket with :c:func:`poll`.
|
D | release-notes-2.5.rst | 1121 * :github:`31472` - tests: kernel: poll: timeout with FPU enabled 1298 * :github:`30338` - BT Mesh LPN max. poll timeout calculated incorrectly 1342 * :github:`30137` - TCP2: Handling of RST flag from server makes poll() call unable to return indef…
|
D | release-notes-2.7.rst | 697 * Fixed a bug, where :c:func:`poll` events were not signalled correctly 723 * Fixed :c:func:`poll` implementation for WebSocket, which did not work 1420 * :github:`37472` - Corrupted timeout on poll for offloaded sockets
|
D | release-notes-2.3.rst | 827 * :github:`25448` - serial: uart_nrfx_uarte: poll & async TX infinite hang 1418 * :github:`12264` - kernel: poll: outdated check for expired timeout
|
D | release-notes-3.3.rst | 1184 one byte using poll out in CDC ACM class implementation. 2636 - :github:`49492` - kernel.poll test fails on qemu_arc_hs6x when compiled with GCC 12 3058 * :github:`53468` - STM32 single-wire UART not working when poll-out more than 1 char 3331 * :github:`51689` - tests-ci : net: socket: poll test Failed
|
D | release-notes-2.1.rst | 806 * :github:`18591` - tests/kernel/fifo/fifo\_timeout/kernel.fifo.timeout.poll fails to run on multip…
|
D | release-notes-2.4.rst | 1148 * :github:`27526` - poll(2) returning -1 errno ENOMEM 1641 * :github:`24029` - [Coverity CID :209380] Unchecked return value in tests/kernel/poll/src/test_pol…
|
D | release-notes-2.2.rst | 572 * Add support to poll() which can now return immediately when POLLOUT is set
|
D | release-notes-3.2.rst | 1505 and the ability to poll for task completions. 1749 - :github:`49492` - kernel.poll test fails on qemu_arc_hs6x when compiled with GCC 12
|
D | release-notes-1.14.rst | 1561 * :github:`13380` - sockets: ordering of send() vs. poll() when using socket API + DTLS causes a cr… 1999 * :github:`10632` - tests/kernel/poll faults on freedom_k64f, sam_e70_xplained and nrf52_pca10040
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_config_guide.rst | 87 Maximum number of supported poll() entries. One needs to select proper value here depending
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | Kconfig | 27 int "Max number of supported poll() entries [DEPRECATED]"
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 552 This driver only supports poll mode. Interrupt and async mode are not supported. 595 This driver only supports poll mode and interrupt mode. Async mode is not
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | harness.py | 555 while proc.stdout.readable() and proc.poll() is None:
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 159 poll(),yes
|
/Zephyr-latest/subsys/shell/backends/ |
D | Kconfig.backends | 772 This option can be used to modify the poll interval the backend uses
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | shell.c | 1758 SHELL_CMD_ARG(poll, NULL, NULL, cmd_poll, 1, 0),
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_handlers.py | 1918 p.poll = mock.Mock(
|
/Zephyr-latest/doc/connectivity/usb/device/ |
D | usb_device.rst | 85 * The CDC ACM poll out implementation follows the API and blocks when the TX
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 221 ``mesh lpn poll`` 224 Perform a poll to the friend node, to receive any pending messages. Only available when LPN
|
12345