zephyr/tests/drivers/regulator/pmic
Fabio Baltieri def230187b test: fix more legacy #include paths
Add a bunch of missing "zephyr/" prefixes to #include statements in
various test and test framework files.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2022-08-02 16:41:41 +01:00
..
boards tests: regulator_pmic: rework to use DEVICE_DT_GET 2022-07-23 09:23:37 -05:00
src test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
CMakeLists.txt
prj.conf
README.txt
testcase.yaml

PMIC Regulator
###############

This application tests the i2c pmic regulator driver in multiple
configurations. It requires that an output source from the power management IC
be shorted to an ADC input, so that the test can verify the that the pmic is
responding to commands.

Only boards for which an overlay is present can pass this test.  Boards
without an overlay, or for which the required wiring is not provided,
will fail with an error like this:

    Assertion failed at ../src/main.c:196: test_basic: adc_reading >= 200
	is false

No special build options are required to make use of the overlay.