zephyr/tests/drivers/gpio/gpio_basic_api
Gerard Marull-Paretas 327f3ed25d tests: drivers: gpio: remove deprecated GPIO_VOLTAGE_MASK
The macro has been deprecated and about to be removed. Since there are
no in-tree usages, it is safe to ignore/remove it.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-11-11 11:00:26 +01:00
..
boards tests: drivers: gpio_basic_api: support to run the test on NXP S32Z27 2022-11-04 17:44:08 -04:00
dts/bindings
src tests: drivers: gpio: remove deprecated GPIO_VOLTAGE_MASK 2022-11-11 11:00:26 +01:00
CMakeLists.txt
prj.conf tests: drivers: gpio: move the gpio basic test to new ztest API 2022-08-29 10:31:45 +02:00
README.txt
testcase.yaml tests: drivers: gpio: gpio_basic_api: nrf: Extend test 2021-12-22 12:03:00 +01:00

GPIO 2-Pin Test
###############

This application tests the GPIO subsystem using a hardware configuration
where two GPIOs are directly wired together.  The test pins are
identified through a test-specific devicetree binding in the `dts/`
subdirectory, implemented for specific boards by overlay files in the
`boards/` directory.

For some boards `src/main.c` may also need to be extended to configure
the selected pins for use as GPIOs.

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:

    Validate device GPIO_0
    Check GPIO_0 output 2 connected to input 3
    FATAL output pin not wired to input pin? (out high => in low)

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