zephyr/samples/subsys/rtio/sensor_batch_processing
Tom Burdick f9d16072e8 rtio: Add macro to define iodev submission queue
The iodev submission queue existed but wasn't easily constructed as
there was no macro to define it.

Adds a simple macro wrapper around RTIO_SPSC_DEFINE for creating
the RTIO IO Device Submission Queue enabling each IO device to
have its own pending queue of requests.

The sample has been updated to use the iodev submission queue rather
than a k_msgq.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2022-10-05 12:42:16 +02:00
..
dts/bindings
src rtio: Add macro to define iodev submission queue 2022-10-05 12:42:16 +02:00
CMakeLists.txt
app.overlay samples: subsys: Remove label property from devicetree overlays 2022-07-19 10:30:20 +02:00
prj.conf
sample.yaml tests: samples: revert timeout change for FVP BaseR 2022-08-16 15:51:38 +02:00