tests: drivers: counter: counter_basic_api: add NEORV32 GPTMR support
Add support for testing the NEORV32 General Purpose Timer (GPTMR). Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
parent
2e8a08a165
commit
65ec9256bb
@ -132,6 +132,9 @@ static const struct device *const devices[] = {
|
||||
#ifdef CONFIG_COUNTER_ITE_IT8XXX2
|
||||
DEVS_FOR_DT_COMPAT(ite_it8xxx2_counter)
|
||||
#endif
|
||||
#ifdef CONFIG_COUNTER_NEORV32_GPTMR
|
||||
DEVS_FOR_DT_COMPAT(neorv32_gptmr)
|
||||
#endif
|
||||
};
|
||||
|
||||
static const struct device *const period_devs[] = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user