We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ec925 commit 8f8458cCopy full SHA for 8f8458c
tests/boards/neorv32/build_all/app.overlay
@@ -9,6 +9,11 @@
9
ngpios = <32>;
10
};
11
12
+&gptmr {
13
+ status = "okay";
14
+ prescaler = <2>;
15
+};
16
+
17
&pwm {
18
status = "okay";
19
tests/boards/neorv32/build_all/prj.conf
@@ -1,6 +1,7 @@
1
CONFIG_TEST=y
2
CONFIG_TEST_USERSPACE=y
3
4
+CONFIG_COUNTER=y
5
CONFIG_GPIO=y
6
CONFIG_ENTROPY_GENERATOR=y
7
CONFIG_PWM=y
0 commit comments