zephyr/tests
Alexandre Bourdiol 2f8167fc08 test: drivers: gpio: gpio_basic_api: disable interrupt at end of test
When switching from rising edge to falling edge of test:
test_gpio_deprecated(),
because exti callback is already configured (from rising edge test),
the pin configuration abort for EBUSY reason.
It is necessary to disable interrupt,
so that next test will start with clean configuration.

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
2020-05-18 19:12:46 +02:00
..
application_development global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() 2020-03-31 07:18:06 +02:00
arch tests: Rename arch.arm.swap.common.fp_sharing 2020-05-08 10:58:33 +02:00
benchmarks tests: ztest: prefix tests with test_ 2020-05-13 18:16:07 +02:00
bluetooth tests: ztest: prefix tests with test_ 2020-05-13 18:16:07 +02:00
boards flash: Convert DT_FLASH_AREA to FLASH_AREA macros 2020-05-13 21:22:53 +02:00
crypto cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
deprecated/dts tests: deprecated: dts: Test deprecated DTS functionality 2020-05-13 21:22:53 +02:00
drivers test: drivers: gpio: gpio_basic_api: disable interrupt at end of test 2020-05-18 19:12:46 +02:00
kernel tests: timer_api: fix assertion in test_timer_remaining() 2020-05-18 11:08:21 +02:00
lib tests: lib: heap: exclude qemu_riscv32 platform 2020-05-14 13:52:07 +02:00
misc/test_build boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 2020-04-06 13:09:07 +02:00
net timer: remove QEMU_TICKLESS_WORKAROUND 2020-05-14 13:52:07 +02:00
portability lib/cmsis_rtos_v2: Update to newer timeout API 2020-05-06 06:05:03 -04:00
posix tests: posix: clock: Workaround to align clocks before querying 2020-05-08 17:31:45 +02:00
shell tests: shell: Add test for raw argument option 2020-05-07 23:47:39 -05:00
subsys flash: Convert DT_FLASH_AREA to FLASH_AREA macros 2020-05-13 21:22:53 +02:00
unit sys/util.h: Add IS_EMPTY and LIST_DROP_EMPTY macros 2020-05-08 17:50:25 +02:00
ztest Revert "cmake: Get unit tests passing CI again" 2020-03-31 10:00:15 -04:00