external_zblue/subsys/rtio
Tom Burdick e991f9e5b8 rtio: Split the rx and tx buffer unions
Transmit/write buffers are expected to be constant values given to the
operation to transmit but not mutate. Seperate the OP_TX and OP_RX
operation description unions.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2026-04-20 17:36:27 +08:00
..
CMakeLists.txt rtio: Add RTIO Work-queues service 2026-04-20 17:30:29 +08:00
Kconfig rtio: Enable submit/consume semaphores by default 2026-04-20 17:33:45 +08:00
Kconfig.workq rtio: Add RTIO Work-queues service 2026-04-20 17:30:29 +08:00
rtio_executor.c rtio: Split the rx and tx buffer unions 2026-04-20 17:36:27 +08:00
rtio_handlers.c rtio: Split the rx and tx buffer unions 2026-04-20 17:36:27 +08:00
rtio_init.c sys: Add a lockfree mpsc and spsc queues 2026-04-20 17:22:54 +08:00
rtio_workq.c rtio: workq: Initialize Work item before using it 2026-04-20 17:31:12 +08:00