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.
84 lines
2.4 KiB
84 lines
2.4 KiB
common: |
|
tags: |
|
- drivers |
|
- uart |
|
depends_on: gpio |
|
harness: ztest |
|
platform_allow: |
|
- nrf52840dk/nrf52840 |
|
- nrf9160dk/nrf9160 |
|
- nrf5340dk/nrf5340/cpuapp |
|
- nrf5340bsim/nrf5340/cpuapp |
|
- nrf54l09pdk/nrf54l09/cpuapp |
|
- nrf54l15dk/nrf54l15/cpuapp |
|
- nrf54l20pdk/nrf54l20/cpuapp |
|
- nrf54lm20dk/nrf54lm20a/cpuapp |
|
- nrf54l15bsim/nrf54l15/cpuapp |
|
- nrf54h20dk/nrf54h20/cpuapp |
|
- nrf54h20dk/nrf54h20/cpurad |
|
- ophelia4ev/nrf54l15/cpuapp |
|
- nrf52_bsim |
|
integration_platforms: |
|
- nrf52840dk/nrf52840 |
|
harness_config: |
|
fixture: uart_loopback |
|
tests: |
|
drivers.uart.uart_mix_poll: |
|
extra_configs: |
|
- CONFIG_UART_INTERRUPT_DRIVEN=n |
|
- CONFIG_UART_ASYNC_API=n |
|
- CONFIG_UART_0_ENHANCED_POLL_OUT=n |
|
|
|
drivers.uart.uart_mix_poll_fifo: |
|
extra_configs: |
|
- CONFIG_UART_INTERRUPT_DRIVEN=y |
|
- CONFIG_UART_0_INTERRUPT_DRIVEN=y |
|
- CONFIG_UART_0_ENHANCED_POLL_OUT=n |
|
|
|
drivers.uart.uart_mix_poll_async_api: |
|
extra_configs: |
|
- CONFIG_UART_ASYNC_API=y |
|
- CONFIG_UART_0_INTERRUPT_DRIVEN=n |
|
- CONFIG_UART_0_ASYNC=y |
|
- CONFIG_UART_0_ENHANCED_POLL_OUT=n |
|
|
|
drivers.uart.uart_mix_poll_async_api_const: |
|
extra_args: TEST_CONST_BUFFER=1 |
|
extra_configs: |
|
- CONFIG_UART_ASYNC_API=y |
|
- CONFIG_UART_0_INTERRUPT_DRIVEN=n |
|
- CONFIG_UART_0_ASYNC=y |
|
- CONFIG_UART_0_ENHANCED_POLL_OUT=n |
|
- CONFIG_UART_0_TX_CACHE_SIZE=2 |
|
tags: bsim_skip_CI # We skip a few tests to save CI time, as they give little extra coverage |
|
|
|
drivers.uart.uart_mix_poll_with_ppi: |
|
extra_configs: |
|
- CONFIG_UART_INTERRUPT_DRIVEN=n |
|
- CONFIG_UART_ASYNC_API=n |
|
- CONFIG_UART_0_ENHANCED_POLL_OUT=y |
|
platform_allow: |
|
- nrf52840dk/nrf52840 |
|
- nrf5340dk/nrf5340/cpuapp |
|
- nrf9160dk/nrf9160 |
|
|
|
drivers.uart.uart_mix_poll_fifo_with_ppi: |
|
extra_configs: |
|
- CONFIG_UART_INTERRUPT_DRIVEN=y |
|
- CONFIG_UART_0_INTERRUPT_DRIVEN=y |
|
- CONFIG_UART_0_ENHANCED_POLL_OUT=y |
|
platform_allow: |
|
- nrf52840dk/nrf52840 |
|
- nrf5340dk/nrf5340/cpuapp |
|
- nrf9160dk/nrf9160 |
|
|
|
drivers.uart.uart_mix_poll_async_api_with_ppi: |
|
extra_configs: |
|
- CONFIG_UART_ASYNC_API=y |
|
- CONFIG_UART_0_INTERRUPT_DRIVEN=n |
|
- CONFIG_UART_0_ASYNC=y |
|
- CONFIG_UART_0_ENHANCED_POLL_OUT=y |
|
platform_allow: |
|
- nrf52840dk/nrf52840 |
|
- nrf5340dk/nrf5340/cpuapp |
|
- nrf9160dk/nrf9160
|
|
|