Skip to content

Commit 8f8458c

Browse files
henrikbrixandersenkartben
authored andcommitted
tests: boards: neorv32: build_all: enable GPTMR
Enable the NEORV32 General Purpose Timer (GPTMR) in the NEORV32 build_all test suite. Signed-off-by: Henrik Brix Andersen <[email protected]>
1 parent 65ec925 commit 8f8458c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/boards/neorv32/build_all/app.overlay

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
ngpios = <32>;
1010
};
1111

12+
&gptmr {
13+
status = "okay";
14+
prescaler = <2>;
15+
};
16+
1217
&pwm {
1318
status = "okay";
1419
};

tests/boards/neorv32/build_all/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
CONFIG_TEST=y
22
CONFIG_TEST_USERSPACE=y
33

4+
CONFIG_COUNTER=y
45
CONFIG_GPIO=y
56
CONFIG_ENTROPY_GENERATOR=y
67
CONFIG_PWM=y

0 commit comments

Comments
 (0)