Skip to content

Commit 46377f1

Browse files
mstasiaknordicnordic-piks
authored andcommitted
tests: timer: add nRF54LS05B support
Added support for nRF54LS05B in kernel timer tests. Signed-off-by: Michał Stasiak <[email protected]>
1 parent e875221 commit 46377f1

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

tests/zephyr/drivers/timer/nrf_grtc_timer/testcase.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ common:
33
- drivers
44
- ci_tests_zephyr_drivers_timer
55
platform_allow:
6+
- nrf54ls05dk/nrf54ls05b/cpuapp
7+
- [email protected]/nrf54ls05b/cpuapp
68
- nrf54lv10dk/nrf54lv10a/cpuapp
79
- [email protected]/nrf54lv10a/cpuapp
810
- [email protected]/nrf54lv10a/cpuapp
@@ -11,6 +13,7 @@ common:
1113
- [email protected]/nrf54lv10a/cpuflpr
1214
- nrf7120pdk/nrf7120/cpuapp
1315
integration_platforms:
16+
- nrf54ls05dk/nrf54ls05b/cpuapp
1417
- nrf54lv10dk/nrf54lv10a/cpuapp
1518
- nrf7120pdk/nrf7120/cpuapp
1619
timeout: 45
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_SYS_CLOCK_TICKS_PER_SEC=10000

tests/zephyr/kernel/timer/timer_behavior/testcase.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ tests:
55
- timer
66
- ci_tests_zephyr_kernel_timer_timer_behavior
77
platform_allow:
8+
- [email protected]/nrf54ls05b/cpuapp
9+
- nrf54ls05dk/nrf54ls05b/cpuapp
810
- nrf54lv10dk/nrf54lv10a/cpuapp
911
- [email protected]/nrf54lv10a/cpuapp
1012
- [email protected]/nrf54lv10a/cpuapp
1113
integration_platforms:
14+
- nrf54ls05dk/nrf54ls05b/cpuapp
1215
- nrf54lv10dk/nrf54lv10a/cpuapp
1316
timeout: 45

0 commit comments

Comments
 (0)