Add the MSPI controller support for apollo5x. Add the MSPI controller to mspi API test. Updated west.yml for hal updates. Signed-off-by: Swift Tian <swift.tian@ambiq.com>
28 lines
608 B
YAML
28 lines
608 B
YAML
# Copyright (c) 2024 Ambiq Micro Inc. <www.ambiq.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
tests:
|
|
drivers.mspi.api:
|
|
tags:
|
|
- drivers
|
|
- mspi
|
|
- api
|
|
filter: dt_compat_enabled("zephyr,mspi-emul-controller")
|
|
harness: ztest
|
|
platform_allow:
|
|
- native_sim
|
|
integration_platforms:
|
|
- native_sim
|
|
drivers.mspi.api.ambiq:
|
|
tags:
|
|
- drivers
|
|
- mspi
|
|
- api
|
|
filter: dt_compat_enabled("ambiq,mspi-controller")
|
|
harness: ztest
|
|
platform_allow:
|
|
- apollo3p_evb
|
|
- apollo510_evb
|
|
extra_configs:
|
|
- CONFIG_MSPI_AMBIQ_CONTROLLER=y
|