tests: drivers: uart: uart_mix_fifo_poll: Add low power configuration
Added low power configuration to testcase.yaml. In this mode UARTE is disabled when RX and TX is not used. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
f075fee107
commit
e82f79ffbe
1 changed files with 27 additions and 0 deletions
|
@ -31,6 +31,20 @@ tests:
|
||||||
- CONFIG_NRFX_TIMER2=y
|
- CONFIG_NRFX_TIMER2=y
|
||||||
- CONFIG_UART_0_ENHANCED_POLL_OUT=n
|
- CONFIG_UART_0_ENHANCED_POLL_OUT=n
|
||||||
|
|
||||||
|
drivers.uart.uart_mix_poll_async_api_low_power:
|
||||||
|
tags: drivers
|
||||||
|
platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160
|
||||||
|
extra_configs:
|
||||||
|
- CONFIG_UART_ASYNC_API=y
|
||||||
|
- CONFIG_UART_0_INTERRUPT_DRIVEN=n
|
||||||
|
- CONFIG_UART_0_ASYNC=y
|
||||||
|
- CONFIG_UART_0_NRF_HW_ASYNC=y
|
||||||
|
- CONFIG_UART_0_NRF_ASYNC_LOW_POWER=y
|
||||||
|
- CONFIG_UART_0_NRF_HW_ASYNC_TIMER=2
|
||||||
|
- CONFIG_NRFX_TIMER2=y
|
||||||
|
- CONFIG_UART_0_ENHANCED_POLL_OUT=n
|
||||||
|
|
||||||
|
|
||||||
drivers.uart.uart_mix_poll_with_ppi:
|
drivers.uart.uart_mix_poll_with_ppi:
|
||||||
tags: drivers
|
tags: drivers
|
||||||
platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160
|
platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160
|
||||||
|
@ -58,3 +72,16 @@ tests:
|
||||||
- CONFIG_UART_0_NRF_HW_ASYNC_TIMER=2
|
- CONFIG_UART_0_NRF_HW_ASYNC_TIMER=2
|
||||||
- CONFIG_NRFX_TIMER2=y
|
- CONFIG_NRFX_TIMER2=y
|
||||||
- CONFIG_UART_0_ENHANCED_POLL_OUT=y
|
- CONFIG_UART_0_ENHANCED_POLL_OUT=y
|
||||||
|
|
||||||
|
drivers.uart.uart_mix_poll_async_api_with_ppi_low_power:
|
||||||
|
tags: drivers
|
||||||
|
platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160
|
||||||
|
extra_configs:
|
||||||
|
- CONFIG_UART_ASYNC_API=y
|
||||||
|
- CONFIG_UART_0_INTERRUPT_DRIVEN=n
|
||||||
|
- CONFIG_UART_0_ASYNC=y
|
||||||
|
- CONFIG_UART_0_NRF_HW_ASYNC=y
|
||||||
|
- CONFIG_UART_0_NRF_ASYNC_LOW_POWER=y
|
||||||
|
- CONFIG_UART_0_NRF_HW_ASYNC_TIMER=2
|
||||||
|
- CONFIG_NRFX_TIMER2=y
|
||||||
|
- CONFIG_UART_0_ENHANCED_POLL_OUT=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue