Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
649 B

common:
tags:
- drivers
- uart
depends_on: gpio
harness: ztest
harness_config:
fixture: gpio_loopback
tests:
drivers.uart.uart_errors.int_driven:
filter: CONFIG_SERIAL_SUPPORT_INTERRUPT
platform_allow:
- nrf54h20dk/nrf54h20/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
- nrf5340dk/nrf5340/cpuapp
drivers.uart.uart_errors.async:
filter: CONFIG_SERIAL_SUPPORT_ASYNC
platform_allow:
- nrf54h20dk/nrf54h20/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
- nrf5340dk/nrf5340/cpuapp
extra_configs:
- CONFIG_UART_ASYNC_API=y
- CONFIG_UART_INTERRUPT_DRIVEN=n
- CONFIG_PM_DEVICE=n