zephyr/tests/drivers/gpio
Francois Ramu dd8cb23213 tests: drivers: gpio basic pass testcase when test pin_get is not defined
When the CONFIG_GPIO_GET_CONFIG is set, even if the driver does not
provide the pin_get_config function, it is supposed to return -ENOSYS
error code (see zephyr/include/zephyr/drivers/gpio.h)
The testcase should accept this code and PASS.
(ENOTSUP is not the right value to check).

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2022-08-12 14:13:37 +01:00
..
gpio_api_1pin tests: gpio_api_1pin: Test interrupt re-entry if level unchanged 2022-08-03 11:19:35 +02:00
gpio_basic_api tests: drivers: gpio basic pass testcase when test pin_get is not defined 2022-08-12 14:13:37 +01:00
gpio_get_direction test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00