zephyr/tests/drivers/gpio/gpio_basic_api/src
Ederson de Souza a1920f25f7 tests/drivers/gpio/gpio_basic_api: Add tests for configuration glitches
Add a few tests that expect at most one interrupt being triggered when
configuring a GPIO output in two scenarios:

    1. From just after booting
    2. After another configuration of the same values

Due 1., this patch adds the tests to run before any other tests in the
gpio_basic_api test suite.

Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
2023-10-26 09:47:30 +02:00
..
gpio_emul_callback.c
main.c tests/drivers/gpio/gpio_basic_api: Add tests for configuration glitches 2023-10-26 09:47:30 +02:00
test_callback_manage.c tests: gpio_basic_api: use GPIO flags from DT 2023-10-11 16:38:34 +01:00
test_callback_trigger.c tests: gpio_basic_api: use GPIO flags from DT 2023-10-11 16:38:34 +01:00
test_config_trigger.c tests/drivers/gpio/gpio_basic_api: Add tests for configuration glitches 2023-10-26 09:47:30 +02:00
test_gpio_port.c
test_gpio.h tests: gpio_basic_api: use GPIO flags from DT 2023-10-11 16:38:34 +01:00