Skip to content

Commit 1aa6b42

Browse files
aescolarPerMac
authored andcommitted
[nrf fromtree] tests/drivers/uart/: Add overlays for the nrf54lm20bsim
This target can also run this tests, we just overlays including the ones for the real boards. Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit ebd69ca)
1 parent 56de8fe commit 1aa6b42

File tree

5 files changed

+16
-0
lines changed

5 files changed

+16
-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 "nrf54lm20dk_nrf54lm20a_cpuapp.overlay"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#include "nrf54lm20dk_nrf54lm20a_cpuapp.overlay"

tests/drivers/uart/uart_mix_fifo_poll/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ common:
1313
- nrf54l15dk/nrf54l15/cpuapp
1414
- nrf54l20pdk/nrf54l20/cpuapp
1515
- nrf54lm20dk/nrf54lm20a/cpuapp
16+
- nrf54lm20bsim/nrf54lm20a/cpuapp
1617
- nrf54l15bsim/nrf54l15/cpuapp
1718
- nrf54h20dk/nrf54h20/cpuapp
1819
- nrf54h20dk/nrf54h20/cpurad
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 "nrf54lm20dk_nrf54lm20a_cpuapp.overlay"

tests/drivers/uart/uart_pm/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ common:
99
- nrf54l15dk/nrf54l15/cpuapp
1010
- nrf54l20pdk/nrf54l20/cpuapp
1111
- nrf54lm20dk/nrf54lm20a/cpuapp
12+
- nrf54lm20bsim/nrf54lm20a/cpuapp
1213
- nrf54l15bsim/nrf54l15/cpuapp
1314
- nrf54h20dk/nrf54h20/cpuapp
1415
- nrf52_bsim
@@ -37,6 +38,7 @@ tests:
3738
- nrf54l15dk/nrf54l15/cpuapp
3839
- nrf54l20pdk/nrf54l20/cpuapp
3940
- nrf54lm20dk/nrf54lm20a/cpuapp
41+
- nrf54lm20bsim/nrf54lm20a/cpuapp
4042
- nrf54l15bsim/nrf54l15/cpuapp
4143
- nrf54h20dk/nrf54h20/cpuapp
4244
- nrf52_bsim

0 commit comments

Comments
 (0)