zephyr/tests/drivers
Krzysztof Chruscinski 53ef1eb137 tests: drivers: uart: uart_async_api: Move rx abort to timeout
Intention of the test is to abort rx few bytes after start of
transmission (before it is completed). Previously, thread was busy
waiting after start of TX and aborted RX from that context. However,
it may happen that CPU is busy handling UART transfer and
k_busy_wait prolongs beyond full transfer which results in test
failure.

Move rx_abort to k_timer timeout which is run in interrupt
context.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2022-03-07 10:46:48 +01:00
..
adc ITE: test: drivers/adc: fix the ADC resolution 2022-02-21 21:01:43 -05:00
bbram drivers: bbram: Add it8xxx2 BBRAM driver implementation 2021-08-30 11:35:23 -04:00
build_all drivers: can: unify CAN controller configuration in devicetree 2022-02-24 13:48:55 -08:00
can tests: drivers: can: filter out tests if zephyr,canbus not enabled 2022-02-24 07:12:54 -06:00
clock_control tests: drivers: clock_control: nrf_calibration: Skip test for nrf52832 2022-02-01 14:16:18 -06:00
console tests: remove usage of CONFIG_USB_UART_CONSOLE 2021-11-18 14:29:18 +01:00
counter tests: counter_seconds: filter for PC compatible boards for x86 2022-02-21 21:56:32 -05:00
dac tests: drivers: dac loopback on stm32wl55jc nucleo board 2022-01-04 09:12:08 -05:00
disk tests: disk: Add fixture for sdcard test 2022-01-07 08:01:22 -06:00
dma tests: drivers: dma test running on the nucleo_wl55 board 2022-03-04 09:11:38 -06:00
eeprom drivers: eeprom: Refactor drivers to use shared init priority 2021-11-04 07:33:01 -04:00
entropy/api tests: Fix drivers tests tag 2022-02-02 09:21:07 -05:00
espi emul: espi: Add ACPI Shared Memory functions 2021-08-26 13:14:05 -04:00
flash twister: yaml: run flash test on it8xxx2_evb board 2022-03-02 08:53:30 -05:00
flash_simulator tests: Fix drivers tests tag 2022-02-02 09:21:07 -05:00
gpio boards: riscv: hifive_unleashed: add GPIO support 2022-02-21 20:46:47 -05:00
hwinfo/api tests: Fix drivers tests tag 2022-02-02 09:21:07 -05:00
i2c tests: drivers: i2c: slave: added Raspberry Pi Pico board 2022-02-21 19:42:07 -05:00
i2s tests: i2s: Add support for LPCXpresso55S69 2021-09-01 14:39:03 -04:00
ipm cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
kscan/kscan_api cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
led/led_api cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
memc/stm32_sdram cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
pinctrl tests: pinctrl: Fix typo on test name 2022-02-02 09:21:07 -05:00
pwm boards: twr_ke18f: Add pinctrl groups for twr_ke18f 2022-03-03 13:00:20 -06:00
regulator tests: regulator_pmic: Added PMIC regulator test 2021-12-08 08:27:44 -05:00
sensor tests: sensor: generic: Make test name consistent 2022-02-02 09:21:07 -05:00
spi/spi_loopback tests: spi_loopback: Make test name consistent 2022-02-02 09:21:07 -05:00
syscon dts: arm64: qemu-virt: switch to 64bit addressing in DT 2021-11-25 18:37:15 +01:00
timer/nrf_rtc_timer kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
uart tests: drivers: uart: uart_async_api: Move rx abort to timeout 2022-03-07 10:46:48 +01:00
virtualization/ivshmem tests/ivshmem: Make sure it enters usermode before testing the driver 2022-01-18 13:22:25 -05:00
watchdog/wdt_basic_api boards: mimxrt1160: Enable watchdog timer on RT1160 2021-11-03 16:18:25 -04:00