commit | d9d24b4d65c9edd9bbebf15a6664c91816989da2 | [log] [tgz] |
---|---|---|
author | Tom Burdick <thomas.burdick@intel.com> | Fri Oct 07 21:45:37 2022 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Apr 03 09:51:02 2023 +0200 |
tree | 72aea4ac93466f4328c98f26187845ee5e131e1d | |
parent | a539d9c9044883ff48f8f2b564c1bcd18eb3e0a7 [diff] |
spi: Add RTIO support to SPI Provides a macro and submit API for SPI drivers to support RTIO. A copy function enables compatibility with the existing blocking API and very easily the existing async API as well. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>