Skip to content

Commit e253c0a

Browse files
committed
[nrf fromtree] tests uart_async_api: Enable in nrf54l15bsim//cpuapp
Enable this test in the simulated nrf54l15 by providing an appropriate overlay. Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit dd2f411) Signed-off-by: Sebastian Głąb <[email protected]>
1 parent b5f641c commit e253c0a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
#include "nrf54l15dk_nrf54l15_cpuapp.overlay"

tests/drivers/uart/uart_async_api/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ tests:
3030
- nrf52840dk/nrf52840
3131
- nrf52_bsim
3232
- nrf5340bsim/nrf5340/cpuapp
33+
- nrf54l15bsim/nrf54l15/cpuapp
3334
filter: CONFIG_SERIAL_SUPPORT_ASYNC
3435
harness: ztest
3536
harness_config:

0 commit comments

Comments
 (0)