Skip to content

Commit 5018b13

Browse files
FelixWang47831kartben
authored andcommitted
tests: drivers: counter_basic_api: Enable lpit test for frdm_ke17z
Enable test for all channels. This test covers following test cases: - test_set_top_value_without_alarm - test_set_top_value_with_alarm - test_valid_function_without_alarm Signed-off-by: Felix Wang <[email protected]>
1 parent 0cb44d7 commit 5018b13

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/drivers/counter/counter_basic_api/boards/frdm_ke17z.overlay

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,15 @@
1111
clocks = <&scg KINETIS_SCG_FIRC_CLK>;
1212
clock-source = "system";
1313
};
14+
15+
&lpit0_channel0 {
16+
status = "okay";
17+
};
18+
19+
&lpit0_channel2 {
20+
status = "okay";
21+
};
22+
23+
&lpit0_channel3 {
24+
status = "okay";
25+
};

0 commit comments

Comments
 (0)