zephyr/tests/drivers/gpio/gpio_nrf
Bartosz Miller bb3efaa3f2 tests: drivers: Verify NRF GPIO driver with GPIO_NRFX_INTERRUPT=n
Verify NRF GPIO driver with NRFX interrupts disabled.
Verify that driver handles properly 'get' and 'set' api methods.
When calling interrupt enable driver should report
'function not implemented' error.

Signed-off-by: Bartosz Miller <bartosz.miller@nordicsemi.no>
2024-09-12 13:03:21 -04:00
..
src
CMakeLists.txt
README.txt
prj.conf
testcase.yaml

README.txt

Nordic Semiconductor specific GPIO functions
############################################
The suite specified here tests NRF specific
GPIO pin drive strength settings.

The suite is perfomed with CONFIG_GPIO_NRFX_INTERRUPT=n
to ensure that the driver is able to properly handle
the GPIO manipulation without interrupt support.