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 <henrik@brixandersen.dk>
This commit is contained in:
parent
65ec9256bb
commit
8f8458c4b4
@ -9,6 +9,11 @@
|
||||
ngpios = <32>;
|
||||
};
|
||||
|
||||
&gptmr {
|
||||
status = "okay";
|
||||
prescaler = <2>;
|
||||
};
|
||||
|
||||
&pwm {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
CONFIG_TEST=y
|
||||
CONFIG_TEST_USERSPACE=y
|
||||
|
||||
CONFIG_COUNTER=y
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_ENTROPY_GENERATOR=y
|
||||
CONFIG_PWM=y
|
||||
|
||||
Loading…
Reference in New Issue
Block a user