The test targets the following devices at this time. - atmel,at45 - jedec,spi-nor Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
18 lines
313 B
YAML
18 lines
313 B
YAML
# Copyright (c) 2024 TOKITA hiroshi
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
common:
|
|
build_only: true
|
|
tags:
|
|
- drivers
|
|
- flash
|
|
tests:
|
|
drivers.flash.build:
|
|
platform_allow:
|
|
- native_sim
|
|
drivers.flash.emul.build:
|
|
platform_allow:
|
|
- native_sim
|
|
extra_configs:
|
|
- CONFIG_EMUL=y
|