Skip to content

Commit cb5a002

Browse files
committed
samples: zephyr: drivers: counter: extend support for lv10
Sample can be used for checking debugging in various configurations. Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
1 parent ef91358 commit cb5a002

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/ {
2+
chosen {
3+
counter = &timer24;
4+
};
5+
};
6+
7+
&timer24 {
8+
status = "okay";
9+
};
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/ {
2+
chosen {
3+
counter = &timer24;
4+
};
5+
};
6+
7+
&timer24 {
8+
status = "okay";
9+
};

samples/zephyr/drivers/counter/alarm/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ tests:
2525
- nrf54ls05dk/nrf54ls05b/cpuapp
2626
- nrf54ls05dk@0.0.0/nrf54ls05b/cpuapp
2727
- nrf54lv10dk/nrf54lv10a/cpuapp
28+
- nrf54lv10dk/nrf54lv10a/cpuapp/ns
29+
- nrf54lv10dk/nrf54lv10a/cpuflpr
2830
- nrf54lv10dk@0.2.0/nrf54lv10a/cpuapp
2931
integration_platforms:
3032
- nrf54h20dk/nrf54h20/cpuapp

0 commit comments

Comments
 (0)