The sample is added to demonstrate mspi_transceive asynchronously. Apollo3 MSPI controller has hardware command queue and supports scatter IO and callback management, so no additional software queue is required. Signed-off-by: Swift Tian <swift.tian@ambiq.com>
14 lines
284 B
YAML
14 lines
284 B
YAML
sample:
|
|
name: MSPI Async Sample
|
|
tests:
|
|
sample.drivers.mspi.async:
|
|
tags:
|
|
- mspi
|
|
filter: dt_compat_enabled("mspi-aps6404l")
|
|
platform_exclude: hifive_unmatched
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
ordered: true
|
|
depends_on: mspi
|