Home
last modified time | relevance | path

Searched refs:poll (Results 76 – 100 of 104) sorted by relevance

12345

/Zephyr-latest/doc/connectivity/usb/device_next/
Dusb_device.rst289 The CDC ACM poll out implementation follows :ref:`uart_polling_api` and
/Zephyr-latest/doc/releases/
Drelease-notes-1.5.rst239 * ``ZEP-595`` - UART: usb simulated uart doesn't work in poll mode
Drelease-notes-3.0.rst218 * :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
Drelease-notes-1.7.rst31 * Introduction of k_poll API: k_poll() is similar to the POSIX poll() API in
Drelease-notes-2.6.rst291 * 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…
Drelease-notes-3.6.rst909 * Fixed DTLS handshake processing during :c:func:`poll`.
916 * Fixed DTLS connection timeout when monitoring socket with :c:func:`poll`.
Drelease-notes-2.5.rst1121 * :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…
Drelease-notes-2.7.rst697 * 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
Drelease-notes-2.3.rst827 * :github:`25448` - serial: uart_nrfx_uarte: poll & async TX infinite hang
1418 * :github:`12264` - kernel: poll: outdated check for expired timeout
Drelease-notes-3.3.rst1184 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
Drelease-notes-2.1.rst806 * :github:`18591` - tests/kernel/fifo/fifo\_timeout/kernel.fifo.timeout.poll fails to run on multip…
Drelease-notes-2.4.rst1148 * :github:`27526` - poll(2) returning -1 errno ENOMEM
1641 * :github:`24029` - [Coverity CID :209380] Unchecked return value in tests/kernel/poll/src/test_pol…
Drelease-notes-2.2.rst572 * Add support to poll() which can now return immediately when POLLOUT is set
Drelease-notes-3.2.rst1505 and the ability to poll for task completions.
1749 - :github:`49492` - kernel.poll test fails on qemu_arc_hs6x when compiled with GCC 12
Drelease-notes-1.14.rst1561 * :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/
Dnet_config_guide.rst87 Maximum number of supported poll() entries. One needs to select proper value here depending
/Zephyr-latest/subsys/net/lib/sockets/
DKconfig27 int "Max number of supported poll() entries [DEPRECATED]"
/Zephyr-latest/boards/native/native_sim/doc/
Dindex.rst552 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/
Dharness.py555 while proc.stdout.readable() and proc.poll() is None:
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst159 poll(),yes
/Zephyr-latest/subsys/shell/backends/
DKconfig.backends772 This option can be used to modify the poll interval the backend uses
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c1758 SHELL_CMD_ARG(poll, NULL, NULL, cmd_poll, 1, 0),
/Zephyr-latest/scripts/tests/twister/
Dtest_handlers.py1918 p.poll = mock.Mock(
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst85 * The CDC ACM poll out implementation follows the API and blocks when the TX
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dshell.rst221 ``mesh lpn poll``
224 Perform a poll to the friend node, to receive any pending messages. Only available when LPN

12345