zephyr/subsys/rtio
Luis Ubieda c66d0d81c2 rtio: workq: Default workqueue to two threads with SPI/I2C/I3C
As to facilitate work items preemption, common for sensor read ops.

e.g:
- Sensor read (submitted through workqueue).
- SPI read (submitted through workqueue using default handler).

This requires at least 2 thread pools to allow SPI read to complete,
to then come back and complete sensor reading.

Signed-off-by: Luis Ubieda <luisf@croxel.com>
2025-03-07 20:00:18 +01:00
..
CMakeLists.txt
Kconfig
Kconfig.workq rtio: workq: Default workqueue to two threads with SPI/I2C/I3C 2025-03-07 20:00:18 +01:00
rtio_executor.c
rtio_handlers.c
rtio_init.c
rtio_workq.c rtio: workq: bugfix of memory allocation 2025-02-12 16:03:17 +01:00