Skip to content

Commit bbfa777

Browse files
henrikbrixandersenkartben
authored andcommitted
tests: boards: neorv32: build_all: enable PWM controller
Enable the NEORV32 PWM controller in the build_all test. Signed-off-by: Henrik Brix Andersen <[email protected]>
1 parent 1b203bd commit bbfa777

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tests/boards/neorv32/build_all/app.overlay

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

12+
&pwm {
13+
status = "okay";
14+
};
15+
1216
&trng {
1317
status = "okay";
1418
};

tests/boards/neorv32/build_all/prj.conf

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

44
CONFIG_GPIO=y
55
CONFIG_ENTROPY_GENERATOR=y
6+
CONFIG_PWM=y
67

78
CONFIG_SERIAL=y
89
CONFIG_UART_INTERRUPT_DRIVEN=y

0 commit comments

Comments
 (0)