Add a MSPI controller API test and run on native_sim board. The API implementation within mspi_emul.c is the test target. The stub device emulator is added for convenience to test controllers. Signed-off-by: Swift Tian <swift.tian@ambiq.com>
6 lines
122 B
Plaintext
6 lines
122 B
Plaintext
# Copyright (c) 2024 Ambiq Micro Inc. <www.ambiq.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_ZTEST=y
|
|
CONFIG_MSPI=y
|