Refactored to use a single prj.conf file. Fixes #52754 Signed-off-by: Mark Watson <markus.c.watson@gmail.com>
17 lines
438 B
YAML
17 lines
438 B
YAML
# Copyright 2021 Google LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
common:
|
|
tags: drivers bbram
|
|
build_only: true
|
|
harness: ztest
|
|
platform_exclude: native_posix
|
|
tests:
|
|
drivers.bbram.it8xxx2:
|
|
filter: dt_compat_enabled("ite,it8xxx2-bbram")
|
|
drivers.bbram.npcx:
|
|
filter: dt_compat_enabled("nuvoton,npcx-bbram")
|
|
drivers.bbram.stm32:
|
|
extra_args: OVERLAY_CONFIG="stm32.conf"
|
|
filter: dt_compat_enabled("st,stm32-bbram")
|