Note that the it8xxx2 does not support a status register so that functionality is omitted. This change also adds driver tests that build both the npcx and it8xxx2 drivers. Signed-off-by: Yuval Peress <peress@chromium.org>
14 lines
299 B
YAML
14 lines
299 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:
|
|
extra_args: CONF_FILE="it8xxx2.conf"
|
|
drivers.bbram.npcx:
|
|
extra_args: CONF_FILE="npcx.conf"
|