Skip to content

Commit e3ac2e0

Browse files
mstasiaknordicnordic-piks
authored andcommitted
tests: temp: add nRF54LS05B support
Added support for nRF54LS05B in temp tests. Signed-off-by: Michał Stasiak <[email protected]>
1 parent 69d20f0 commit e3ac2e0

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
temp_sensor: &temp {
8+
status = "okay";
9+
};

tests/zephyr/drivers/sensor/temp_sensor/testcase.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ tests:
66
- ci_tests_zephyr_drivers_sensors
77
filter: dt_nodelabel_enabled("temp_sensor")
88
platform_allow:
9+
- [email protected]/nrf54ls05b/cpuapp
10+
- nrf54ls05dk/nrf54ls05b/cpuapp
911
- nrf54lv10dk/nrf54lv10a/cpuapp
1012
- [email protected]/nrf54lv10a/cpuapp
1113
- nrf7120pdk/nrf7120/cpuapp
1214
integration_platforms:
15+
- nrf54ls05dk/nrf54ls05b/cpuapp
1316
- nrf54lv10dk/nrf54lv10a/cpuapp
1417
- nrf7120pdk/nrf7120/cpuapp

0 commit comments

Comments
 (0)