zephyr/tests
Chris Friedt b3d3d4fff7 net: sockets: move select() implementation to zvfs
Move the implementation of zsock_select() to zvfs_select(). This
allows other types of file descriptors to also make use of
select() functionality even when the network subsystem is not
enabled.

Additionally, it partially removes a dependency cycle between
posix and networking by moving functionality into a mutual
dependency.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2024-10-14 13:01:51 +02:00
..
application_development boards: rename qemu_xtensa to qemu_xtensa/dc233c 2024-10-02 09:58:36 +02:00
arch tests: arch: riscv: test csf registers value 2024-10-02 09:48:02 +02:00
benchmarks tests: latency_measure: reduce the chance of cycles underflow 2024-10-08 18:10:11 -04:00
bluetooth Bluetooth: Mesh: Fix out of bounds write 2024-10-08 18:09:57 -04:00
boards tests: boards: nrf: qdec: modify QDEC tests to match new api 2024-10-10 15:01:20 -04:00
boot tests: mcuboot: Add other nxp boards as test targets 2024-10-04 22:51:22 +01:00
bsim tests: bsim: bluetooth: host: att: Add ATT timeout test 2024-10-10 14:59:02 -04:00
cmake cmake: change test message overwrite to macro 2024-09-30 17:12:23 +01:00
crypto tests/crypto: Don't test on native_posix 2024-09-25 04:04:36 -04:00
drivers tests: drivers: build_all: Add a build_all test for flash 2024-10-11 13:16:53 -04:00
integration/kernel Kernel: Integration test 2024-06-19 13:41:06 +02:00
kconfig tests: kconfig: functions: Add min/max functions 2024-08-02 13:41:07 +02:00
kernel tests: kernel: smp: Test cpu affinity with custom ROM offset 2024-10-11 13:17:25 -04:00
lib tests: lib: cpp: cxx: ignore nRF54H20 DK 0.8.0 2024-10-07 18:42:14 +02:00
misc cmake: linker: evaluate CONFIG_LINKER_ITERABLE_SUBALIGN in CMake 2024-09-25 16:16:35 -05:00
modules mbedtls: rename CONFIG_MBEDTLS_ZEPHYR_ENTROPY and move it 2024-08-24 07:16:51 -04:00
net net: sockets: move poll implementation to zvfs 2024-10-14 13:01:51 +02:00
posix net: sockets: move select() implementation to zvfs 2024-10-14 13:01:51 +02:00
robot
subsys tests: Add tests for bindesc reading 2024-10-11 13:20:49 -04:00
unit tests: unit: crc: use zassert_equal for cleaner assertions 2024-10-09 09:48:00 +02:00
ztest ztest: error_hook: Exclude cortex_r8_virtual from divide-by-zero tests 2024-10-01 09:58:22 +02:00
test_config.yaml