zephyr/tests/drivers/bbram/testcase.yaml
Yuval Peress 74b9a607b4 drivers: bbram: Add it8xxx2 BBRAM driver implementation
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>
2021-08-30 11:35:23 -04:00

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"