zephyr/tests/drivers
Tom Burdick b1e1b5e7b4 dma: Test repeatedly calling start/stop
Ensures that the documented behavior of the API is met by implementations
through testing. By calling stop on a stopped channel the expectation is no
error occurs and is checked.

Calling start after a channel has been started is difficult to test for
as there is transfer timing involved. A once shot transfer may have
completed and the channel transition to an inactive state by itself by
the time the second start call is performed. This isn't supported by at
least gpdma today and isn't documented behaviorally so should not be
tested.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2023-01-23 11:51:21 -08:00
..
adc tests: drivers: adc: adc_api: add second channel to nucleo_h743zi 2023-01-23 09:59:46 +00:00
bbram tests: drivers: bbram: refactoring 2022-12-29 17:40:29 +01:00
build_all sensors: as5600: added as5600 2023-01-19 15:18:24 -06:00
can tests: drivers: can: canfd: add support filter type frame 2023-01-04 08:18:13 -06:00
clock_control tests: clock_control: stm32h7: pll2: Fix test configuration 2023-01-04 16:51:57 +01:00
console tests: Tag console tests with additional tags 2023-01-10 18:29:35 -05:00
coredump/coredump_api yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
counter tests: drivers: counter: counter_basic_api: src: Fix STM32 RTC device 2023-01-09 10:14:06 +01:00
dac tests: dac: esp32: API test for CI 2022-12-13 16:29:38 +00:00
disk tests: disk: Increase stack size for USDHC 2023-01-14 09:22:22 +01:00
dma dma: Test repeatedly calling start/stop 2023-01-23 11:51:21 -08:00
eeprom tests: drivers: eeprom: add test for the EEPROM shell module 2022-11-15 09:43:42 -06:00
entropy/api yamllint: fix all yamllint line-length errors 2023-01-04 01:16:45 +09:00
espi drivers: espi: enable ESPI_EMUL automatically 2022-12-22 11:06:18 +01:00
flash tests: drivers: flash: Fix filter using non-existent partition 2023-01-23 10:06:50 +00:00
flash_simulator tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
fuel_gauge/sbs_gauge fuel_gauge: sbs_gauge: Enable MFR ACC write 2023-01-08 19:48:12 +01:00
gpio boards: nrf52840dk_nrf52840: Do not enable arduino_serial by default 2023-01-16 09:26:10 +01:00
hwinfo/api tests/samples: fix some missing tags 2022-11-14 07:08:04 -05:00
i2c tests: drivers: i2c_target_api: enable i2c_target_api test for RT1060 2023-01-19 10:16:13 +01:00
i2s boards: nrf52840dk_nrf52840: Do not enable arduino_serial by default 2023-01-16 09:26:10 +01:00
ipm tests: move to using CONFIG_MP_MAX_NUM_CPUS 2022-10-20 22:04:10 +09:00
kscan/kscan_api tests: drivers: kscan: move to new ztest API 2022-09-09 16:24:20 -04:00
led/led_api tests: drviers: remove superfluous source files 2022-09-12 10:54:18 +00:00
memc/ram
mipi_dsi/api
mm/sys_mm_drv_api tests/samples: fix some missing tags 2022-11-14 07:08:04 -05:00
pinctrl tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
pwm yamllint: indentation: fix files in tests/ 2023-01-04 14:23:53 +01:00
regulator tests: drivers: regulator: voltage: use specific fixture/overlays 2023-01-16 16:52:35 +01:00
sdhc
sensor tests: sensor generic: fix grammar used in test messages 2022-12-28 10:43:50 +01:00
spi tests: drivers: use stm32 dma driver binding macro to configure channel 2023-01-23 09:15:21 -06:00
syscon ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
timer/nrf_rtc_timer tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
uart tests: drivers: use stm32 dma driver binding macro to configure channel 2023-01-23 09:15:21 -06:00
udc tests: drivers: udc: fix uninitialized variable and thread 2022-12-14 12:06:03 +01:00
virtualization/ivshmem/plain tests: drivers: virtualization: enable KVM support for ivshmem-plain 2022-12-10 09:47:26 +01:00
w1/w1_api tests: drivers: w1: Enable arduino_i2c and arduino_serial explicitly 2023-01-16 09:26:10 +01:00
watchdog samples: watchdog: board s32z270dc2_r52 only build and not running 2023-01-23 11:46:43 -08:00