commit | 774ed6028061cc895c1a71f3215f9c838ce9ee25 | [log] [tgz] |
---|---|---|
author | Ioannis Karachalios <ioannis.karachalios.px@renesas.com> | Wed Jun 05 00:00:39 2024 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Jun 13 20:17:04 2024 -0400 |
tree | 64950995fa06616488ae470cc62a811fb8531072 | |
parent | f78c51d99d1fc6deb9ec2e76e50f32fee56e8621 [diff] |
drivers: spi: smartbond: Add async API support This commit should deal with adding support for asynchronous operations. It also adds support for DMA acceleration via a Kconfig variable (enaled by default as DMA should be considered scales faster than the interrupt-driven approach). Signed-off-by: Ioannis Karachalios <ioannis.karachalios.px@renesas.com>