zephyr/tests
Daniel DeGrasse 0fc49b6290 tests: drivers: sdhc: add test for card insertion interrupt
Add test for card insertion interrupt to SDHC test.

The test will now wait for the card insertion interrupt whenever it is
run without a card in the slot. By inserting a card, the user can verify
that card insertion interrupts work correctly, as this should notify the
test and allow it to proceed.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2023-11-06 19:01:08 -05:00
..
application_development tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
arch kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
benchmarks syscall: rename Z_SYSCALL_ to K_SYSCALL_ 2023-11-03 11:46:52 +01:00
bluetooth samples/tests: Remove REQUIRES_FULL_LIBC=y due to LIBLC3 2023-11-06 10:10:27 +01:00
boards tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
boot test: test_mcuboot: enable test on NXP MCUX platforms 2023-10-27 10:51:05 +02:00
bsim tests bsim: Add simple tests for broadcast audio source/sink samples 2023-11-06 15:17:15 +01:00
cmake tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
crypto tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
drivers tests: drivers: sdhc: add test for card insertion interrupt 2023-11-06 19:01:08 -05:00
kconfig/configdefault tests: Remove stray uses of CONFIG_ZTEST_NEW_API 2023-10-26 10:55:38 +02:00
kernel test: spinlock: cleanup assertion 2023-11-06 15:44:34 -06:00
lib acpi: Fix acpi_get_irq_routing_table() rt_size parameter meaning 2023-11-06 12:32:31 +01:00
misc scripts: check_init_priorities: rework the error messages 2023-11-03 11:45:23 +01:00
modules tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
net net: pkt: remove redundant net_pkt_cb_ieee802154 fields 2023-11-03 11:44:40 +01:00
posix tests/posix/common: Fix filtering for POSIX arch 2023-10-25 07:44:12 -04:00
robot
subsys boards: fvp_baser_aemv8r_aarch32: Add fvp_baser_aemv8r_aarch32_smp board 2023-11-06 15:32:01 -06:00
unit tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
ztest ztest: Add comfort functions for non-zero return codes 2023-11-04 07:39:46 -04:00
test_config.yaml