Skip to content

Commit 852f497

Browse files
committed
[nrf fromlist] tests: drivers: uart: remove TIMER config symbols
Remove TIMER config symbols to align to changes in nrfx driver. Upstream PR #: 96858 Signed-off-by: Michał Bainczyk <[email protected]>
1 parent ef0988b commit 852f497

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/drivers/uart/uart_mix_fifo_poll/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ tests:
7979
- CONFIG_UART_0_ENHANCED_POLL_OUT=y
8080
- CONFIG_UART_0_NRF_HW_ASYNC=y
8181
- CONFIG_UART_0_NRF_HW_ASYNC_TIMER=2
82-
- CONFIG_NRFX_TIMER2=y
82+
- CONFIG_NRFX_TIMER=y
8383
platform_allow:
8484
- nrf52840dk/nrf52840
8585
- nrf5340dk/nrf5340/cpuapp

tests/drivers/uart/uart_pm/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ tests:
7878
- CONFIG_UART_0_ASYNC=y
7979
- CONFIG_UART_0_NRF_HW_ASYNC=y
8080
- CONFIG_UART_0_NRF_HW_ASYNC_TIMER=2
81-
- CONFIG_NRFX_TIMER2=y
81+
- CONFIG_NRFX_TIMER=y
8282
- CONFIG_UART_0_ENHANCED_POLL_OUT=n
8383

8484
drivers.uart.pm.async.enhanced_poll:
@@ -88,7 +88,7 @@ tests:
8888
- CONFIG_UART_0_ASYNC=y
8989
- CONFIG_UART_0_NRF_HW_ASYNC=y
9090
- CONFIG_UART_0_NRF_HW_ASYNC_TIMER=2
91-
- CONFIG_NRFX_TIMER2=y
91+
- CONFIG_NRFX_TIMER=y
9292
- CONFIG_UART_0_ENHANCED_POLL_OUT=y
9393
platform_exclude:
9494
- nrf54h20dk/nrf54h20/cpuapp

0 commit comments

Comments
 (0)