Skip to content

Commit cda3baf

Browse files
niedzwiecki-dawidnashif
authored andcommitted
tests: drivers: counter: counter_basic_api: run on google_dragonclaw
Add google_dragonclaw board definition and allow running the drivers.counter.basic_api.stm32_subsec test on the board. Signed-off-by: Dawid Niedzwiecki <[email protected]>
1 parent 7e12308 commit cda3baf

File tree

2 files changed

+87
-1
lines changed

2 files changed

+87
-1
lines changed
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
&timers2 {
2+
st,prescaler = <79>;
3+
counter {
4+
status = "okay";
5+
};
6+
};
7+
8+
&timers3 {
9+
st,prescaler = <79>;
10+
counter {
11+
status = "okay";
12+
};
13+
};
14+
15+
&timers4 {
16+
st,prescaler = <79>;
17+
counter {
18+
status = "okay";
19+
};
20+
};
21+
22+
&timers5 {
23+
st,prescaler = <79>;
24+
counter {
25+
status = "okay";
26+
};
27+
};
28+
29+
&timers7 {
30+
st,prescaler = <79>;
31+
counter {
32+
status = "okay";
33+
};
34+
};
35+
36+
&timers8 {
37+
st,prescaler = <79>;
38+
counter {
39+
status = "okay";
40+
};
41+
};
42+
43+
&timers9 {
44+
st,prescaler = <79>;
45+
counter {
46+
status = "okay";
47+
};
48+
};
49+
50+
&timers10 {
51+
st,prescaler = <79>;
52+
counter {
53+
status = "okay";
54+
};
55+
};
56+
57+
&timers11 {
58+
st,prescaler = <79>;
59+
counter {
60+
status = "okay";
61+
};
62+
};
63+
64+
&timers12 {
65+
st,prescaler = <79>;
66+
counter {
67+
status = "okay";
68+
};
69+
};
70+
71+
&timers13 {
72+
st,prescaler = <79>;
73+
counter {
74+
status = "okay";
75+
};
76+
};
77+
78+
&timers14 {
79+
st,prescaler = <79>;
80+
counter {
81+
status = "okay";
82+
};
83+
};

tests/drivers/counter/counter_basic_api/testcase.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ tests:
2525
- drivers
2626
- counter
2727
depends_on: counter
28-
platform_allow: nucleo_f429zi nucleo_wba52cg
28+
platform_allow:
29+
- nucleo_f429zi
30+
- nucleo_wba52cg
31+
- google_dragonclaw
2932
timeout: 600
3033
extra_configs:
3134
- CONFIG_COUNTER_RTC_STM32_SUBSECONDS=y

0 commit comments

Comments
 (0)