Skip to content

Commit 222c4fe

Browse files
committed
tests: subsys: rtt: swo: align for new DK LV10
Support 0.7.0 DK. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent af99788 commit 222c4fe

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

tests/subsys/rtt/pytest/test_rtt.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ def test_rtt_logging(dut: DeviceAdapter):
6868
'[email protected]/nrf54lv10a/cpuapp': {
6969
'device': 'NRF54LV10A_M33',
7070
},
71+
'[email protected]/nrf54lv10a/cpuapp': {
72+
'device': 'NRF54LV10A_M33',
73+
},
7174
}
7275

7376
log_filename = f"{BUILD_DIR}/log_rtt.txt"

tests/subsys/swo/pytest/test_swo.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ def test_swo_logging(dut: DeviceAdapter):
9797
"swofreq": 1000000,
9898
"args": f"-jlinkscriptfile {NRF54L_JLINK_SCRIPT}",
9999
},
100+
"[email protected]/nrf54lv10a/cpuapp": {
101+
"device": "NRF54LV10A_M33",
102+
"cpufreq": 128000000,
103+
"swofreq": 1000000,
104+
"args": f"-jlinkscriptfile {NRF54L_JLINK_SCRIPT}",
105+
},
100106
}
101107

102108
log_filename = f"{BUILD_DIR}/log_swo.txt"

0 commit comments

Comments
 (0)